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 "wlonex.iipo.gtegsc.com"
   8: 
   9: /* name of the organization, may be a file name */
  10: #define ORGNAME "GTE Government Systems"
  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 "/news/lib"
  17: 
  18: /* rn private library, may use ~ expansion, %x and %l */
  19: #define RNLIB "/news/lib"
  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 ""
  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/sh"
  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 "inews -h <%h"
  44: 
  45: /* distribution groups */
  46: #define LOCDIST "wlv"
  47: #define ORGDIST "iipo"
  48: #define CITYDIST "wlv"
  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: #undef  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: #define 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 ""    /* how to get host name with popen */
  80: #define     NORELAY         /* 2.10.3 doesn't have Relay-Version line */
  81: #define         SERVER          /* rrn server code */
  82: #define SERVER_HOST     ""
  83: #define SERVER_FILE "/news/lib/server"

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
INTERNET defined in line 76; 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
NORELAY defined in line 80; used 4 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
PREFSHELL defined in line 31; used 2 times
RNLIB defined in line 19; used 2 times
ROOTID defined in line 37; used 3 times
SERVER_FILE defined in line 83; used 4 times
SERVER_HOST defined in line 82; never used
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: 1992-06-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2689
Valid CSS Valid XHTML 1.0 Strict