dhcpd-pools
3.0
ISC dhcpd lease usage analyser
/home/src/dhcpd-pools/config.h
Go to the documentation of this file.
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7
/* monitoring critical default */
8
#define ALARM_CRIT 90
9
10
/* monitoring warning default */
11
#define ALARM_WARN 80
12
13
/* Define to the number of bits in type 'ptrdiff_t'. */
14
/* #undef BITSIZEOF_PTRDIFF_T */
15
16
/* Define to the number of bits in type 'sig_atomic_t'. */
17
/* #undef BITSIZEOF_SIG_ATOMIC_T */
18
19
/* Define to the number of bits in type 'size_t'. */
20
/* #undef BITSIZEOF_SIZE_T */
21
22
/* Define to the number of bits in type 'wchar_t'. */
23
/* #undef BITSIZEOF_WCHAR_T */
24
25
/* Define to the number of bits in type 'wint_t'. */
26
/* #undef BITSIZEOF_WINT_T */
27
28
/* build mustach support */
29
#define BUILD_MUSTACH 1
30
31
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32
systems. This function is required for `alloca.c' support on those systems.
33
*/
34
/* #undef CRAY_STACKSEG_END */
35
36
/* Define to 1 if using `alloca.c'. */
37
/* #undef C_ALLOCA */
38
39
/* Define to 1 if the C locale may have encoding errors. */
40
#define C_LOCALE_MAYBE_EILSEQ 1
41
42
/* Define as the bit index in the word where to find bit 0 of the exponent of
43
'double'. */
44
#define DBL_EXPBIT0_BIT 20
45
46
/* Define as the word index where to find the exponent of 'double'. */
47
#define DBL_EXPBIT0_WORD 1
48
49
/* default path of dhcpd.conf */
50
#define DHCPDCONF_FILE "/etc/dhcpd.conf"
51
52
/* default path of dhcpd.leases */
53
#define DHCPDLEASE_FILE "/var/lib/dhcp/dhcpd.leases"
54
55
/* Define to 1 if // is a file system root distinct from /. */
56
/* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
57
58
/* Define to nothing if C supports flexible array members, and to 1 if it does
59
not. That way, with a declaration like 'struct s { int n; double
60
d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
61
compilers. When computing the size of such an object, don't use 'sizeof
62
(struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
63
instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
64
MSVC and with C++ compilers. */
65
#define FLEXIBLE_ARRAY_MEMBER
66
67
/* Define as the bit index in the word where to find bit 0 of the exponent of
68
'float'. */
69
#define FLT_EXPBIT0_BIT 23
70
71
/* Define as the word index where to find the exponent of 'float'. */
72
#define FLT_EXPBIT0_WORD 0
73
74
/* Define to 1 if fopen() fails to recognize a trailing slash. */
75
/* #undef FOPEN_TRAILING_SLASH_BUG */
76
77
/* Define to 1 if the system's ftello function has the Solaris bug. */
78
/* #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE */
79
80
/* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
81
fflush is known to not work, -1 if unknown. */
82
#define FUNC_FFLUSH_STDIN 0
83
84
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
85
whether the gnulib module close-stream shall be considered present. */
86
#define GNULIB_CLOSE_STREAM 1
87
88
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
89
whether the gnulib module fflush shall be considered present. */
90
#define GNULIB_FFLUSH 1
91
92
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
93
whether the gnulib module fscanf shall be considered present. */
94
#define GNULIB_FSCANF 1
95
96
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
97
whether the gnulib module msvc-nothrow shall be considered present. */
98
#define GNULIB_MSVC_NOTHROW 1
99
100
/* Define to 1 if printf and friends should be labeled with attribute
101
"__gnu_printf__" instead of "__printf__" */
102
/* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */
103
104
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
105
whether the gnulib module realloc-gnu shall be considered present. */
106
#define GNULIB_REALLOC_GNU 1
107
108
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
109
whether the gnulib module scanf shall be considered present. */
110
#define GNULIB_SCANF 1
111
112
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
113
whether the gnulib module strerror shall be considered present. */
114
#define GNULIB_STRERROR 1
115
116
/* Define to 1 when the gnulib module close should be tested. */
117
#define GNULIB_TEST_CLOSE 1
118
119
/* Define to 1 when the gnulib module environ should be tested. */
120
#define GNULIB_TEST_ENVIRON 1
121
122
/* Define to 1 when the gnulib module fclose should be tested. */
123
#define GNULIB_TEST_FCLOSE 1
124
125
/* Define to 1 when the gnulib module fdopen should be tested. */
126
#define GNULIB_TEST_FDOPEN 1
127
128
/* Define to 1 when the gnulib module fflush should be tested. */
129
#define GNULIB_TEST_FFLUSH 1
130
131
/* Define to 1 when the gnulib module fopen should be tested. */
132
#define GNULIB_TEST_FOPEN 1
133
134
/* Define to 1 when the gnulib module fpurge should be tested. */
135
#define GNULIB_TEST_FPURGE 1
136
137
/* Define to 1 when the gnulib module fseek should be tested. */
138
#define GNULIB_TEST_FSEEK 1
139
140
/* Define to 1 when the gnulib module fseeko should be tested. */
141
#define GNULIB_TEST_FSEEKO 1
142
143
/* Define to 1 when the gnulib module fstat should be tested. */
144
#define GNULIB_TEST_FSTAT 1
145
146
/* Define to 1 when the gnulib module ftell should be tested. */
147
#define GNULIB_TEST_FTELL 1
148
149
/* Define to 1 when the gnulib module ftello should be tested. */
150
#define GNULIB_TEST_FTELLO 1
151
152
/* Define to 1 when the gnulib module isnan should be tested. */
153
#define GNULIB_TEST_ISNAN 1
154
155
/* Define to 1 when the gnulib module isnand should be tested. */
156
#define GNULIB_TEST_ISNAND 1
157
158
/* Define to 1 when the gnulib module isnanf should be tested. */
159
#define GNULIB_TEST_ISNANF 1
160
161
/* Define to 1 when the gnulib module isnanl should be tested. */
162
#define GNULIB_TEST_ISNANL 1
163
164
/* Define to 1 when the gnulib module lseek should be tested. */
165
#define GNULIB_TEST_LSEEK 1
166
167
/* Define to 1 when the gnulib module malloc-posix should be tested. */
168
#define GNULIB_TEST_MALLOC_POSIX 1
169
170
/* Define to 1 when the gnulib module mbrtowc should be tested. */
171
#define GNULIB_TEST_MBRTOWC 1
172
173
/* Define to 1 when the gnulib module mbsinit should be tested. */
174
#define GNULIB_TEST_MBSINIT 1
175
176
/* Define to 1 when the gnulib module memchr should be tested. */
177
#define GNULIB_TEST_MEMCHR 1
178
179
/* Define to 1 when the gnulib module mktime should be tested. */
180
#define GNULIB_TEST_MKTIME 1
181
182
/* Define to 1 when the gnulib module realloc-posix should be tested. */
183
#define GNULIB_TEST_REALLOC_POSIX 1
184
185
/* Define to 1 when the gnulib module setenv should be tested. */
186
#define GNULIB_TEST_SETENV 1
187
188
/* Define to 1 when the gnulib module stat should be tested. */
189
#define GNULIB_TEST_STAT 1
190
191
/* Define to 1 when the gnulib module stpncpy should be tested. */
192
#define GNULIB_TEST_STPNCPY 1
193
194
/* Define to 1 when the gnulib module strdup should be tested. */
195
#define GNULIB_TEST_STRDUP 1
196
197
/* Define to 1 when the gnulib module strerror should be tested. */
198
#define GNULIB_TEST_STRERROR 1
199
200
/* Define to 1 when the gnulib module strstr should be tested. */
201
#define GNULIB_TEST_STRSTR 1
202
203
/* Define to 1 when the gnulib module strtod should be tested. */
204
#define GNULIB_TEST_STRTOD 1
205
206
/* Define to 1 when the gnulib module timegm should be tested. */
207
#define GNULIB_TEST_TIMEGM 1
208
209
/* Define to 1 when the gnulib module time_r should be tested. */
210
#define GNULIB_TEST_TIME_R 1
211
212
/* Define to 1 when the gnulib module time_rz should be tested. */
213
#define GNULIB_TEST_TIME_RZ 1
214
215
/* Define to 1 when the gnulib module tzset should be tested. */
216
#define GNULIB_TEST_TZSET 1
217
218
/* Define to 1 when the gnulib module unsetenv should be tested. */
219
#define GNULIB_TEST_UNSETENV 1
220
221
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
222
may be supplied by this distribution. */
223
#define HAVE_ALLOCA 1
224
225
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
226
*/
227
#define HAVE_ALLOCA_H 1
228
229
/* Define to 1 if you have the <arpa/inet.h> header file. */
230
#define HAVE_ARPA_INET_H 1
231
232
/* Define to 1 if you have the <bp-sym.h> header file. */
233
/* #undef HAVE_BP_SYM_H */
234
235
/* The compiler supports __builtin_expect */
236
#define HAVE_BUILTIN_EXPECT 1
237
238
/* Define to 1 if you have the <crtdefs.h> header file. */
239
/* #undef HAVE_CRTDEFS_H */
240
241
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
242
*/
243
#define HAVE_DECL_ALARM 1
244
245
/* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
246
*/
247
#define HAVE_DECL_FPURGE 0
248
249
/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
250
*/
251
#define HAVE_DECL_FSEEKO 1
252
253
/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
254
*/
255
#define HAVE_DECL_FTELLO 1
256
257
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
258
don't. */
259
#define HAVE_DECL_GETC_UNLOCKED 1
260
261
/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
262
don't. */
263
#define HAVE_DECL_INET_PTON 1
264
265
/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
266
don't. */
267
#define HAVE_DECL_LOCALTIME_R 1
268
269
/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
270
don't. */
271
/* #undef HAVE_DECL_MBRTOWC */
272
273
/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
274
don't. */
275
/* #undef HAVE_DECL_MBSINIT */
276
277
/* Define to 1 if you have the declaration of `program_invocation_name', and
278
to 0 if you don't. */
279
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
280
281
/* Define to 1 if you have the declaration of `program_invocation_short_name',
282
and to 0 if you don't. */
283
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
284
285
/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
286
*/
287
#define HAVE_DECL_SETENV 1
288
289
/* Define to 1 if you have the declaration of `stpncpy', and to 0 if you
290
don't. */
291
#define HAVE_DECL_STPNCPY 1
292
293
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
294
*/
295
#define HAVE_DECL_STRDUP 1
296
297
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
298
don't. */
299
#define HAVE_DECL_STRERROR_R 1
300
301
/* Define to 1 if you have the declaration of `towlower', and to 0 if you
302
don't. */
303
/* #undef HAVE_DECL_TOWLOWER */
304
305
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
306
*/
307
/* #undef HAVE_DECL_TZNAME */
308
309
/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
310
don't. */
311
#define HAVE_DECL_UNSETENV 1
312
313
/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
314
*/
315
#define HAVE_DECL___ARGV 0
316
317
/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
318
don't. */
319
#define HAVE_DECL___FPENDING 1
320
321
/* Define to 1 if you have the <dlfcn.h> header file. */
322
#define HAVE_DLFCN_H 1
323
324
/* Define if you have the declaration of environ. */
325
#define HAVE_ENVIRON_DECL 1
326
327
/* Define to 1 if you have the <fcntl.h> header file. */
328
#define HAVE_FCNTL_H 1
329
330
/* Define to 1 if you have the <features.h> header file. */
331
#define HAVE_FEATURES_H 1
332
333
/* Define to 1 if you have the `fpclassify' function. */
334
/* #undef HAVE_FPCLASSIFY */
335
336
/* Define to 1 if you have the `fpurge' function. */
337
/* #undef HAVE_FPURGE */
338
339
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
340
#define HAVE_FSEEKO 1
341
342
/* Define to 1 if you have the `getexecname' function. */
343
/* #undef HAVE_GETEXECNAME */
344
345
/* Define to 1 if you have the <getopt.h> header file. */
346
#define HAVE_GETOPT_H 1
347
348
/* Define to 1 if you have the `getopt_long_only' function. */
349
#define HAVE_GETOPT_LONG_ONLY 1
350
351
/* Define to 1 if you have the `getprogname' function. */
352
/* #undef HAVE_GETPROGNAME */
353
354
/* Define to 1 if you have the `inet_pton' function. */
355
/* #undef HAVE_INET_PTON */
356
357
/* Define to 1 if you have the <inttypes.h> header file. */
358
#define HAVE_INTTYPES_H 1
359
360
/* Define to 1 if <sys/socket.h> defines AF_INET. */
361
#define HAVE_IPV4 1
362
363
/* Define to 1 if <sys/socket.h> defines AF_INET6. */
364
#define HAVE_IPV6 1
365
366
/* Define to 1 if you have the `iswcntrl' function. */
367
#define HAVE_ISWCNTRL 1
368
369
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
370
#define HAVE_LANGINFO_CODESET 1
371
372
/* Define if the ldexp function is available in libc. */
373
/* #undef HAVE_LDEXP_IN_LIBC */
374
375
/* Define to 1 if you have the <libintl.h> header file. */
376
#define HAVE_LIBINTL_H 1
377
378
/* Define to 1 if you have the <limits.h> header file. */
379
#define HAVE_LIMITS_H 1
380
381
/* Define to 1 if you have the `localtime_r' function. */
382
#define HAVE_LOCALTIME_R 1
383
384
/* Define to 1 if the system has the type 'long long int'. */
385
#define HAVE_LONG_LONG_INT 1
386
387
/* Define to 1 if you have the `lstat' function. */
388
#define HAVE_LSTAT 1
389
390
/* Define if the 'malloc' function is POSIX compliant. */
391
#define HAVE_MALLOC_POSIX 1
392
393
/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
394
config.h and <sys/mman.h>. */
395
#define HAVE_MAP_ANONYMOUS 1
396
397
/* Define to 1 if you have the <math.h> header file. */
398
#define HAVE_MATH_H 1
399
400
/* Define to 1 if you have the `mbrtowc' function. */
401
#define HAVE_MBRTOWC 1
402
403
/* Define to 1 if you have the `mbsinit' function. */
404
#define HAVE_MBSINIT 1
405
406
/* Define to 1 if <wchar.h> declares mbstate_t. */
407
#define HAVE_MBSTATE_T 1
408
409
/* Define to 1 if you have the <memory.h> header file. */
410
#define HAVE_MEMORY_H 1
411
412
/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
413
/* #undef HAVE_MINMAX_IN_LIMITS_H */
414
415
/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
416
#define HAVE_MINMAX_IN_SYS_PARAM_H 1
417
418
/* Define to 1 if you have the `mprotect' function. */
419
#define HAVE_MPROTECT 1
420
421
/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
422
concept. */
423
/* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */
424
425
/* Define to 1 if you have the <netdb.h> header file. */
426
#define HAVE_NETDB_H 1
427
428
/* Define to 1 if you have the <netinet/in.h> header file. */
429
#define HAVE_NETINET_IN_H 1
430
431
/* Define to 1 if you have the `open_memstream' function. */
432
#define HAVE_OPEN_MEMSTREAM 1
433
434
/* Define to 1 if you have the `posix_fadvise' function. */
435
#define HAVE_POSIX_FADVISE 1
436
437
/* Define to 1 if accept is declared even after undefining macros. */
438
#define HAVE_RAW_DECL_ACCEPT 1
439
440
/* Define to 1 if accept4 is declared even after undefining macros. */
441
#define HAVE_RAW_DECL_ACCEPT4 1
442
443
/* Define to 1 if acosf is declared even after undefining macros. */
444
#define HAVE_RAW_DECL_ACOSF 1
445
446
/* Define to 1 if acosl is declared even after undefining macros. */
447
#define HAVE_RAW_DECL_ACOSL 1
448
449
/* Define to 1 if asinf is declared even after undefining macros. */
450
#define HAVE_RAW_DECL_ASINF 1
451
452
/* Define to 1 if asinl is declared even after undefining macros. */
453
#define HAVE_RAW_DECL_ASINL 1
454
455
/* Define to 1 if atanf is declared even after undefining macros. */
456
#define HAVE_RAW_DECL_ATANF 1
457
458
/* Define to 1 if atanl is declared even after undefining macros. */
459
#define HAVE_RAW_DECL_ATANL 1
460
461
/* Define to 1 if atoll is declared even after undefining macros. */
462
#define HAVE_RAW_DECL_ATOLL 1
463
464
/* Define to 1 if bind is declared even after undefining macros. */
465
#define HAVE_RAW_DECL_BIND 1
466
467
/* Define to 1 if btowc is declared even after undefining macros. */
468
#define HAVE_RAW_DECL_BTOWC 1
469
470
/* Define to 1 if canonicalize_file_name is declared even after undefining
471
macros. */
472
#define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
473
474
/* Define to 1 if cbrt is declared even after undefining macros. */
475
#define HAVE_RAW_DECL_CBRT 1
476
477
/* Define to 1 if cbrtf is declared even after undefining macros. */
478
#define HAVE_RAW_DECL_CBRTF 1
479
480
/* Define to 1 if cbrtl is declared even after undefining macros. */
481
#define HAVE_RAW_DECL_CBRTL 1
482
483
/* Define to 1 if ceilf is declared even after undefining macros. */
484
#define HAVE_RAW_DECL_CEILF 1
485
486
/* Define to 1 if ceill is declared even after undefining macros. */
487
#define HAVE_RAW_DECL_CEILL 1
488
489
/* Define to 1 if chdir is declared even after undefining macros. */
490
#define HAVE_RAW_DECL_CHDIR 1
491
492
/* Define to 1 if chown is declared even after undefining macros. */
493
#define HAVE_RAW_DECL_CHOWN 1
494
495
/* Define to 1 if connect is declared even after undefining macros. */
496
#define HAVE_RAW_DECL_CONNECT 1
497
498
/* Define to 1 if copysign is declared even after undefining macros. */
499
#define HAVE_RAW_DECL_COPYSIGN 1
500
501
/* Define to 1 if copysignf is declared even after undefining macros. */
502
#define HAVE_RAW_DECL_COPYSIGNF 1
503
504
/* Define to 1 if copysignl is declared even after undefining macros. */
505
#define HAVE_RAW_DECL_COPYSIGNL 1
506
507
/* Define to 1 if cosf is declared even after undefining macros. */
508
#define HAVE_RAW_DECL_COSF 1
509
510
/* Define to 1 if coshf is declared even after undefining macros. */
511
#define HAVE_RAW_DECL_COSHF 1
512
513
/* Define to 1 if cosl is declared even after undefining macros. */
514
#define HAVE_RAW_DECL_COSL 1
515
516
/* Define to 1 if dprintf is declared even after undefining macros. */
517
#define HAVE_RAW_DECL_DPRINTF 1
518
519
/* Define to 1 if dup is declared even after undefining macros. */
520
#define HAVE_RAW_DECL_DUP 1
521
522
/* Define to 1 if dup2 is declared even after undefining macros. */
523
#define HAVE_RAW_DECL_DUP2 1
524
525
/* Define to 1 if dup3 is declared even after undefining macros. */
526
#define HAVE_RAW_DECL_DUP3 1
527
528
/* Define to 1 if endusershell is declared even after undefining macros. */
529
#define HAVE_RAW_DECL_ENDUSERSHELL 1
530
531
/* Define to 1 if environ is declared even after undefining macros. */
532
#define HAVE_RAW_DECL_ENVIRON 1
533
534
/* Define to 1 if euidaccess is declared even after undefining macros. */
535
#define HAVE_RAW_DECL_EUIDACCESS 1
536
537
/* Define to 1 if exp2 is declared even after undefining macros. */
538
#define HAVE_RAW_DECL_EXP2 1
539
540
/* Define to 1 if exp2f is declared even after undefining macros. */
541
#define HAVE_RAW_DECL_EXP2F 1
542
543
/* Define to 1 if exp2l is declared even after undefining macros. */
544
#define HAVE_RAW_DECL_EXP2L 1
545
546
/* Define to 1 if expf is declared even after undefining macros. */
547
#define HAVE_RAW_DECL_EXPF 1
548
549
/* Define to 1 if expl is declared even after undefining macros. */
550
#define HAVE_RAW_DECL_EXPL 1
551
552
/* Define to 1 if expm1 is declared even after undefining macros. */
553
#define HAVE_RAW_DECL_EXPM1 1
554
555
/* Define to 1 if expm1f is declared even after undefining macros. */
556
#define HAVE_RAW_DECL_EXPM1F 1
557
558
/* Define to 1 if expm1l is declared even after undefining macros. */
559
#define HAVE_RAW_DECL_EXPM1L 1
560
561
/* Define to 1 if fabsf is declared even after undefining macros. */
562
#define HAVE_RAW_DECL_FABSF 1
563
564
/* Define to 1 if fabsl is declared even after undefining macros. */
565
#define HAVE_RAW_DECL_FABSL 1
566
567
/* Define to 1 if faccessat is declared even after undefining macros. */
568
#define HAVE_RAW_DECL_FACCESSAT 1
569
570
/* Define to 1 if fchdir is declared even after undefining macros. */
571
#define HAVE_RAW_DECL_FCHDIR 1
572
573
/* Define to 1 if fchmodat is declared even after undefining macros. */
574
#define HAVE_RAW_DECL_FCHMODAT 1
575
576
/* Define to 1 if fchownat is declared even after undefining macros. */
577
#define HAVE_RAW_DECL_FCHOWNAT 1
578
579
/* Define to 1 if fcntl is declared even after undefining macros. */
580
#define HAVE_RAW_DECL_FCNTL 1
581
582
/* Define to 1 if fdatasync is declared even after undefining macros. */
583
#define HAVE_RAW_DECL_FDATASYNC 1
584
585
/* Define to 1 if ffsl is declared even after undefining macros. */
586
#define HAVE_RAW_DECL_FFSL 1
587
588
/* Define to 1 if ffsll is declared even after undefining macros. */
589
#define HAVE_RAW_DECL_FFSLL 1
590
591
/* Define to 1 if floorf is declared even after undefining macros. */
592
#define HAVE_RAW_DECL_FLOORF 1
593
594
/* Define to 1 if floorl is declared even after undefining macros. */
595
#define HAVE_RAW_DECL_FLOORL 1
596
597
/* Define to 1 if fma is declared even after undefining macros. */
598
#define HAVE_RAW_DECL_FMA 1
599
600
/* Define to 1 if fmaf is declared even after undefining macros. */
601
#define HAVE_RAW_DECL_FMAF 1
602
603
/* Define to 1 if fmal is declared even after undefining macros. */
604
#define HAVE_RAW_DECL_FMAL 1
605
606
/* Define to 1 if fmod is declared even after undefining macros. */
607
#define HAVE_RAW_DECL_FMOD 1
608
609
/* Define to 1 if fmodf is declared even after undefining macros. */
610
#define HAVE_RAW_DECL_FMODF 1
611
612
/* Define to 1 if fmodl is declared even after undefining macros. */
613
#define HAVE_RAW_DECL_FMODL 1
614
615
/* Define to 1 if fpurge is declared even after undefining macros. */
616
/* #undef HAVE_RAW_DECL_FPURGE */
617
618
/* Define to 1 if frexpf is declared even after undefining macros. */
619
#define HAVE_RAW_DECL_FREXPF 1
620
621
/* Define to 1 if frexpl is declared even after undefining macros. */
622
#define HAVE_RAW_DECL_FREXPL 1
623
624
/* Define to 1 if fseeko is declared even after undefining macros. */
625
#define HAVE_RAW_DECL_FSEEKO 1
626
627
/* Define to 1 if fstat is declared even after undefining macros. */
628
#define HAVE_RAW_DECL_FSTAT 1
629
630
/* Define to 1 if fstatat is declared even after undefining macros. */
631
#define HAVE_RAW_DECL_FSTATAT 1
632
633
/* Define to 1 if fsync is declared even after undefining macros. */
634
#define HAVE_RAW_DECL_FSYNC 1
635
636
/* Define to 1 if ftello is declared even after undefining macros. */
637
#define HAVE_RAW_DECL_FTELLO 1
638
639
/* Define to 1 if ftruncate is declared even after undefining macros. */
640
#define HAVE_RAW_DECL_FTRUNCATE 1
641
642
/* Define to 1 if futimens is declared even after undefining macros. */
643
#define HAVE_RAW_DECL_FUTIMENS 1
644
645
/* Define to 1 if getcwd is declared even after undefining macros. */
646
#define HAVE_RAW_DECL_GETCWD 1
647
648
/* Define to 1 if getdelim is declared even after undefining macros. */
649
#define HAVE_RAW_DECL_GETDELIM 1
650
651
/* Define to 1 if getdomainname is declared even after undefining macros. */
652
#define HAVE_RAW_DECL_GETDOMAINNAME 1
653
654
/* Define to 1 if getdtablesize is declared even after undefining macros. */
655
#define HAVE_RAW_DECL_GETDTABLESIZE 1
656
657
/* Define to 1 if getgroups is declared even after undefining macros. */
658
#define HAVE_RAW_DECL_GETGROUPS 1
659
660
/* Define to 1 if gethostname is declared even after undefining macros. */
661
#define HAVE_RAW_DECL_GETHOSTNAME 1
662
663
/* Define to 1 if getline is declared even after undefining macros. */
664
#define HAVE_RAW_DECL_GETLINE 1
665
666
/* Define to 1 if getloadavg is declared even after undefining macros. */
667
#define HAVE_RAW_DECL_GETLOADAVG 1
668
669
/* Define to 1 if getlogin is declared even after undefining macros. */
670
#define HAVE_RAW_DECL_GETLOGIN 1
671
672
/* Define to 1 if getlogin_r is declared even after undefining macros. */
673
#define HAVE_RAW_DECL_GETLOGIN_R 1
674
675
/* Define to 1 if getpagesize is declared even after undefining macros. */
676
#define HAVE_RAW_DECL_GETPAGESIZE 1
677
678
/* Define to 1 if getpeername is declared even after undefining macros. */
679
#define HAVE_RAW_DECL_GETPEERNAME 1
680
681
/* Define to 1 if gets is declared even after undefining macros. */
682
/* #undef HAVE_RAW_DECL_GETS */
683
684
/* Define to 1 if getsockname is declared even after undefining macros. */
685
#define HAVE_RAW_DECL_GETSOCKNAME 1
686
687
/* Define to 1 if getsockopt is declared even after undefining macros. */
688
#define HAVE_RAW_DECL_GETSOCKOPT 1
689
690
/* Define to 1 if getsubopt is declared even after undefining macros. */
691
#define HAVE_RAW_DECL_GETSUBOPT 1
692
693
/* Define to 1 if getusershell is declared even after undefining macros. */
694
#define HAVE_RAW_DECL_GETUSERSHELL 1
695
696
/* Define to 1 if grantpt is declared even after undefining macros. */
697
#define HAVE_RAW_DECL_GRANTPT 1
698
699
/* Define to 1 if group_member is declared even after undefining macros. */
700
#define HAVE_RAW_DECL_GROUP_MEMBER 1
701
702
/* Define to 1 if hypotf is declared even after undefining macros. */
703
#define HAVE_RAW_DECL_HYPOTF 1
704
705
/* Define to 1 if hypotl is declared even after undefining macros. */
706
#define HAVE_RAW_DECL_HYPOTL 1
707
708
/* Define to 1 if ilogb is declared even after undefining macros. */
709
#define HAVE_RAW_DECL_ILOGB 1
710
711
/* Define to 1 if ilogbf is declared even after undefining macros. */
712
#define HAVE_RAW_DECL_ILOGBF 1
713
714
/* Define to 1 if ilogbl is declared even after undefining macros. */
715
#define HAVE_RAW_DECL_ILOGBL 1
716
717
/* Define to 1 if inet_ntop is declared even after undefining macros. */
718
#define HAVE_RAW_DECL_INET_NTOP 1
719
720
/* Define to 1 if inet_pton is declared even after undefining macros. */
721
#define HAVE_RAW_DECL_INET_PTON 1
722
723
/* Define to 1 if initstate is declared even after undefining macros. */
724
#define HAVE_RAW_DECL_INITSTATE 1
725
726
/* Define to 1 if initstate_r is declared even after undefining macros. */
727
#define HAVE_RAW_DECL_INITSTATE_R 1
728
729
/* Define to 1 if isatty is declared even after undefining macros. */
730
#define HAVE_RAW_DECL_ISATTY 1
731
732
/* Define to 1 if iswctype is declared even after undefining macros. */
733
#define HAVE_RAW_DECL_ISWCTYPE 1
734
735
/* Define to 1 if lchmod is declared even after undefining macros. */
736
#define HAVE_RAW_DECL_LCHMOD 1
737
738
/* Define to 1 if lchown is declared even after undefining macros. */
739
#define HAVE_RAW_DECL_LCHOWN 1
740
741
/* Define to 1 if ldexpf is declared even after undefining macros. */
742
#define HAVE_RAW_DECL_LDEXPF 1
743
744
/* Define to 1 if ldexpl is declared even after undefining macros. */
745
#define HAVE_RAW_DECL_LDEXPL 1
746
747
/* Define to 1 if link is declared even after undefining macros. */
748
#define HAVE_RAW_DECL_LINK 1
749
750
/* Define to 1 if linkat is declared even after undefining macros. */
751
#define HAVE_RAW_DECL_LINKAT 1
752
753
/* Define to 1 if listen is declared even after undefining macros. */
754
#define HAVE_RAW_DECL_LISTEN 1
755
756
/* Define to 1 if log is declared even after undefining macros. */
757
#define HAVE_RAW_DECL_LOG 1
758
759
/* Define to 1 if log10 is declared even after undefining macros. */
760
#define HAVE_RAW_DECL_LOG10 1
761
762
/* Define to 1 if log10f is declared even after undefining macros. */
763
#define HAVE_RAW_DECL_LOG10F 1
764
765
/* Define to 1 if log10l is declared even after undefining macros. */
766
#define HAVE_RAW_DECL_LOG10L 1
767
768
/* Define to 1 if log1p is declared even after undefining macros. */
769
#define HAVE_RAW_DECL_LOG1P 1
770
771
/* Define to 1 if log1pf is declared even after undefining macros. */
772
#define HAVE_RAW_DECL_LOG1PF 1
773
774
/* Define to 1 if log1pl is declared even after undefining macros. */
775
#define HAVE_RAW_DECL_LOG1PL 1
776
777
/* Define to 1 if log2 is declared even after undefining macros. */
778
#define HAVE_RAW_DECL_LOG2 1
779
780
/* Define to 1 if log2f is declared even after undefining macros. */
781
#define HAVE_RAW_DECL_LOG2F 1
782
783
/* Define to 1 if log2l is declared even after undefining macros. */
784
#define HAVE_RAW_DECL_LOG2L 1
785
786
/* Define to 1 if logb is declared even after undefining macros. */
787
#define HAVE_RAW_DECL_LOGB 1
788
789
/* Define to 1 if logbf is declared even after undefining macros. */
790
#define HAVE_RAW_DECL_LOGBF 1
791
792
/* Define to 1 if logbl is declared even after undefining macros. */
793
#define HAVE_RAW_DECL_LOGBL 1
794
795
/* Define to 1 if logf is declared even after undefining macros. */
796
#define HAVE_RAW_DECL_LOGF 1
797
798
/* Define to 1 if logl is declared even after undefining macros. */
799
#define HAVE_RAW_DECL_LOGL 1
800
801
/* Define to 1 if lseek is declared even after undefining macros. */
802
#define HAVE_RAW_DECL_LSEEK 1
803
804
/* Define to 1 if lstat is declared even after undefining macros. */
805
#define HAVE_RAW_DECL_LSTAT 1
806
807
/* Define to 1 if mbrlen is declared even after undefining macros. */
808
#define HAVE_RAW_DECL_MBRLEN 1
809
810
/* Define to 1 if mbrtowc is declared even after undefining macros. */
811
#define HAVE_RAW_DECL_MBRTOWC 1
812
813
/* Define to 1 if mbsinit is declared even after undefining macros. */
814
#define HAVE_RAW_DECL_MBSINIT 1
815
816
/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
817
#define HAVE_RAW_DECL_MBSNRTOWCS 1
818
819
/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
820
#define HAVE_RAW_DECL_MBSRTOWCS 1
821
822
/* Define to 1 if memmem is declared even after undefining macros. */
823
#define HAVE_RAW_DECL_MEMMEM 1
824
825
/* Define to 1 if mempcpy is declared even after undefining macros. */
826
#define HAVE_RAW_DECL_MEMPCPY 1
827
828
/* Define to 1 if memrchr is declared even after undefining macros. */
829
#define HAVE_RAW_DECL_MEMRCHR 1
830
831
/* Define to 1 if mkdirat is declared even after undefining macros. */
832
#define HAVE_RAW_DECL_MKDIRAT 1
833
834
/* Define to 1 if mkdtemp is declared even after undefining macros. */
835
#define HAVE_RAW_DECL_MKDTEMP 1
836
837
/* Define to 1 if mkfifo is declared even after undefining macros. */
838
#define HAVE_RAW_DECL_MKFIFO 1
839
840
/* Define to 1 if mkfifoat is declared even after undefining macros. */
841
#define HAVE_RAW_DECL_MKFIFOAT 1
842
843
/* Define to 1 if mknod is declared even after undefining macros. */
844
#define HAVE_RAW_DECL_MKNOD 1
845
846
/* Define to 1 if mknodat is declared even after undefining macros. */
847
#define HAVE_RAW_DECL_MKNODAT 1
848
849
/* Define to 1 if mkostemp is declared even after undefining macros. */
850
#define HAVE_RAW_DECL_MKOSTEMP 1
851
852
/* Define to 1 if mkostemps is declared even after undefining macros. */
853
#define HAVE_RAW_DECL_MKOSTEMPS 1
854
855
/* Define to 1 if mkstemp is declared even after undefining macros. */
856
#define HAVE_RAW_DECL_MKSTEMP 1
857
858
/* Define to 1 if mkstemps is declared even after undefining macros. */
859
#define HAVE_RAW_DECL_MKSTEMPS 1
860
861
/* Define to 1 if modf is declared even after undefining macros. */
862
#define HAVE_RAW_DECL_MODF 1
863
864
/* Define to 1 if modff is declared even after undefining macros. */
865
#define HAVE_RAW_DECL_MODFF 1
866
867
/* Define to 1 if modfl is declared even after undefining macros. */
868
#define HAVE_RAW_DECL_MODFL 1
869
870
/* Define to 1 if openat is declared even after undefining macros. */
871
#define HAVE_RAW_DECL_OPENAT 1
872
873
/* Define to 1 if pclose is declared even after undefining macros. */
874
#define HAVE_RAW_DECL_PCLOSE 1
875
876
/* Define to 1 if pipe is declared even after undefining macros. */
877
#define HAVE_RAW_DECL_PIPE 1
878
879
/* Define to 1 if pipe2 is declared even after undefining macros. */
880
#define HAVE_RAW_DECL_PIPE2 1
881
882
/* Define to 1 if popen is declared even after undefining macros. */
883
#define HAVE_RAW_DECL_POPEN 1
884
885
/* Define to 1 if posix_openpt is declared even after undefining macros. */
886
#define HAVE_RAW_DECL_POSIX_OPENPT 1
887
888
/* Define to 1 if powf is declared even after undefining macros. */
889
#define HAVE_RAW_DECL_POWF 1
890
891
/* Define to 1 if pread is declared even after undefining macros. */
892
#define HAVE_RAW_DECL_PREAD 1
893
894
/* Define to 1 if ptsname is declared even after undefining macros. */
895
#define HAVE_RAW_DECL_PTSNAME 1
896
897
/* Define to 1 if ptsname_r is declared even after undefining macros. */
898
#define HAVE_RAW_DECL_PTSNAME_R 1
899
900
/* Define to 1 if pwrite is declared even after undefining macros. */
901
#define HAVE_RAW_DECL_PWRITE 1
902
903
/* Define to 1 if qsort_r is declared even after undefining macros. */
904
#define HAVE_RAW_DECL_QSORT_R 1
905
906
/* Define to 1 if random is declared even after undefining macros. */
907
#define HAVE_RAW_DECL_RANDOM 1
908
909
/* Define to 1 if random_r is declared even after undefining macros. */
910
#define HAVE_RAW_DECL_RANDOM_R 1
911
912
/* Define to 1 if rawmemchr is declared even after undefining macros. */
913
#define HAVE_RAW_DECL_RAWMEMCHR 1
914
915
/* Define to 1 if readlink is declared even after undefining macros. */
916
#define HAVE_RAW_DECL_READLINK 1
917
918
/* Define to 1 if readlinkat is declared even after undefining macros. */
919
#define HAVE_RAW_DECL_READLINKAT 1
920
921
/* Define to 1 if reallocarray is declared even after undefining macros. */
922
#define HAVE_RAW_DECL_REALLOCARRAY 1
923
924
/* Define to 1 if realpath is declared even after undefining macros. */
925
#define HAVE_RAW_DECL_REALPATH 1
926
927
/* Define to 1 if recv is declared even after undefining macros. */
928
#define HAVE_RAW_DECL_RECV 1
929
930
/* Define to 1 if recvfrom is declared even after undefining macros. */
931
#define HAVE_RAW_DECL_RECVFROM 1
932
933
/* Define to 1 if remainder is declared even after undefining macros. */
934
#define HAVE_RAW_DECL_REMAINDER 1
935
936
/* Define to 1 if remainderf is declared even after undefining macros. */
937
#define HAVE_RAW_DECL_REMAINDERF 1
938
939
/* Define to 1 if remainderl is declared even after undefining macros. */
940
#define HAVE_RAW_DECL_REMAINDERL 1
941
942
/* Define to 1 if renameat is declared even after undefining macros. */
943
#define HAVE_RAW_DECL_RENAMEAT 1
944
945
/* Define to 1 if rint is declared even after undefining macros. */
946
#define HAVE_RAW_DECL_RINT 1
947
948
/* Define to 1 if rintf is declared even after undefining macros. */
949
#define HAVE_RAW_DECL_RINTF 1
950
951
/* Define to 1 if rintl is declared even after undefining macros. */
952
#define HAVE_RAW_DECL_RINTL 1
953
954
/* Define to 1 if rmdir is declared even after undefining macros. */
955
#define HAVE_RAW_DECL_RMDIR 1
956
957
/* Define to 1 if round is declared even after undefining macros. */
958
#define HAVE_RAW_DECL_ROUND 1
959
960
/* Define to 1 if roundf is declared even after undefining macros. */
961
#define HAVE_RAW_DECL_ROUNDF 1
962
963
/* Define to 1 if roundl is declared even after undefining macros. */
964
#define HAVE_RAW_DECL_ROUNDL 1
965
966
/* Define to 1 if rpmatch is declared even after undefining macros. */
967
#define HAVE_RAW_DECL_RPMATCH 1
968
969
/* Define to 1 if secure_getenv is declared even after undefining macros. */
970
#define HAVE_RAW_DECL_SECURE_GETENV 1
971
972
/* Define to 1 if send is declared even after undefining macros. */
973
#define HAVE_RAW_DECL_SEND 1
974
975
/* Define to 1 if sendto is declared even after undefining macros. */
976
#define HAVE_RAW_DECL_SENDTO 1
977
978
/* Define to 1 if setenv is declared even after undefining macros. */
979
#define HAVE_RAW_DECL_SETENV 1
980
981
/* Define to 1 if sethostname is declared even after undefining macros. */
982
#define HAVE_RAW_DECL_SETHOSTNAME 1
983
984
/* Define to 1 if setsockopt is declared even after undefining macros. */
985
#define HAVE_RAW_DECL_SETSOCKOPT 1
986
987
/* Define to 1 if setstate is declared even after undefining macros. */
988
#define HAVE_RAW_DECL_SETSTATE 1
989
990
/* Define to 1 if setstate_r is declared even after undefining macros. */
991
#define HAVE_RAW_DECL_SETSTATE_R 1
992
993
/* Define to 1 if setusershell is declared even after undefining macros. */
994
#define HAVE_RAW_DECL_SETUSERSHELL 1
995
996
/* Define to 1 if shutdown is declared even after undefining macros. */
997
#define HAVE_RAW_DECL_SHUTDOWN 1
998
999
/* Define to 1 if sinf is declared even after undefining macros. */
1000
#define HAVE_RAW_DECL_SINF 1
1001
1002
/* Define to 1 if sinhf is declared even after undefining macros. */
1003
#define HAVE_RAW_DECL_SINHF 1
1004
1005
/* Define to 1 if sinl is declared even after undefining macros. */
1006
#define HAVE_RAW_DECL_SINL 1
1007
1008
/* Define to 1 if sleep is declared even after undefining macros. */
1009
#define HAVE_RAW_DECL_SLEEP 1
1010
1011
/* Define to 1 if snprintf is declared even after undefining macros. */
1012
#define HAVE_RAW_DECL_SNPRINTF 1
1013
1014
/* Define to 1 if socket is declared even after undefining macros. */
1015
#define HAVE_RAW_DECL_SOCKET 1
1016
1017
/* Define to 1 if sqrtf is declared even after undefining macros. */
1018
#define HAVE_RAW_DECL_SQRTF 1
1019
1020
/* Define to 1 if sqrtl is declared even after undefining macros. */
1021
#define HAVE_RAW_DECL_SQRTL 1
1022
1023
/* Define to 1 if srandom is declared even after undefining macros. */
1024
#define HAVE_RAW_DECL_SRANDOM 1
1025
1026
/* Define to 1 if srandom_r is declared even after undefining macros. */
1027
#define HAVE_RAW_DECL_SRANDOM_R 1
1028
1029
/* Define to 1 if stat is declared even after undefining macros. */
1030
#define HAVE_RAW_DECL_STAT 1
1031
1032
/* Define to 1 if stpcpy is declared even after undefining macros. */
1033
#define HAVE_RAW_DECL_STPCPY 1
1034
1035
/* Define to 1 if stpncpy is declared even after undefining macros. */
1036
#define HAVE_RAW_DECL_STPNCPY 1
1037
1038
/* Define to 1 if strcasestr is declared even after undefining macros. */
1039
#define HAVE_RAW_DECL_STRCASESTR 1
1040
1041
/* Define to 1 if strchrnul is declared even after undefining macros. */
1042
#define HAVE_RAW_DECL_STRCHRNUL 1
1043
1044
/* Define to 1 if strdup is declared even after undefining macros. */
1045
#define HAVE_RAW_DECL_STRDUP 1
1046
1047
/* Define to 1 if strerror_r is declared even after undefining macros. */
1048
#define HAVE_RAW_DECL_STRERROR_R 1
1049
1050
/* Define to 1 if strncat is declared even after undefining macros. */
1051
#define HAVE_RAW_DECL_STRNCAT 1
1052
1053
/* Define to 1 if strndup is declared even after undefining macros. */
1054
#define HAVE_RAW_DECL_STRNDUP 1
1055
1056
/* Define to 1 if strnlen is declared even after undefining macros. */
1057
#define HAVE_RAW_DECL_STRNLEN 1
1058
1059
/* Define to 1 if strpbrk is declared even after undefining macros. */
1060
#define HAVE_RAW_DECL_STRPBRK 1
1061
1062
/* Define to 1 if strsep is declared even after undefining macros. */
1063
#define HAVE_RAW_DECL_STRSEP 1
1064
1065
/* Define to 1 if strsignal is declared even after undefining macros. */
1066
#define HAVE_RAW_DECL_STRSIGNAL 1
1067
1068
/* Define to 1 if strtod is declared even after undefining macros. */
1069
#define HAVE_RAW_DECL_STRTOD 1
1070
1071
/* Define to 1 if strtok_r is declared even after undefining macros. */
1072
#define HAVE_RAW_DECL_STRTOK_R 1
1073
1074
/* Define to 1 if strtoll is declared even after undefining macros. */
1075
#define HAVE_RAW_DECL_STRTOLL 1
1076
1077
/* Define to 1 if strtoull is declared even after undefining macros. */
1078
#define HAVE_RAW_DECL_STRTOULL 1
1079
1080
/* Define to 1 if strverscmp is declared even after undefining macros. */
1081
#define HAVE_RAW_DECL_STRVERSCMP 1
1082
1083
/* Define to 1 if symlink is declared even after undefining macros. */
1084
#define HAVE_RAW_DECL_SYMLINK 1
1085
1086
/* Define to 1 if symlinkat is declared even after undefining macros. */
1087
#define HAVE_RAW_DECL_SYMLINKAT 1
1088
1089
/* Define to 1 if tanf is declared even after undefining macros. */
1090
#define HAVE_RAW_DECL_TANF 1
1091
1092
/* Define to 1 if tanhf is declared even after undefining macros. */
1093
#define HAVE_RAW_DECL_TANHF 1
1094
1095
/* Define to 1 if tanl is declared even after undefining macros. */
1096
#define HAVE_RAW_DECL_TANL 1
1097
1098
/* Define to 1 if tmpfile is declared even after undefining macros. */
1099
#define HAVE_RAW_DECL_TMPFILE 1
1100
1101
/* Define to 1 if towctrans is declared even after undefining macros. */
1102
#define HAVE_RAW_DECL_TOWCTRANS 1
1103
1104
/* Define to 1 if trunc is declared even after undefining macros. */
1105
#define HAVE_RAW_DECL_TRUNC 1
1106
1107
/* Define to 1 if truncate is declared even after undefining macros. */
1108
#define HAVE_RAW_DECL_TRUNCATE 1
1109
1110
/* Define to 1 if truncf is declared even after undefining macros. */
1111
#define HAVE_RAW_DECL_TRUNCF 1
1112
1113
/* Define to 1 if truncl is declared even after undefining macros. */
1114
#define HAVE_RAW_DECL_TRUNCL 1
1115
1116
/* Define to 1 if ttyname_r is declared even after undefining macros. */
1117
#define HAVE_RAW_DECL_TTYNAME_R 1
1118
1119
/* Define to 1 if unlink is declared even after undefining macros. */
1120
#define HAVE_RAW_DECL_UNLINK 1
1121
1122
/* Define to 1 if unlinkat is declared even after undefining macros. */
1123
#define HAVE_RAW_DECL_UNLINKAT 1
1124
1125
/* Define to 1 if unlockpt is declared even after undefining macros. */
1126
#define HAVE_RAW_DECL_UNLOCKPT 1
1127
1128
/* Define to 1 if unsetenv is declared even after undefining macros. */
1129
#define HAVE_RAW_DECL_UNSETENV 1
1130
1131
/* Define to 1 if usleep is declared even after undefining macros. */
1132
#define HAVE_RAW_DECL_USLEEP 1
1133
1134
/* Define to 1 if utimensat is declared even after undefining macros. */
1135
#define HAVE_RAW_DECL_UTIMENSAT 1
1136
1137
/* Define to 1 if vdprintf is declared even after undefining macros. */
1138
#define HAVE_RAW_DECL_VDPRINTF 1
1139
1140
/* Define to 1 if vsnprintf is declared even after undefining macros. */
1141
#define HAVE_RAW_DECL_VSNPRINTF 1
1142
1143
/* Define to 1 if wcpcpy is declared even after undefining macros. */
1144
#define HAVE_RAW_DECL_WCPCPY 1
1145
1146
/* Define to 1 if wcpncpy is declared even after undefining macros. */
1147
#define HAVE_RAW_DECL_WCPNCPY 1
1148
1149
/* Define to 1 if wcrtomb is declared even after undefining macros. */
1150
#define HAVE_RAW_DECL_WCRTOMB 1
1151
1152
/* Define to 1 if wcscasecmp is declared even after undefining macros. */
1153
#define HAVE_RAW_DECL_WCSCASECMP 1
1154
1155
/* Define to 1 if wcscat is declared even after undefining macros. */
1156
#define HAVE_RAW_DECL_WCSCAT 1
1157
1158
/* Define to 1 if wcschr is declared even after undefining macros. */
1159
#define HAVE_RAW_DECL_WCSCHR 1
1160
1161
/* Define to 1 if wcscmp is declared even after undefining macros. */
1162
#define HAVE_RAW_DECL_WCSCMP 1
1163
1164
/* Define to 1 if wcscoll is declared even after undefining macros. */
1165
#define HAVE_RAW_DECL_WCSCOLL 1
1166
1167
/* Define to 1 if wcscpy is declared even after undefining macros. */
1168
#define HAVE_RAW_DECL_WCSCPY 1
1169
1170
/* Define to 1 if wcscspn is declared even after undefining macros. */
1171
#define HAVE_RAW_DECL_WCSCSPN 1
1172
1173
/* Define to 1 if wcsdup is declared even after undefining macros. */
1174
#define HAVE_RAW_DECL_WCSDUP 1
1175
1176
/* Define to 1 if wcsftime is declared even after undefining macros. */
1177
#define HAVE_RAW_DECL_WCSFTIME 1
1178
1179
/* Define to 1 if wcslen is declared even after undefining macros. */
1180
#define HAVE_RAW_DECL_WCSLEN 1
1181
1182
/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1183
#define HAVE_RAW_DECL_WCSNCASECMP 1
1184
1185
/* Define to 1 if wcsncat is declared even after undefining macros. */
1186
#define HAVE_RAW_DECL_WCSNCAT 1
1187
1188
/* Define to 1 if wcsncmp is declared even after undefining macros. */
1189
#define HAVE_RAW_DECL_WCSNCMP 1
1190
1191
/* Define to 1 if wcsncpy is declared even after undefining macros. */
1192
#define HAVE_RAW_DECL_WCSNCPY 1
1193
1194
/* Define to 1 if wcsnlen is declared even after undefining macros. */
1195
#define HAVE_RAW_DECL_WCSNLEN 1
1196
1197
/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1198
#define HAVE_RAW_DECL_WCSNRTOMBS 1
1199
1200
/* Define to 1 if wcspbrk is declared even after undefining macros. */
1201
#define HAVE_RAW_DECL_WCSPBRK 1
1202
1203
/* Define to 1 if wcsrchr is declared even after undefining macros. */
1204
#define HAVE_RAW_DECL_WCSRCHR 1
1205
1206
/* Define to 1 if wcsrtombs is declared even after undefining macros. */
1207
#define HAVE_RAW_DECL_WCSRTOMBS 1
1208
1209
/* Define to 1 if wcsspn is declared even after undefining macros. */
1210
#define HAVE_RAW_DECL_WCSSPN 1
1211
1212
/* Define to 1 if wcsstr is declared even after undefining macros. */
1213
#define HAVE_RAW_DECL_WCSSTR 1
1214
1215
/* Define to 1 if wcstok is declared even after undefining macros. */
1216
#define HAVE_RAW_DECL_WCSTOK 1
1217
1218
/* Define to 1 if wcswidth is declared even after undefining macros. */
1219
#define HAVE_RAW_DECL_WCSWIDTH 1
1220
1221
/* Define to 1 if wcsxfrm is declared even after undefining macros. */
1222
#define HAVE_RAW_DECL_WCSXFRM 1
1223
1224
/* Define to 1 if wctob is declared even after undefining macros. */
1225
#define HAVE_RAW_DECL_WCTOB 1
1226
1227
/* Define to 1 if wctrans is declared even after undefining macros. */
1228
#define HAVE_RAW_DECL_WCTRANS 1
1229
1230
/* Define to 1 if wctype is declared even after undefining macros. */
1231
#define HAVE_RAW_DECL_WCTYPE 1
1232
1233
/* Define to 1 if wcwidth is declared even after undefining macros. */
1234
#define HAVE_RAW_DECL_WCWIDTH 1
1235
1236
/* Define to 1 if wmemchr is declared even after undefining macros. */
1237
#define HAVE_RAW_DECL_WMEMCHR 1
1238
1239
/* Define to 1 if wmemcmp is declared even after undefining macros. */
1240
#define HAVE_RAW_DECL_WMEMCMP 1
1241
1242
/* Define to 1 if wmemcpy is declared even after undefining macros. */
1243
#define HAVE_RAW_DECL_WMEMCPY 1
1244
1245
/* Define to 1 if wmemmove is declared even after undefining macros. */
1246
#define HAVE_RAW_DECL_WMEMMOVE 1
1247
1248
/* Define to 1 if wmemset is declared even after undefining macros. */
1249
#define HAVE_RAW_DECL_WMEMSET 1
1250
1251
/* Define to 1 if _Exit is declared even after undefining macros. */
1252
#define HAVE_RAW_DECL__EXIT 1
1253
1254
/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1255
and to 0 otherwise. */
1256
#define HAVE_REALLOC_GNU 1
1257
1258
/* Define if the 'realloc' function is POSIX compliant. */
1259
#define HAVE_REALLOC_POSIX 1
1260
1261
/* Define to 1 if you have run the test for working tzset. */
1262
#define HAVE_RUN_TZSET_TEST 1
1263
1264
/* Define to 1 if 'long double' and 'double' have the same representation. */
1265
/* #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE */
1266
1267
/* Define to 1 if the system has the type `sa_family_t'. */
1268
#define HAVE_SA_FAMILY_T 1
1269
1270
/* Define to 1 if you have the <search.h> header file. */
1271
#define HAVE_SEARCH_H 1
1272
1273
/* Define to 1 if you have the `setenv' function. */
1274
#define HAVE_SETENV 1
1275
1276
/* Define to 1 if you have the `shutdown' function. */
1277
#define HAVE_SHUTDOWN 1
1278
1279
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1280
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */
1281
1282
/* Define to 1 if 'wchar_t' is a signed integer type. */
1283
/* #undef HAVE_SIGNED_WCHAR_T */
1284
1285
/* Define to 1 if 'wint_t' is a signed integer type. */
1286
/* #undef HAVE_SIGNED_WINT_T */
1287
1288
/* Define to 1 if stdbool.h conforms to C99. */
1289
#define HAVE_STDBOOL_H 1
1290
1291
/* Define to 1 if you have the <stdint.h> header file. */
1292
#define HAVE_STDINT_H 1
1293
1294
/* Define to 1 if you have the <stdio_ext.h> header file. */
1295
#define HAVE_STDIO_EXT_H 1
1296
1297
/* Define to 1 if you have the <stdlib.h> header file. */
1298
#define HAVE_STDLIB_H 1
1299
1300
/* Define if you have the stpncpy() function and it works. */
1301
#define HAVE_STPNCPY 1
1302
1303
/* Define to 1 if you have the `strdup' function. */
1304
#define HAVE_STRDUP 1
1305
1306
/* Define to 1 if you have the `strerror_r' function. */
1307
#define HAVE_STRERROR_R 1
1308
1309
/* Define to 1 if you have the <strings.h> header file. */
1310
#define HAVE_STRINGS_H 1
1311
1312
/* Define to 1 if you have the <string.h> header file. */
1313
#define HAVE_STRING_H 1
1314
1315
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
1316
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1317
1318
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1319
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
1320
1321
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1322
#define HAVE_STRUCT_TM_TM_ZONE 1
1323
1324
/* Define to 1 if you have the `symlink' function. */
1325
#define HAVE_SYMLINK 1
1326
1327
/* Define to 1 if you have the <sys/bitypes.h> header file. */
1328
/* #undef HAVE_SYS_BITYPES_H */
1329
1330
/* Define to 1 if you have the <sys/cdefs.h> header file. */
1331
#define HAVE_SYS_CDEFS_H 1
1332
1333
/* Define to 1 if you have the <sys/inttypes.h> header file. */
1334
/* #undef HAVE_SYS_INTTYPES_H */
1335
1336
/* Define to 1 if you have the <sys/mman.h> header file. */
1337
#define HAVE_SYS_MMAN_H 1
1338
1339
/* Define to 1 if you have the <sys/param.h> header file. */
1340
#define HAVE_SYS_PARAM_H 1
1341
1342
/* Define to 1 if you have the <sys/socket.h> header file. */
1343
#define HAVE_SYS_SOCKET_H 1
1344
1345
/* Define to 1 if you have the <sys/stat.h> header file. */
1346
#define HAVE_SYS_STAT_H 1
1347
1348
/* Define to 1 if you have the <sys/time.h> header file. */
1349
#define HAVE_SYS_TIME_H 1
1350
1351
/* Define to 1 if you have the <sys/types.h> header file. */
1352
#define HAVE_SYS_TYPES_H 1
1353
1354
/* Define to 1 if you have the <sys/uio.h> header file. */
1355
#define HAVE_SYS_UIO_H 1
1356
1357
/* Define to 1 if you have the `timegm' function. */
1358
#define HAVE_TIMEGM 1
1359
1360
/* Define to 1 if the system has the type `timezone_t'. */
1361
/* #undef HAVE_TIMEZONE_T */
1362
1363
/* Define if struct tm has the tm_gmtoff member. */
1364
#define HAVE_TM_GMTOFF 1
1365
1366
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1367
`HAVE_STRUCT_TM_TM_ZONE' instead. */
1368
#define HAVE_TM_ZONE 1
1369
1370
/* Define to 1 if you have the `towlower' function. */
1371
#define HAVE_TOWLOWER 1
1372
1373
/* Define to 1 if you have the `tsearch' function. */
1374
#define HAVE_TSEARCH 1
1375
1376
/* Define to 1 if you don't have `tm_zone' but do have the external array
1377
`tzname'. */
1378
/* #undef HAVE_TZNAME */
1379
1380
/* Define to 1 if you have the `tzset' function. */
1381
#define HAVE_TZSET 1
1382
1383
/* Define to 1 if you have the <unistd.h> header file. */
1384
#define HAVE_UNISTD_H 1
1385
1386
/* Define to 1 if you have the `unsetenv' function. */
1387
#define HAVE_UNSETENV 1
1388
1389
/* Define to 1 if the system has the type 'unsigned long long int'. */
1390
#define HAVE_UNSIGNED_LONG_LONG_INT 1
1391
1392
/* Define if you have a global __progname variable */
1393
/* #undef HAVE_VAR___PROGNAME */
1394
1395
/* Define to 1 if you have the <wchar.h> header file. */
1396
#define HAVE_WCHAR_H 1
1397
1398
/* Define if you have the 'wchar_t' type. */
1399
#define HAVE_WCHAR_T 1
1400
1401
/* Define to 1 if you have the <wctype.h> header file. */
1402
#define HAVE_WCTYPE_H 1
1403
1404
/* Define to 1 if you have the <winsock2.h> header file. */
1405
/* #undef HAVE_WINSOCK2_H */
1406
1407
/* Define if you have the 'wint_t' type. */
1408
#define HAVE_WINT_T 1
1409
1410
/* Define to 1 if O_NOATIME works. */
1411
#define HAVE_WORKING_O_NOATIME 1
1412
1413
/* Define to 1 if O_NOFOLLOW works. */
1414
#define HAVE_WORKING_O_NOFOLLOW 1
1415
1416
/* Define to 1 if you have the <ws2tcpip.h> header file. */
1417
/* #undef HAVE_WS2TCPIP_H */
1418
1419
/* Define to 1 if the system has the type `_Bool'. */
1420
#define HAVE__BOOL 1
1421
1422
/* Define to 1 if you have the `_fseeki64' function. */
1423
/* #undef HAVE__FSEEKI64 */
1424
1425
/* Define to 1 if you have the `_ftelli64' function. */
1426
/* #undef HAVE__FTELLI64 */
1427
1428
/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1429
/* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */
1430
1431
/* Define to 1 if the compiler supports __builtin_expect,
1432
and to 2 if <builtins.h> does. */
1433
#define HAVE___BUILTIN_EXPECT 1
1434
#ifndef HAVE___BUILTIN_EXPECT
1435
# define __builtin_expect(e, c) (e)
1436
#elif HAVE___BUILTIN_EXPECT == 2
1437
# include <builtins.h>
1438
#endif
1439
1440
1441
/* Define to 1 if you have the `__fpending' function. */
1442
#define HAVE___FPENDING 1
1443
1444
/* Define to 1 if you have the `__fpurge' function. */
1445
#define HAVE___FPURGE 1
1446
1447
/* Define to 1 if you have the `__freading' function. */
1448
#define HAVE___FREADING 1
1449
1450
/* Define as the bit index in the word where to find bit 0 of the exponent of
1451
'long double'. */
1452
/* #undef LDBL_EXPBIT0_BIT */
1453
1454
/* Define as the word index where to find the exponent of 'long double'. */
1455
/* #undef LDBL_EXPBIT0_WORD */
1456
1457
/* Define to 1 if lseek does not detect pipes. */
1458
/* #undef LSEEK_PIPE_BROKEN */
1459
1460
/* Define to the sub-directory where libtool stores uninstalled libraries. */
1461
#define LT_OBJDIR ".libs/"
1462
1463
/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1464
#define MALLOC_0_IS_NONNULL 1
1465
1466
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1467
/* #undef MAP_ANONYMOUS */
1468
1469
/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1470
*/
1471
/* #undef MBRTOWC_EMPTY_INPUT_BUG */
1472
1473
/* Define if the mbrtowc function has the NULL pwc argument bug. */
1474
/* #undef MBRTOWC_NULL_ARG1_BUG */
1475
1476
/* Define if the mbrtowc function has the NULL string argument bug. */
1477
/* #undef MBRTOWC_NULL_ARG2_BUG */
1478
1479
/* Define if the mbrtowc function does not return 0 for a NUL character. */
1480
/* #undef MBRTOWC_NUL_RETVAL_BUG */
1481
1482
/* Define if the mbrtowc function returns a wrong return value. */
1483
/* #undef MBRTOWC_RETVAL_BUG */
1484
1485
/* Use GNU style printf and scanf. */
1486
#ifndef __USE_MINGW_ANSI_STDIO
1487
# define __USE_MINGW_ANSI_STDIO 1
1488
#endif
1489
1490
1491
/* Define if the compilation of mktime.c should define 'mktime_internal'. */
1492
#define NEED_MKTIME_INTERNAL 1
1493
1494
/* Define if the compilation of mktime.c should define 'mktime' with the
1495
native Windows TZ workaround. */
1496
/* #undef NEED_MKTIME_WINDOWS */
1497
1498
/* Define if the compilation of mktime.c should define 'mktime' with the
1499
algorithmic workarounds. */
1500
/* #undef NEED_MKTIME_WORKING */
1501
1502
/* default output format */
1503
#define OUTPUT_FORMAT "text"
1504
1505
/* default output limit */
1506
#define OUTPUT_LIMIT "77"
1507
1508
/* Name of package */
1509
#define PACKAGE "dhcpd-pools"
1510
1511
/* Define to the address where bug reports for this package should be sent. */
1512
#define PACKAGE_BUGREPORT "kerolasa@iki.fi"
1513
1514
/* Define to the full name of this package. */
1515
#define PACKAGE_NAME "dhcpd-pools"
1516
1517
/* Define to the full name and version of this package. */
1518
#define PACKAGE_STRING "dhcpd-pools 3.0"
1519
1520
/* Define to the one symbol short name of this package. */
1521
#define PACKAGE_TARNAME "dhcpd-pools"
1522
1523
/* Define to the home page for this package. */
1524
#define PACKAGE_URL "http://dhcpd-pools.sourceforge.net/"
1525
1526
/* Define to the version of this package. */
1527
#define PACKAGE_VERSION "3.0"
1528
1529
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1530
'ptrdiff_t'. */
1531
/* #undef PTRDIFF_T_SUFFIX */
1532
1533
/* Define to 1 if stat needs help when passed a file name with a trailing
1534
slash */
1535
/* #undef REPLACE_FUNC_STAT_FILE */
1536
1537
/* Define to 1 if strerror(0) does not return a message implying success. */
1538
/* #undef REPLACE_STRERROR_0 */
1539
1540
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1541
'sig_atomic_t'. */
1542
/* #undef SIG_ATOMIC_T_SUFFIX */
1543
1544
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1545
'size_t'. */
1546
/* #undef SIZE_T_SUFFIX */
1547
1548
/* If using the C implementation of alloca, define if you know the
1549
direction of stack growth for your system; otherwise it will be
1550
automatically deduced at runtime.
1551
STACK_DIRECTION > 0 => grows toward higher addresses
1552
STACK_DIRECTION < 0 => grows toward lower addresses
1553
STACK_DIRECTION = 0 => direction of growth unknown */
1554
/* #undef STACK_DIRECTION */
1555
1556
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1557
/* #undef STAT_MACROS_BROKEN */
1558
1559
/* Define to 1 if you have the ANSI C header files. */
1560
#define STDC_HEADERS 1
1561
1562
/* Define to 1 if strerror_r returns char *. */
1563
#define STRERROR_R_CHAR_P 1
1564
1565
/* Define to 1 if time_t is signed. */
1566
#define TIME_T_IS_SIGNED 1
1567
1568
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1569
/* #undef TM_IN_SYS_TIME */
1570
1571
/* Define if tzset clobbers localtime's static buffer. */
1572
/* #undef TZSET_CLOBBERS_LOCALTIME */
1573
1574
/* Enable extensions on AIX 3, Interix. */
1575
#ifndef _ALL_SOURCE
1576
# define _ALL_SOURCE 1
1577
#endif
1578
/* Enable general extensions on macOS. */
1579
#ifndef _DARWIN_C_SOURCE
1580
# define _DARWIN_C_SOURCE 1
1581
#endif
1582
/* Enable GNU extensions on systems that have them. */
1583
#ifndef _GNU_SOURCE
1584
# define _GNU_SOURCE 1
1585
#endif
1586
/* Enable NetBSD extensions on NetBSD. */
1587
#ifndef _NETBSD_SOURCE
1588
# define _NETBSD_SOURCE 1
1589
#endif
1590
/* Enable OpenBSD extensions on NetBSD. */
1591
#ifndef _OPENBSD_SOURCE
1592
# define _OPENBSD_SOURCE 1
1593
#endif
1594
/* Enable threading extensions on Solaris. */
1595
#ifndef _POSIX_PTHREAD_SEMANTICS
1596
# define _POSIX_PTHREAD_SEMANTICS 1
1597
#endif
1598
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
1599
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1600
# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1601
#endif
1602
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
1603
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1604
# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1605
#endif
1606
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
1607
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1608
# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1609
#endif
1610
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
1611
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1612
# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1613
#endif
1614
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
1615
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1616
# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1617
#endif
1618
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
1619
#ifndef __STDC_WANT_LIB_EXT2__
1620
# define __STDC_WANT_LIB_EXT2__ 1
1621
#endif
1622
/* Enable extensions specified by ISO/IEC 24747:2009. */
1623
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1624
# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1625
#endif
1626
/* Enable extensions on HP NonStop. */
1627
#ifndef _TANDEM_SOURCE
1628
# define _TANDEM_SOURCE 1
1629
#endif
1630
/* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1631
mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1632
whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1633
#ifndef _XOPEN_SOURCE
1634
/* # undef _XOPEN_SOURCE */
1635
#endif
1636
/* Enable general extensions on Solaris. */
1637
#ifndef __EXTENSIONS__
1638
# define __EXTENSIONS__ 1
1639
#endif
1640
1641
1642
/* Version number of package */
1643
#define VERSION "3.0"
1644
1645
/* Define to 1 if unsetenv returns void instead of int. */
1646
/* #undef VOID_UNSETENV */
1647
1648
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1649
'wchar_t'. */
1650
/* #undef WCHAR_T_SUFFIX */
1651
1652
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1653
'wint_t'. */
1654
/* #undef WINT_T_SUFFIX */
1655
1656
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1657
significant byte first (like Motorola and SPARC, unlike Intel). */
1658
#if defined AC_APPLE_UNIVERSAL_BUILD
1659
# if defined __BIG_ENDIAN__
1660
# define WORDS_BIGENDIAN 1
1661
# endif
1662
#else
1663
# ifndef WORDS_BIGENDIAN
1664
/* # undef WORDS_BIGENDIAN */
1665
# endif
1666
#endif
1667
1668
/* Enable large inode numbers on Mac OS X 10.5. */
1669
#define _DARWIN_USE_64_BIT_INODE 1
1670
1671
/* Number of bits in a file offset, on hosts where this is settable. */
1672
/* #undef _FILE_OFFSET_BITS */
1673
1674
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1675
/* #undef _LARGEFILE_SOURCE */
1676
1677
/* Define for large files, on AIX-style hosts. */
1678
/* #undef _LARGE_FILES */
1679
1680
/* Define to 1 if on MINIX. */
1681
/* #undef _MINIX */
1682
1683
/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1684
#define _NETBSD_SOURCE 1
1685
1686
/* The _Noreturn keyword of C11. */
1687
#if ! (defined _Noreturn \
1688
|| (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1689
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1690
|| 0x5110 <= __SUNPRO_C)
1691
# define _Noreturn __attribute__ ((__noreturn__))
1692
# elif defined _MSC_VER && 1200 <= _MSC_VER
1693
# define _Noreturn __declspec (noreturn)
1694
# else
1695
# define _Noreturn
1696
# endif
1697
#endif
1698
1699
1700
/* Define to 2 if the system does not provide POSIX.1 features except with
1701
this defined. */
1702
/* #undef _POSIX_1_SOURCE */
1703
1704
/* Define to 1 in order to get the POSIX compatible declarations of socket
1705
functions. */
1706
/* #undef _POSIX_PII_SOCKET */
1707
1708
/* Define to 1 if you need to in order for 'stat' and other things to work. */
1709
/* #undef _POSIX_SOURCE */
1710
1711
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1712
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1713
#define below would cause a syntax error. */
1714
/* #undef _UINT32_T */
1715
1716
/* For standard stat data types on VMS. */
1717
#define _USE_STD_STAT 1
1718
1719
/* Define to rpl_ if the getopt replacement functions and variables should be
1720
used. */
1721
/* #undef __GETOPT_PREFIX */
1722
1723
/* Define to 1 if the system <stdint.h> predates C++11. */
1724
/* #undef __STDC_CONSTANT_MACROS */
1725
1726
/* Define to 1 if the system <stdint.h> predates C++11. */
1727
/* #undef __STDC_LIMIT_MACROS */
1728
1729
/* Please see the Gnulib manual for how to use these macros.
1730
1731
Suppress extern inline with HP-UX cc, as it appears to be broken; see
1732
<https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
1733
1734
Suppress extern inline with Sun C in standards-conformance mode, as it
1735
mishandles inline functions that call each other. E.g., for 'inline void f
1736
(void) { } inline void g (void) { f (); }', c99 incorrectly complains
1737
'reference to static identifier "f" in extern inline function'.
1738
This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1739
1740
Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1741
on configurations that mistakenly use 'static inline' to implement
1742
functions or macros in standard C headers like <ctype.h>. For example,
1743
if isdigit is mistakenly implemented via a static inline function,
1744
a program containing an extern inline function that calls isdigit
1745
may not work since the C standard prohibits extern inline functions
1746
from calling static functions. This bug is known to occur on:
1747
1748
OS X 10.8 and earlier; see:
1749
https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
1750
1751
DragonFly; see
1752
http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1753
1754
FreeBSD; see:
1755
https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
1756
1757
OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
1758
for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
1759
Assume DragonFly and FreeBSD will be similar. */
1760
#if (((defined __APPLE__ && defined __MACH__) \
1761
|| defined __DragonFly__ || defined __FreeBSD__) \
1762
&& (defined __header_inline \
1763
? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1764
&& ! defined __clang__) \
1765
: ((! defined _DONT_USE_CTYPE_INLINE_ \
1766
&& (defined __GNUC__ || defined __cplusplus)) \
1767
|| (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1768
&& defined __GNUC__ && ! defined __cplusplus))))
1769
# define _GL_EXTERN_INLINE_STDHEADER_BUG
1770
#endif
1771
#if ((__GNUC__ \
1772
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1773
: (199901L <= __STDC_VERSION__ \
1774
&& !defined __HP_cc \
1775
&& !defined __PGI \
1776
&& !(defined __SUNPRO_C && __STDC__))) \
1777
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1778
# define _GL_INLINE inline
1779
# define _GL_EXTERN_INLINE extern inline
1780
# define _GL_EXTERN_INLINE_IN_USE
1781
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1782
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1783
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1784
/* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1785
# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1786
# else
1787
# define _GL_INLINE extern inline
1788
# endif
1789
# define _GL_EXTERN_INLINE extern
1790
# define _GL_EXTERN_INLINE_IN_USE
1791
#else
1792
# define _GL_INLINE static _GL_UNUSED
1793
# define _GL_EXTERN_INLINE static _GL_UNUSED
1794
#endif
1795
1796
/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1797
suppress bogus "no previous prototype for 'FOO'"
1798
and "no previous declaration for 'FOO'" diagnostics,
1799
when FOO is an inline function in the header; see
1800
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1801
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
1802
#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
1803
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1804
# define _GL_INLINE_HEADER_CONST_PRAGMA
1805
# else
1806
# define _GL_INLINE_HEADER_CONST_PRAGMA \
1807
_Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1808
# endif
1809
# define _GL_INLINE_HEADER_BEGIN \
1810
_Pragma ("GCC diagnostic push") \
1811
_Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1812
_Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1813
_GL_INLINE_HEADER_CONST_PRAGMA
1814
# define _GL_INLINE_HEADER_END \
1815
_Pragma ("GCC diagnostic pop")
1816
#else
1817
# define _GL_INLINE_HEADER_BEGIN
1818
# define _GL_INLINE_HEADER_END
1819
#endif
1820
1821
/* Define to `__inline__' or `__inline' if that's what the C compiler
1822
calls it, or to nothing if 'inline' is not supported under any name. */
1823
#ifndef __cplusplus
1824
/* #undef inline */
1825
#endif
1826
1827
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1828
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1829
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1830
__APPLE__ && __MACH__ test for Mac OS X.
1831
__APPLE_CC__ tests for the Apple compiler and its version.
1832
__STDC_VERSION__ tests for the C99 mode. */
1833
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1834
# define __GNUC_STDC_INLINE__ 1
1835
#endif
1836
1837
/* Define to a type if <wchar.h> does not define. */
1838
/* #undef mbstate_t */
1839
1840
/* Define to the real name of the mktime_internal function. */
1841
/* #undef mktime_internal */
1842
1843
/* Define to `int' if <sys/types.h> does not define. */
1844
/* #undef mode_t */
1845
1846
/* Define to the name of the strftime replacement function. */
1847
#define my_strftime nstrftime
1848
1849
/* Define to the type of st_nlink in struct stat, or a supertype. */
1850
/* #undef nlink_t */
1851
1852
/* Define to `int' if <sys/types.h> does not define. */
1853
/* #undef pid_t */
1854
1855
/* Define to the equivalent of the C99 'restrict' keyword, or to
1856
nothing if this is not supported. Do not define if restrict is
1857
supported directly. */
1858
#define restrict __restrict
1859
/* Work around a bug in Sun C++: it does not support _Restrict or
1860
__restrict__, even though the corresponding Sun C compiler ends up with
1861
"#define restrict _Restrict" or "#define restrict __restrict__" in the
1862
previous line. Perhaps some future version of Sun C++ will work with
1863
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1864
#if defined __SUNPRO_CC && !defined __RESTRICT
1865
# define _Restrict
1866
# define __restrict__
1867
#endif
1868
1869
/* Define to `unsigned int' if <sys/types.h> does not define. */
1870
/* #undef size_t */
1871
1872
/* type to use in place of socklen_t if not defined */
1873
/* #undef socklen_t */
1874
1875
/* Define as a signed type of the same size as size_t. */
1876
/* #undef ssize_t */
1877
1878
/* Define to the type of an unsigned integer type of width exactly 32 bits if
1879
such a type exists and the standard includes do not define it. */
1880
/* #undef uint32_t */
1881
1882
/* Define as a marker that can be attached to declarations that might not
1883
be used. This helps to reduce warnings, such as from
1884
GCC -Wunused-parameter. */
1885
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1886
# define _GL_UNUSED __attribute__ ((__unused__))
1887
#else
1888
# define _GL_UNUSED
1889
#endif
1890
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1891
is a misnomer outside of parameter lists. */
1892
#define _UNUSED_PARAMETER_ _GL_UNUSED
1893
1894
/* gcc supports the "unused" attribute on possibly unused labels, and
1895
g++ has since version 4.5. Note to support C++ as well as C,
1896
_GL_UNUSED_LABEL should be used with a trailing ; */
1897
#if !defined __cplusplus || __GNUC__ > 4 \
1898
|| (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1899
# define _GL_UNUSED_LABEL _GL_UNUSED
1900
#else
1901
# define _GL_UNUSED_LABEL
1902
#endif
1903
1904
/* The __pure__ attribute was added in gcc 2.96. */
1905
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1906
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1907
#else
1908
# define _GL_ATTRIBUTE_PURE
/* empty */
1909
#endif
1910
1911
/* The __const__ attribute was added in gcc 2.95. */
1912
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1913
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1914
#else
1915
# define _GL_ATTRIBUTE_CONST
/* empty */
1916
#endif
1917
Generated on Wed Nov 15 2017 12:55:24 for dhcpd-pools by
1.8.13