1: /*
   2:  * Declarations and constants specific to an installation.
   3:  *
   4:  * Vax/Unix version 7.
   5:  */
   6: 
   7: /*
   8:  * Sccs Id = "@(#)v7.local.h	2.5 1/29/83";
   9:  */
  10: 
  11: #define GETHOST             /* System has gethostname syscall */
  12: #ifdef  GETHOST
  13: #define LOCAL       EMPTYID     /* Dynamically determined local host */
  14: #else
  15: #define LOCAL       'V'     /* Local host id */
  16: #endif	GETHOST
  17: 
  18: #define MAIL        "/bin/mail" /* Name of mail sender */
  19: /*#define SENDMAIL	"/etc/delivermail"
  20: 					/* Name of classy mail deliverer */
  21: #define EDITOR      "/bin/ex"   /* Name of text editor */
  22: #define VISUAL      "/bin/vi"   /* Name of display editor */
  23: #define SHELL       "/bin/csh"  /* Standard shell */
  24: #define MORE        "/usr/ucb/more" /* Standard output pager */
  25: #define HELPFILE    "/usr/lib/Mail.help"
  26:                     /* Name of casual help file */
  27: #define THELPFILE   "/usr/lib/Mail.help.~"
  28: #define POSTAGE     "/usr/adm/maillog"
  29:                     /* Where to audit mail sending */
  30:                     /* Name of casual tilde help */
  31: #define UIDMASK     0177777     /* Significant uid bits */
  32: #define MASTER      "/usr/lib/Mail.rc"
  33: #define APPEND              /* New mail goes to end of mailbox */
  34: #define CANLOCK             /* Locking protocol actually works */
  35: #define UTIME               /* System implements utime(2) */
  36: 
  37: #ifndef VMUNIX
  38: #include "sigretro.h"           /* Retrofit signal defs */
  39: #endif VMUNIX

Defined macros

APPEND defined in line 33; used 3 times
CANLOCK defined in line 34; used 1 times
EDITOR defined in line 21; used 2 times
GETHOST defined in line 11; used 3 times
HELPFILE defined in line 25; used 2 times
LOCAL defined in line 15; used 6 times
MAIL defined in line 18; used 2 times
MASTER defined in line 32; used 1 times
MORE defined in line 24; used 2 times
POSTAGE defined in line 28; used 2 times
SHELL defined in line 23; used 4 times
THELPFILE defined in line 27; used 2 times
UIDMASK defined in line 31; used 1 times
UTIME defined in line 35; used 2 times
VISUAL defined in line 22; used 2 times

Usage of this include

v7.local.h used 1 times
Last modified: 1983-07-08
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 665
Valid CSS Valid XHTML 1.0 Strict