home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / finger / part02 / SAMPLE-local.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-03  |  2.0 KB  |  91 lines

  1. /*
  2.  *    local.h for bu-it
  3.  *    created on Thu May 17 21:58:00 EDT 1990 by budd using autoconfig
  4.  */
  5.  
  6. /* local-flags: *****************/
  7. /* local-flags for bu-it */
  8.  
  9. /*
  10. # define INQUIRE
  11. */
  12.  
  13. # define C_COMPILER gcc
  14. # if 1
  15. # define C_FLAGS -g -O
  16. # else  /* not 1 */
  17. # define C_FLAGS -W -Wreturn-type -Wunused -Wswitch -Wshadow -Wpointer-arith -Wcast-qual -Wpointer-arith -Wcast-qual -Dlint -g
  18. # endif /* not 1 */
  19.  
  20. # define DEBUGSW        /* include /debug switch */
  21. # define UNPREFIX_NODOMAIN     /* unprefix hosts with no dots */
  22. /* end of local-flags ***********/
  23.  
  24. # define SunOS 403
  25.  
  26. # define IN_DOT_DAEMON    /* internet daemon names prefixed with in. */
  27.  
  28. # define LASTLOG            /* BSD last login file */
  29.  
  30. # define SWAP_DEVICE "/dev/drum"    /* swap device */
  31.  
  32. # define UNDERSCORE_NLIST_NAMES
  33.  
  34. # define STREAMS
  35.  
  36. # define SHORT_TTYP
  37.  
  38.  
  39. # define TTY_GROUP_NUMBER 4
  40.  
  41. # define TTY_GROUP "tty"
  42.  
  43. /* for Install.cpp */
  44. # define KMEM_GROUP kmem
  45.  
  46. /* getpwnam(3) is fast (yellow pages) */
  47.  
  48. # define HAVE_YP_MATCH            /* have yp_match(3) */
  49.  
  50. # define ALIASES "/etc/aliases"    /* sendmail aliases file */
  51.  
  52. # define TTYENT                /* use getttyent(3) */
  53.  
  54. # define INETD                /* use inetd for fingerd */
  55.  
  56. # define VOIDSIG            /* signal() declared as void * */
  57.  
  58. /* utmp has ut_host field */
  59.  
  60. # define KERNEL_FILE "/vmunix"
  61.  
  62. # define MAIL_SPOOL "/usr/spool/mail"
  63.  
  64. # define SYSLOG                /* fingerd does syslog-ing */
  65.  
  66. # define SAVED_NLIST "/etc/finger-saved-nlist" /* save nlist to this file */
  67.  
  68. # define AUTONLIST            /* update nlist save file as needed */
  69.  
  70. # define NLIST_MODE 0664        /* creation mode for nlist file */
  71.  
  72. # define NETBERK            /* network finger implies /berk */
  73.                     /* (I hate this) */
  74.  
  75. # define NETFOLLOW            /* net finger implies /follow */
  76.  
  77. /**************** REQUIRED!! (used by Install) ****************/
  78.  
  79. # define TTYLOC_DIR "/usr/spool/ttyloc"
  80.  
  81. # define TTYLOC_MODE 0644
  82.  
  83. /* extra paths to try to exec finger */
  84. /* # define FINGERPATHS "/usr/local/local/bin/finger", "/bin/who" /*  */
  85.  
  86. /*
  87.  * Local variables:
  88.  * comment-column: 40
  89.  * End:
  90.  */
  91.