File: maindefs.h

package info (click to toggle)
xmotd 1.17.3b-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 516 kB
  • sloc: ansic: 2,879; makefile: 757; sh: 12
file content (17 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id: maindefs.h,v 1.3 2003/02/14 00:35:22 elf Exp $ */
#define TIMESTAMP ".xmotd"		/* the date of this file, in user's
								 * home-directory, is used to
								 * determine whether the motd has
								 * changed and should be displayed*/

#define USAGESTRING "Usage:\n%s [X-toolkit-options] [options] {{file [file2 ...]} {dir/}}\n"

#define BAD_BITMAP_MESSAGE "Error reading bitmap file: %s.\nPossible causes:\n    the file does not exist (perhaps you mis-typed the name),\n    or it is not a valid X bitmap,\n    or there is insufficient memory to allocate the bitmap.\n"

#define NEXT_MESSAGE_LABEL "Next Message"
#define LAST_MESSAGE_LABEL "Dismiss"

#define BROWSER	"/usr/local/bin/netscape"
#define ATOM	"xmotd"