1: /* config.h
2: * This file was produced by running the Configure script.
3: * Feel free to modify any of this as the need arises.
4: */
5:
6: /* name of the site. May be overridden by gethostname, uname, etc. */
7: #define SITENAME "ucbvax"
8:
9: /* name of the organization, may be a file name */
10: #define ORGNAME "University of California, Berkeley"
11:
12: /* login name of news administrator, if any. */
13: #undef NEWSADMIN "root"
14:
15: /* news library, may use only ~ and %l expansion */
16: #define LIB "/usr/spool/news/lib"
17:
18: /* rn private library, may use ~ expansion, %x and %l */
19: #define RNLIB "/usr/local/lib/rn"
20:
21: /* location of the news spool directory, may use ~ expansion, %x and %l */
22: #define SPOOL "/tmp"
23:
24: /* location of the active file, may use ~ expansion, %x and %l */
25: #define ACTIVE "/usr/spool/news/lib/active"
26:
27: /* location of spooled mail */
28: #define MAILFILE "/usr/spool/mail/%L"
29:
30: /* default shell--ok to be a slow shell like csh */
31: #define PREFSHELL "/bin/csh"
32:
33: /* default editor */
34: #define DEFEDITOR "/usr/ucb/vi"
35:
36: /* root uid */
37: #define ROOTID 0
38:
39: /* what is the first character of a mailbox? */
40: #define MBOXCHAR 'F'
41:
42: /* how to cancel an article */
43: #define CANCEL "/usr/spool/news/lib/inews -h <%h"
44:
45: /* distribution groups */
46: #define LOCDIST "local"
47: #define ORGDIST "ucb"
48: #define CITYDIST "ba"
49: #define STATEDIST "ca"
50: #define CNTRYDIST "usa"
51: #define CONTDIST "na"
52:
53: #undef index strchr /* cultural */
54: #undef rindex strrchr /* differences? */
55: #undef void int /* is void to be avoided? */
56: #undef vfork fork /* is vfork too virtual? */
57: #undef EUNICE /* no linking? */
58: #undef VMS /* not currently used, here just in case */
59: #undef USENDIR /* include ndir.c? */
60: #undef LIBNDIR /* include /usr/include/ndir.h? */
61: #define MININACT /* include 2.10.2 optimization? */
62: #define PORTABLE /* do we do extra lookups to start up? */
63: #define PASSNAMES /* do names come from the passwd file? */
64: /* (undef to take name from ~/.fullname) */
65: #define BERKNAMES /* if so, are they Berkeley format? */
66: /* (that is, ":name,stuff:") */
67: #undef USGNAMES /* or are they USG format? */
68: /* (that is, ":stuff-name(stuff):") */
69: #undef WHOAMI /* should we include whoami.h? */
70: #undef TERMIO /* is this a termio system? */
71: #define FCNTL /* should we include fcntl.h? */
72: #define IOCTL /* are ioctl args all defined in one place? */
73: #define NORMSIG /* use signal rather than sigset? */
74: #define HAVETERMLIB /* do we have termlib-style routines? */
75: #undef GETPWENT /* need we include slow getpwent? */
76: #undef INTERNET /* does our mailer do INTERNET addressing? */
77: #define GETHOSTNAME /* do we have a gethostname function? */
78: #undef DOUNAME /* do we have a uname function? */
79: #undef PHOSTNAME "hostname" /* how to get host name with popen */
80: #define SERVER
81: #define SERVER_HOST "ucbvax"
Defined macros
FCNTL
defined in line
71; used 1 times
IOCTL
defined in line
72; used 1 times
LIB
defined in line
16; used 2 times
RNLIB
defined in line
19; used 2 times
SERVER
defined in line
80; used 33 times
- in /usr/src/new/nntp/rrn/addng.c line
46,
57
- in /usr/src/new/nntp/rrn/artio.c line
27,
33,
46,
53
- in /usr/src/new/nntp/rrn/common.h line
567,
573,
582,
591,
598,
605
- in /usr/src/new/nntp/rrn/final.c line
58
- in /usr/src/new/nntp/rrn/head.c line
184,
216,
233-238(2)
- in /usr/src/new/nntp/rrn/init.c line
114,
131
- in /usr/src/new/nntp/rrn/ng.c line
105,
117,
130,
345,
468
- in /usr/src/new/nntp/rrn/ngdata.c line
22,
29,
43
- in /usr/src/new/nntp/rrn/rcstuff.c line
51,
62,
239,
259
- in /usr/src/new/nntp/rrn/respond.c line
237,
421
SPOOL
defined in line
22; used 2 times
Usage of this include