1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)v7.local.h	5.2 (Berkeley) 9/19/85
   7:  */
   8: 
   9: /*
  10:  * Declarations and constants specific to an installation.
  11:  *
  12:  * Vax/Unix version 7.
  13:  */
  14: 
  15: #define GETHOST             /* System has gethostname syscall */
  16: #ifdef  GETHOST
  17: #define LOCAL       EMPTYID     /* Dynamically determined local host */
  18: #else
  19: #define LOCAL       'j'     /* Local host id */
  20: #endif	GETHOST
  21: 
  22: #define MAIL        "/bin/mail" /* Name of mail sender */
  23: #define SENDMAIL    "/usr/lib/sendmail"
  24:                     /* Name of classy mail deliverer */
  25: #define EDITOR      "/usr/ucb/ex"   /* Name of text editor */
  26: #define VISUAL      "/usr/ucb/vi"   /* Name of display editor */
  27: #define SHELL       "/bin/csh"  /* Standard shell */
  28: #define MORE        "/usr/ucb/more" /* Standard output pager */
  29: #define HELPFILE    "/usr/lib/Mail.help"
  30:                     /* Name of casual help file */
  31: #define THELPFILE   "/usr/lib/Mail.tildehelp"
  32: #define POSTAGE     "/usr/adm/maillog"
  33:                     /* Where to audit mail sending */
  34:                     /* Name of casual tilde help */
  35: #define UIDMASK     0177777     /* Significant uid bits */
  36: #define MASTER      "/usr/lib/Mail.rc"
  37: #define APPEND              /* New mail goes to end of mailbox */
  38: #define CANLOCK             /* Locking protocol actually works */
  39: #define UTIME               /* System implements utime(2) */
  40: 
  41: #ifndef VMUNIX
  42: #include "sigretro.h"           /* Retrofit signal defs */
  43: #endif VMUNIX

Defined macros

APPEND defined in line 37; used 3 times
CANLOCK defined in line 38; used 1 times
EDITOR defined in line 25; used 2 times
GETHOST defined in line 15; used 3 times
HELPFILE defined in line 29; used 2 times
LOCAL defined in line 19; used 6 times
MAIL defined in line 22; used 2 times
MASTER defined in line 36; used 1 times
MORE defined in line 28; used 1 times
POSTAGE defined in line 32; used 2 times
SENDMAIL defined in line 23; used 5 times
SHELL defined in line 27; used 4 times
THELPFILE defined in line 31; used 2 times
UIDMASK defined in line 35; used 1 times
UTIME defined in line 39; used 2 times
VISUAL defined in line 26; used 2 times

Usage of this include

Last modified: 1985-09-19
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 940
Valid CSS Valid XHTML 1.0 Strict