summaryrefslogtreecommitdiffstats
path: root/src/config/sun.cf
blob: 248badb18e01b0e054922ba7ed6e4218b2ade3d9 (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
46
47
48
49
50
51
/**/# $Source$
/**/# $Author$
/**/# $Id$
/**/#

/*
 * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
 */
/*
 * This file was used for a SPARC running SunOS 4.1 and SunOS 4.0.3.
 * It has not been tested under any other architecture,
 * but I would guess it should work for Sun 3's as well.
 * Older versions of SunOS will probably require some changes.
 */
/*
 * Some random notes for the SUN build:
 *
 * 	There are some warnings in the ss and comerr directories.
 *	They aren't too important, so ignore them for now.
 *
 */

#define OSName			SunOS 4.1
#define OS_SunOS4		1
#define OSMajorVersion		4
#define OSMinorVersion		1
#define SystemV			NO
#define HasVoidSignalReturn	YES
#define	HasPosixTermios		NO
#define	HasPosixFileLocks	NO
#define HasPosixTypes		YES
#define	HasStringH		YES
#define	HasStdlibH		YES
#define	HasInet			YES
#define HasPutenv		YES
#define HasBsearch		YES
#define	HasGCC			NO
#define	UseSysTimeH		YES
#define IsPOSIX			NO
#define	Bitsize32		YES

#undef HasNdbm
#define HasNdbm			YES

#define	ArCmd			ar cru
#define LintLibFlag		-o

#define DesDefines		-DBIG -DMUSTALIGN -DMSBFIRST


#define	UseSedHack