This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.h.in
418 lines (238 loc) · 5.29 KB
/
config.h.in
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
/* PennMUSH config.h. Autogenerated by ./configure */
#ifndef __CONFIG_H
#define __CONFIG_H
/* Headers */
#undef HAVE_ARPA_INET_H
#undef HAVE_LIBINTL_H
#undef HAVE_NETDB_H
#undef HAVE_NETINET_IN_H
#undef HAVE_NETINET_TCP_H
#undef HAVE_SYS_SOCKET_H
#undef I_SYS_STAT
#undef I_SYS_TIME
#undef TIME_WITH_SYS_TIME
#undef I_SYS_TYPES
#undef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#define I_UNISTD
#endif
#undef HAVE_SYS_WAIT_H
#undef HAVE_SYS_UN_H
#undef HAVE_SYS_RESOURCE_H
#undef HAVE_SYS_EVENT_H
#undef HAVE_SYS_UIO_H
#undef HAVE_POLL_H
#undef HAVE_SYS_SELECT_H
#undef HAVE_SYS_INOTIFY_H
#undef HAVE_FAM_H
#undef HAVE_LIBFAM
#undef HAVE_ZLIB_H
#undef HAVE_BYTESWAP_H
#undef HAVE_LIBZ
/* C99ish headers. The first two are really really nice to have. */
#undef HAVE_STDINT_H
#undef HAVE_INTTYPES_H
#undef HAVE_STDBOOL_H
#undef HAVE_FENV_H
#undef HAVE_SYS_UCRED_H
/* Libraries */
#undef HAVE_MYSQL
#undef HAVE_POSTGRESQL
#undef HAVE_SQLITE3
#undef HAVE_SSL
#ifdef HAVE_SSL
#define HAS_OPENSSL
#endif
#undef HAVE_PCRE_H
#undef HAVE_PCRE
#undef HAVE_EVENT_H
#undef HAVE_EVENT2_DNS_H
#if defined(HAVE_EVENT_H) && defined(HAVE_EVENT2_DNS_H)
/* Only define if it looks like libevent2 is installed. (Debian and
* derived distros only have 1.X) */
#undef HAVE_LIBEVENT
#endif
/* Types */
#undef HAVE__BOOL
#undef ssize_t
/* Should be in <sys/socket.h> */
#undef socklen_t
#undef pid_t
/* All of these are in <stdint.h> if present. Otherwise autoconf
guesses. */
#undef int8_t
#undef uint8_t
#undef int16_t
#undef uint16_t
#undef int32_t
#undef uint32_t
#undef int64_t
#undef uint64_t
/* Type of the largest int type */
#undef intmax_t
#undef uintmax_t
/* 4 */
#undef SIZEOF_INT
/* 4 or 8 */
#undef SIZEOF_LONG
/* 0 if no 64-bit type (We shouldn't be seeing that case) or 8. See below. */
#undef SIZEOF_INT64_T
/* 8 on most modern CPUs Penn will be used on. They either have 64-bit
* words (amd64, sparc64, powerpc64) or support an extended 64-bit type (i386,
* powerpc32) */
#undef SIZEOF_INTMAX_T
#undef SIZEOF_TIME_T
/* 4 or 8 */
#undef SIZEOF_VOID_P
/* Taken from autoconf manual */
#if HAVE_STDBOOL_H
# include <stdbool.h>
#else
# if ! HAVE__BOOL
# ifdef __cplusplus
typedef bool _Bool;
# else
# define _Bool signed char
# endif
# endif
# define bool _Bool
# define false 0
# define true 1
# define __bool_true_false_are_defined 1
#endif
#undef WORDS_BIGENDIAN
/* Functions */
#undef HAS_BINDTEXTDOMAIN
#undef HAVE_CBRT
#undef HAVE_LOG2
#undef HAVE_LRINT
#undef HAS_CRYPT
#undef HAVE_FPSETMASK
#undef HAVE_FPSETROUND
#undef HAVE_ISNORMAL
#undef HAS_GAI_STRERROR
#undef HAS_GETADDRINFO
#undef HAS_GETDATE
#undef HAS_GETHOSTBYNAME2
#undef HAS_GETNAMEINFO
#undef HAS_GETPAGESIZE
#undef HAS_GETRLIMIT
#undef HAS_GETRUSAGE
#undef HAVE_GETTEXT
#undef HAS_INET_PTON
#undef HAS_ITIMER
#undef HAS_SETLOCALE
#undef HAVE_FORK
#undef HAVE_SETPGRP
#undef HAVE_SETSID
#undef HAVE_SETPGID
#undef SETPGRP_VOID
#undef HAVE_GETUID
#undef HAVE_GETEUID
#undef HAVE_SETEUID
#undef HAVE_GETPRIORITY
#undef HAVE_SETPRIORITY
#undef HAVE_SIGACTION
#undef HAVE_SIGPROCMASK
#undef HAVE_SNPRINTF
#undef HAVE_SOCKETPAIR
#undef HAVE_STRCASECMP
#undef HAVE_STRNCASECMP
/* Various Windows (And maybe others?) string functions start with _str */
#undef HAVE__STRICMP
#undef HAVE__STRNICMP
#undef HAVE__STRICOLL
#undef HAVE__STRNCOLL
#undef HAVE__STRNICOLL
#undef HAVE__SNPRINTF
#undef HAVE__VSNPRINTF
#undef HAVE__VSNPRINTF_S
#undef HAVE_VASPRINTF
#undef HAVE_STRCHRNUL
#undef HAVE_STRDUP
#undef HAVE_STRCOLL
#undef HAVE_STRXFRM
#undef HAS_SYSCONF
#undef HAS_TEXTDOMAIN
#undef HAS_VSNPRINTF
#undef HAVE_WAITPID
#undef HAVE_WAIT3
#undef HAVE_WAIT
#undef UNION_WAIT
#undef HAVE_IMAXDIV_T
#undef HAVE_IMAXDIV
#undef HAVE_GETPID
#undef HAVE_GETPPID
#undef HAVE_POLL
#undef HAVE_KQUEUE
#undef HAVE_POSIX_MEMALIGN
#undef HAVE_WRITEV
#undef HAVE_FCNTL
#undef HAVE_INOTIFY_INIT
#undef HAVE_INOTIFY_INIT1
#ifdef HAVE_INOTIFY_INIT
#define HAVE_INOTIFY
#endif
#undef HAVE_PREAD
#undef HAVE_PWRITE
#undef HAVE_POSIX_FADVISE
#undef HAVE_POSIX_FALLOCATE
#undef HAVE_FECLEAREXCEPT
#undef HAVE_FETESTEXCEPT
/* Variables and defines */
#undef HAVE_H_ERRNO
#undef HAVE_SIGCHLD
#undef HAVE_SIGCLD
/* Files */
#undef HAS_DEV_URANDOM
/* Path to tzinfo database */
#undef HAVE_ZONEINFO
#undef TZDIR
/* Misc. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
#undef HAVE_STRUCT_SOCKADDR_IN6
#undef HAVE_STRUCT_XUCRED
#undef FORCE_IPV4
#undef DONT_TRANSLATE
#undef INFO_SLAVE
#undef SSL_SLAVE
#undef HAVE_UPTIME
/* Path to uptime */
#undef UPTIME
#undef HAVE_SENDMAIL
/* Path to sendmail */
#undef SENDMAIL
#undef HAVE_ED
#undef ED_PATH
#undef HAVE_SAFE_TOUPPER
/* Optional language features */
#undef restrict
#undef inline
#define inline __inline
#ifdef _MSC_VER
#define WIN32_CDECL __cdecl
#else
#define WIN32_CDECL
#endif
#undef HAVE___ATTRIBUTE__
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)
#endif
#undef GCC_MALLOC_CALL
/* Turn on SSE2 stuff automatically if supported (IE, x86-64 or x86 with the right -march switch) */
#undef HAVE_SSE2
#ifdef __SSE2__
#define HAVE_SSE2
#endif
#undef HAVE_SSE3
#ifdef __SSE3__
#define HAVE_SSE3
#endif
#undef HAVE_SSSE3
#ifdef __SSSE3__
#define HAVE_SSSE3
#endif
#undef HAVE_ALTIVEC
/* TODO: Change in source */
#define RESTRICT restrict
#endif /* __CONFIG_H */