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

ACTIVE defined in line 25; used 4 times
BERKNAMES defined in line 65; used 1 times
CANCEL defined in line 43; used 2 times
CITYDIST defined in line 48; never used
CNTRYDIST defined in line 50; never used
CONTDIST defined in line 51; never used
DEFEDITOR defined in line 34; used 2 times
FCNTL defined in line 71; used 1 times
GETHOSTNAME defined in line 77; used 3 times
HAVETERMLIB defined in line 74; used 1 times
IOCTL defined in line 72; used 1 times
LIB defined in line 16; used 2 times
LOCDIST defined in line 46; never used
MAILFILE defined in line 28; used 2 times
MBOXCHAR defined in line 40; used 3 times
MININACT defined in line 61; used 6 times
NORMSIG defined in line 73; used 1 times
ORGDIST defined in line 47; never used
ORGNAME defined in line 10; used 2 times
PASSNAMES defined in line 63; used 2 times
PORTABLE defined in line 62; never used
PREFSHELL defined in line 31; used 2 times
RNLIB defined in line 19; used 2 times
SITENAME defined in line 7; used 5 times
SPOOL defined in line 22; used 2 times
STATEDIST defined in line 49; never used

Usage of this include

Last modified: 1986-03-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1260
Valid CSS Valid XHTML 1.0 Strict