summaryrefslogtreecommitdiff
path: root/hp.cf
blob: 187767b39e63578f47d9015e1a4efb692efddc3b (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
XCOMM platform:  $Xorg: hp.cf,v 1.5 2000/08/17 19:41:47 cpqbld Exp $

#ifndef OSName
# define OSName		DefaultOSName
#endif
#ifndef OSMajorVersion
# define OSMajorVersion	DefaultOSMajorVersion
#endif
#ifndef OSMinorVersion
# define OSMinorVersion	DefaultOSMinorVersion
#endif
#ifndef OSTeenyVersion
# define OSTeenyVersion	DefaultOSTeenyVersion
#endif
XCOMM operating system:  OSName (OSMajorVersion.OSMinorVersion.OSTeenyVersion)


/* The default yacc options are too small for Uil.y. */
#define YaccFlags -Nm15000

/*
 * C++ compiler setup.  This file knows what options to use with
 * certain compilers, including HP C++ and CenterLine C++.
 *
 * For HP C++, define HasHPCplusplus to YES in site.def.
 * For CenterLine C++, define HasCenterLineCplusplus to YES in site.def.
 * For other compilers, define HasCplusplus to YES in site.def, and
 *    check to see if you need to provide values for CplusplusOptions
 *    and/or DefaultCplusplusOptions.
 *
 * In any case, you may also need to set CplusplusDependIncludes.
 */

#if HasHPCplusplus
# ifndef  HasCplusplus
#  define HasCplusplus YES
# endif
# ifndef  DefaultCplusplusOptions
#  define DefaultCplusplusOptions	-Aa
# endif
# ifndef  CplusplusOptions
#  define CplusplusOptions		-Aa
# endif
# ifndef  CplusplusCmd
#  define CplusplusCmd 			/opt/CC/bin/CC
# endif
# ifndef  CplusplusDependIncludes
#  define CplusplusDependIncludes	-I/opt/CC/include/CC
# endif
#endif

#ifndef  CcCmd
# define CcCmd			/opt/ansic/bin/cc
#endif
#ifndef  YaccCmd
# define YaccCmd		/opt/langtools/bin/yacc
#endif
#ifndef  LexCmd
# define LexCmd			/opt/langtools/bin/lex
#endif
#ifndef  LintCmd
# define LintCmd		/opt/ansic/bin/lint
#endif

#if HasCenterLineCplusplus
# ifndef HasCplusplus
#  define HasCplusplus			YES
# endif
# ifndef OptimizedCplusplusDebugFlags
#  define OptimizedCplusplusDebugFlags	-O
# endif
# ifndef CplusplusDependIncludes
#  define CplusplusDependIncludes -I/usr/local/CenterLine/clc++/pa-hpux8/incl
# endif
#endif


#define SystemV				YES
#define Malloc0ReturnsNull		YES
#if OSMajorVersion > 9
# define AllocateLocalDefines		-DINCLUDE_ALLOCA_H
#else
# define AllocateLocalDefines		-DNO_ALLOCA
#endif

#ifdef __hp9000s800
# ifndef OptimizedCDebugFlags
#  define OptimizedCDebugFlags		+O1
# endif
# ifndef DefaultCCOptions
#  define DefaultCCOptions		-Ae +ESlit
# endif
# ifndef SharedLibraryCCOptions
#  define SharedLibraryCCOptions	-Ae
# endif
# define StandardDefines		-Dhpux -DSYSV
# define ServerExtraDefines		-DXOS -DBSTORE -DSOFTWARE_CURSOR -DSCREEN_PIXMAPS -DMERGE_SAVE_UNDERS -DHAS_IFREQ -DFORCE_SEPARATE_PRIVATE AllocateLocalDefines

# if OSMajorVersion > 9
#  include <hpLib.rules>
# endif

#else /* __hp9000s800 */
# define StandardDefines	-Dhpux -DSYSV
# if OSMajorVersion < 8
#  define DefaultCCOptions	-Wc,-Nd4000,-Ns4100,-Ne700,-Np200,-Nw300
# else
#  define OptimizedCDebugFlags	+O1
# endif
# define LintOpts		-ax -Nd4000 -Ns8000 -Ne700 -Np200 -Na25000
#endif
#define MvCmd			mv -f
#define LdCombineFlags		-r
#define ExecableScripts		YES
#define HasVFork		YES
#define HasPoll			YES
#define RemoveTargetProgramByMoving	YES
#define ExpandManNames		YES
#define HasPutenv		YES
#define HasNdbm			YES
#define DBMLibrary		/usr/lib/libdbm.a
#define PrimaryScreenResolution	91
#define ExtensionOSDefines	-DHPINPUT -DXTESTEXT1
#define XhpServer		YES
#define ServerExtraSysLibs	-ldld
#ifndef BuildXInputExt
# define BuildXInputExt		YES
#endif
#define HPFastScrolling		YES
#ifndef BuildServer
# define BuildServer		__hp9000s700
#endif
#if OSMajorVersion < 10
#define NeedBerklib		(BuildServer|BuildFontServer)
#endif
#define XawI18nDefines		-DHAS_WCHAR_H -DHAS_ISW_FUNCS

#if OSMajorVersion < 6 || (OSMajorVersion == 6 && OSMinorVersion < 2)
# define ConnectionFlags	-DTCPCONN	/* no unix sockets */
#endif

#if OSMajorVersion > 8
#define HasWChar32             YES
#define HasPlugin              YES
#endif

#ifdef __hp9000s300
# ifndef CompatabilityDefines
#  define CompatabilityDefines -D__hp9000s300 -Dhp9000s300
# endif
#elif defined(__hp9000s700)
# ifndef CompatabilityDefines
#  define CompatabilityDefines -D__hp9000s800 -Dhp9000s800 -D__hp9000s700
# endif
#else
# ifndef CompatabilityDefines
#  define CompatabilityDefines -D__hp9000s800 -Dhp9000s800
# endif
#endif

#ifndef OsDefines
# if OSMajorVersion > 9
#  define OsDefines	-DhpV4 -DHPUX
# else
#  define OsDefines	-DHPUX
# endif
#endif

#if OSMajorVersion > 9
# if ThreadedX
#  define MTSafeAPIDefines	-DXUSE_MTSAFE_API -DXUSE_NETDB_R_API
# endif
# ifndef CppCmd
#  define CppCmd			/usr/ccs/lbin/cpp
# endif
#endif

/* CC does not recognize -Ae, and has a different meaning for +e. */
/* +e also confuses cpp. */
#define AnsiDefines		-Ae -D_HPUX_SOURCE
#define CplusplusAnsiDefines	-Aa -D_HPUX_SOURCE

#define BuildLibPathVar	SHLIB_PATH

#define CdeBaseProjectDefines \
	-DNLS16 -DMALLOC_0_RETURNS_NULL -DMERGE -D__hpux \
	-DOSMAJORVERSION=OSMajorVersion -DOSMINORVERSION=OSMinorVersion \
	CompatabilityDefines OsDefines

#define CdeProjectDefines	CdeBaseProjectDefines AnsiDefines
#define CdeCplusplusProjectDefines	\
				CdeBaseProjectDefines CplusplusAnsiDefines

#define DtSvcDefines		-DXK_MISCELLANY -DMULTIBYTE -DMESSAGE_CAT
#define DtSearchDefines		-DI18N_MSG DtSvcDefines
#define DtWidgetDefines		DtSearchDefines
#define DtPrintDefines		DtSearchDefines
#if OSMajorVersion > 9
#define DtMailDefines		\
  -DBIG_ENDIAN -DDO_ANONYMOUS_MAP -DNEED_MMAP_WRAPPER -DSENDMAIL_LOCKS \
  -DMAILGROUP_REQUIRED -DMAIL_SPOOL_PATH=\"/var/mail/%s\"
#else
#define DtMailDefines		\
  -DBIG_ENDIAN -DDO_ANONYMOUS_MAP -DNEED_MMAP_WRAPPER -DSENDMAIL_LOCKS \
  -DMAILGROUP_REQUIRED -DMAIL_SPOOL_PATH=\"/usr/mail/%s\"
#endif

#define ArchitectureDefines	-DHP_ARCHITECTURE

#define ExportListGenSource	elistgen.hp