summaryrefslogtreecommitdiffstats
path: root/src/config/vaxbsd.cf
blob: 835aa6f82b8e76406ffcfab77fc88f12a1c083f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/**/# $Source$
/**/# $Author$
/**/# $Id$
/**/#

/*
 * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
 */

#define OSName            4.3bsd
#define	OS_BSD            1
/* #define OS_BSD_TAHOE */
/* #define OS_BSD_RENO */
#define OSMajorVersion    4
#define OSMinorVersion    3

/* Saber bug doesn't allow deref through const *'s */
#ifdef VaxArchitecture
#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32
#else
#define SaberDefines -Dconst= -DBITS32
#endif

#define HasVoidSignalReturn NO
#define HasSaberC YES

#ifdef VaxArchitecture
#define UnalignedReferencesAllowed YES	       /* if arbitrary deref is okay */
#define StandardDefines -DBITS32
#define DesDefines -DBIG -DLSBFIRST
#undef HasGcc
#define HasGcc YES
#endif

#undef HasNdbm
#define HasNdbm		YES

#if HasGcc
#define MakeDependDefine '-DGCCINCPATH="/mit/gnu/vaxlib/gcc-include"'
#ifndef CcCmd
#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -DNO_STDLIB_H
#define STDCTopIncludes -I$(TOP)/include/stdc-incl
#endif
#endif