1: /*
   2: **  Sendmail
   3: **  Copyright (c) 1983  Eric P. Allman
   4: **  Berkeley, California
   5: **
   6: **  Copyright (c) 1983 Regents of the University of California.
   7: **  All rights reserved.  The Berkeley software License Agreement
   8: **  specifies the terms and conditions for redistribution.
   9: **
  10: **	@(#)conf.h	5.1 (Berkeley) 6/7/85
  11: */
  12: 
  13: /*
  14: **  CONF.H -- definitions of compilation flags needed everywhere.
  15: **
  16: **	This, together with conf.c, should be all the configuration
  17: **	information needed.  This stuff could be in a makefile, but
  18: **	we prefer to keep this file very small because it is different
  19: **	on a number of machines.
  20: **
  21: */
  22: 
  23: 
  24: # define    DEBUG       /* turn on debugging information */
  25: 
  26: /* # define	NEWFTP		/* use new ftp reply codes */
  27: 
  28: /* # define	NOTUNIX		/* don't use Unix-style mail headers */
  29: 
  30: # ifdef INGRES
  31: # define    LOG     /* turn on logging */
  32:                 /* this flag requires -lsys in makefile */
  33: # endif INGRES
  34: 
  35: # ifdef VAX
  36: # define    VFORK       /* use the vfork syscall */
  37: # endif VAX
  38: 
  39: # ifndef V6
  40: # define    DBM     /* use the dbm library */
  41:                 /* this flag requires -ldbm in makefile */
  42: # endif V6

Defined macros

DBM defined in line 40; never used
DEBUG defined in line 24; never used
LOG defined in line 31; never used
VFORK defined in line 36; never used
Last modified: 1987-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1227
Valid CSS Valid XHTML 1.0 Strict