forked from pennmush/pennmush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
481 lines (275 loc) · 6.15 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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
/* 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 HAVE_SYS_STAT_H
#undef HAVE_SYS_TIME_H
#undef TIME_WITH_SYS_TIME
#undef HAVE_SYS_TYPES_H
#undef HAVE_UNISTD_H
#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_ZLIB_H
#undef HAVE_BYTESWAP_H
#undef HAVE_ENDIAN_H
#undef HAVE_SYS_ENDIAN_H
#undef HAVE_LIBZ
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_UCRED_H
#undef HAVE_LANGINFO_H
#undef HAVE_CRYPT_H
#undef HAVE_SYS_PRCTL_H
#undef HAVE_SYS_EVENTFD_H
/* 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
/* Libraries */
#undef HAVE_MYSQL
#undef HAVE_POSTGRESQL
#undef HAVE_SSL
#undef HAVE_PCRE_H
#undef HAVE_PCRE
#undef HAVE_EVENT2_EVENT_H
#undef HAVE_EVENT2_DNS_H
#if defined(HAVE_EVENT2_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_CORE
#endif
#undef HAVE_ICU
#undef HAVE_LIBCURL
/* Types */
#undef HAVE__BOOL
#undef ssize_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
#undef uintptr_t
/* Type of the largest int type */
#undef intmax_t
#undef uintmax_t
/* 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 HAVE_BINDTEXTDOMAIN
#undef HAVE_NL_LANGINFO
#undef HAVE_CBRT
#undef HAVE_LOG2
#undef HAVE_LRINT
#undef HAVE_CRYPT
#undef HAVE_FPSETMASK
#undef HAVE_FPSETROUND
#undef HAVE_ISNORMAL
#undef HAVE_GETDATE
#undef HAVE_GETPAGESIZE
#undef HAVE_GETRLIMIT
#undef HAVE_GETRUSAGE
#undef HAVE_GETSERVBYNAME
#undef HAVE_GETTEXT
#undef HAVE_SETITIMER
#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 HAVE_SYSCONF
#undef HAVE_TEXTDOMAIN
#undef HAVE_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_INIT1
#undef HAVE_PREAD
#undef HAVE_PWRITE
#undef HAVE_POSIX_FADVISE
#undef HAVE_POSIX_FALLOCATE
#undef HAVE_FECLEAREXCEPT
#undef HAVE_FETESTEXCEPT
#undef HAVE_SHA
#undef HAVE_DH_SET0_PQG
#undef HAVE_EVP_MD_DO_ALL
#undef HAVE_PRCTL
#undef HAVE_HYPOT
#undef HAVE_GZBUFFER
#undef HAVE_GZVPRINTF
#undef HAVE_GETC_UNLOCKED
#undef HAVE_FGETS_UNLOCKED
#undef HAVE_PUTC_UNLOCKED
#undef HAVE_FPUTS_UNLOCKED
#undef HAVE_FFS
#undef HAVE_EVENTFD
#undef HAVE_PLEDGE
#undef HAVE_PIPE2
#undef HAVE_GETENTROPY
#undef HAVE_ARC4RANDOM_BUF
/* Bunch of sqlite3 stuff */
#undef HAVE_FDATASYNC
#undef HAVE_USLEEP
#undef HAVE_FULLFSYNC
#undef HAVE_LOCALTIME_R
#undef HAVE_LOCALTIME_S
#undef HAVE_GMTIME_R
#undef HAVE_STRERROR_R
#undef HAVE_DECL_STRERROR_R
#undef HAVE_ISNAN
#undef HAVE_MALLOC_USABLE_SIZE
#undef STDC_HEADERS
#undef HAVE_STDLIB_H
#undef HAVE_STRING_H
#undef HAVE_MEMORY_H
#undef HAVE_STRINGS_H
#define HAVE_SQLITE3
#define SQLITE_THREADSAFE 2
#define SQLITE_USE_URI 1
#define SQLITE_ENABLE_FTS5 1
#define SQLITE_ENABLE_JSON1 1
#define SQLITE_ENABLE_RTREE 1
#define SQLITE_ENABLE_STMTVTAB 1
#define SQLITE_ENABLE_STAT4 1
#define SQLITE_OMIT_DEPRECATED 1
#define SQLITE_OMIT_DECLTYPE 1
#define SQLITE_OMIT_LOAD_EXTENSION 1
#define SQLITE_SOUNDEX 1
#ifdef HAVE_LIBZ
#define SQLITE_HAVE_ZLIB 1
#endif
#ifdef HAVE_ICU
#define SQLITE_ENABLE_ICU 1
#endif
/* Variables and defines */
#undef HAVE_SIGCHLD
/* Files */
#undef HAVE_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_SSE42
#ifdef __SSE4_2__
#define HAVE_SSE42
#define SSE_OFFSET 16
#else
#define SSE_OFFSET 0
#endif
#undef HAVE_ALTIVEC
/* TODO: Change in source */
#define RESTRICT restrict
#if defined(__MINGW32__) || defined(__MINGW64__)
#include "win32_vers.h"
#endif
#endif /* __CONFIG_H */