|
|
1.1 root 1: /*
2: ** CONF.H -- definitions of compilation flags needed everywhere.
3: **
4: ** This, together with conf.c, should be all the configuration
5: ** information needed. This stuff could be in a makefile, but
6: ** we prefer to keep this file very small because it is different
7: ** on a number of machines.
8: **
9: ** @(#)conf.h 4.1 7/25/83
10: */
11:
12:
13: # define DEBUG /* turn on debugging information */
14:
15: /* # define NEWFTP /* use new ftp reply codes */
16:
17: /* # define NOTUNIX /* don't use Unix-style mail headers */
18:
19: # ifdef INGRES
20: # define LOG /* turn on logging */
21: /* this flag requires -lsys in makefile */
22: # endif INGRES
23:
24: # ifdef VAX
25: # define VFORK /* use the vfork syscall */
26: # endif VAX
27:
28: # ifndef V6
29: # define DBM /* use the dbm library */
30: /* this flag requires -ldbm in makefile */
31: # endif V6
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.