summaryrefslogtreecommitdiffstats
path: root/warp/config.H
blob: e2004cb425306227fc7ce95e7fe48c5c22b928e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* config.h
 * This file was produced by running the Configure script.
 *
 * Feel free to modify any of this as the need arises.  Note, however,
 * that running Configure again will wipe out any changes you've made.
 */


#/*undef	EUNICE		/* no file linking? */
#/*undef	VMS		/* other assorted ickies? */

/* how to cancel an article */
#define CANCEL "/usr/lib/news/inews -h <%h"	/**/

#define	FCNTL		/* should we include fcntl.h? */

#define	FTIMER		/* do we have the ftime() routine? */

#define	GETHOSTNAME	/* do we have a gethostname function? */
#/*undef	DOUNAME		/* do we have a uname function? */
#/*undef	PHOSTNAME "hostname"	/* how to get host name with popen */

#/*undef	GETPWENT	/* need we include slow getpwent? */

#define	HAVETERMLIB	/* do we have termlib-style routines? */

#/*undef	index strchr	/* cultural */
#/*undef	rindex strrchr	/*  differences? */

#define	IOCTL		/* are ioctl args all defined in one place? */

#define	NORMSIG		/* use signal rather than sigset? */

#/*undef	PORTABLE	/* do we do extra lookups to start up? */

#/*undef	SCOREFULL	/* keep scoreboard by fullname? */

#/*undef	TERMIO		/* is this a termio system? */

#/*undef	USENDIR		/* include ndir.c? */
#/*undef	LIBNDIR		/* include /usr/include/ndir.h? */

#/*undef	vfork fork	/* is vfork too virtual? */

#/*undef	void int	/* is void to be avoided? */

#define	WHOAMI		/* should we include whoami.h? */

#define	PASSNAMES /* do names come from the passwd file? */
				/*  (undef to take name from ~/.fullname) */
#define	BERKNAMES /* if so, are they Berkeley format? */
				/* (that is, ":name,stuff:") */
#/*undef	USGNAMES /* or are they USG format? */
				/* (that is, ":stuff-name(stuff):") */

/* news library, may use only ~ and %l expansion */
#define NEWSLIB "/usr/lib/news"		/**/

/* default shell--ok to be a slow shell like csh */
#define PREFSHELL "/bin/csh"		/**/

/* warp private library, may use ~ expansion, %x and %l */
#define PRIVLIB "/a/lwall/src/warp"		/**/

/* bits produced by the rand() function */
#define RANDBITS 31		/**/

/* How many register declarations are paid attention to? */

#define register		/**/
#define register		/**/
#define register		/**/
#define register		/**/
#define register		/**/
#define register		/**/
#define 		/**/
#define 		/**/
#define 		/**/
#define Reg10 		/**/
#define Reg11 		/**/
#define Reg12 		/**/
#define Reg13 		/**/
#define Reg14 		/**/
#define Reg15 		/**/
#define Reg16 		/**/

/* root uid */
#define ROOTID 0		/**/

/* name of the site.  May be overridden by gethostname, uname, etc. */
#define SITENAME "sdcrdcf"		/**/