]> granicus.if.org Git - postgresql/blob - src/include/pg_config.h.in
Make configure probe for the location of the <uuid.h> header file.
[postgresql] / src / include / pg_config.h.in
1 /* src/include/pg_config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to the type of arg 1 of 'accept' */
4 #undef ACCEPT_TYPE_ARG1
5
6 /* Define to the type of arg 2 of 'accept' */
7 #undef ACCEPT_TYPE_ARG2
8
9 /* Define to the type of arg 3 of 'accept' */
10 #undef ACCEPT_TYPE_ARG3
11
12 /* Define to the return type of 'accept' */
13 #undef ACCEPT_TYPE_RETURN
14
15 /* The alignment requirement of a `double'. */
16 #undef ALIGNOF_DOUBLE
17
18 /* The alignment requirement of a `int'. */
19 #undef ALIGNOF_INT
20
21 /* The alignment requirement of a `long'. */
22 #undef ALIGNOF_LONG
23
24 /* The alignment requirement of a `long long int'. */
25 #undef ALIGNOF_LONG_LONG_INT
26
27 /* The alignment requirement of a `short'. */
28 #undef ALIGNOF_SHORT
29
30 /* Define to the default TCP port number on which the server listens and to
31    which clients will try to connect. This can be overridden at run-time, but
32    it's convenient if your clients have the right default compiled in.
33    (--with-pgport=PORTNUM) */
34 #undef DEF_PGPORT
35
36 /* Define to the default TCP port number as a string constant. */
37 #undef DEF_PGPORT_STR
38
39 /* Define to 1 to enable DTrace support. (--enable-dtrace) */
40 #undef ENABLE_DTRACE
41
42 /* Define to build with GSSAPI support. (--with-gssapi) */
43 #undef ENABLE_GSS
44
45 /* Define to 1 if you want National Language Support. (--enable-nls) */
46 #undef ENABLE_NLS
47
48 /* Define to 1 to build client libraries as thread-safe code.
49    (--enable-thread-safety) */
50 #undef ENABLE_THREAD_SAFETY
51
52 /* Define to 1 if getpwuid_r() takes a 5th argument. */
53 #undef GETPWUID_R_5ARG
54
55 /* Define to 1 if gettimeofday() takes only 1 argument. */
56 #undef GETTIMEOFDAY_1ARG
57
58 #ifdef GETTIMEOFDAY_1ARG
59 # define gettimeofday(a,b) gettimeofday(a)
60 #endif
61
62 /* Define to 1 if you have the `atexit' function. */
63 #undef HAVE_ATEXIT
64
65 /* Define to 1 if you have the `cbrt' function. */
66 #undef HAVE_CBRT
67
68 /* Define to 1 if you have the `class' function. */
69 #undef HAVE_CLASS
70
71 /* Define to 1 if you have the `crypt' function. */
72 #undef HAVE_CRYPT
73
74 /* Define to 1 if you have the <crypt.h> header file. */
75 #undef HAVE_CRYPT_H
76
77 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
78    don't. */
79 #undef HAVE_DECL_FDATASYNC
80
81 /* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
82    don't. */
83 #undef HAVE_DECL_F_FULLFSYNC
84
85 /* Define to 1 if you have the declaration of `posix_fadvise', and to 0 if you
86    don't. */
87 #undef HAVE_DECL_POSIX_FADVISE
88
89 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
90    don't. */
91 #undef HAVE_DECL_SNPRINTF
92
93 /* Define to 1 if you have the declaration of `strlcat', and to 0 if you
94    don't. */
95 #undef HAVE_DECL_STRLCAT
96
97 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
98    don't. */
99 #undef HAVE_DECL_STRLCPY
100
101 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
102    don't. */
103 #undef HAVE_DECL_SYS_SIGLIST
104
105 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
106    don't. */
107 #undef HAVE_DECL_VSNPRINTF
108
109 /* Define to 1 if you have the <dld.h> header file. */
110 #undef HAVE_DLD_H
111
112 /* Define to 1 if you have the `dlopen' function. */
113 #undef HAVE_DLOPEN
114
115 /* Define to 1 if you have the <editline/history.h> header file. */
116 #undef HAVE_EDITLINE_HISTORY_H
117
118 /* Define to 1 if you have the <editline/readline.h> header file. */
119 #undef HAVE_EDITLINE_READLINE_H
120
121 /* Define to 1 if you have the `ERR_set_mark' function. */
122 #undef HAVE_ERR_SET_MARK
123
124 /* Define to 1 if you have the `fcvt' function. */
125 #undef HAVE_FCVT
126
127 /* Define to 1 if you have the `fdatasync' function. */
128 #undef HAVE_FDATASYNC
129
130 /* Define to 1 if you have the `fpclass' function. */
131 #undef HAVE_FPCLASS
132
133 /* Define to 1 if you have the `fp_class' function. */
134 #undef HAVE_FP_CLASS
135
136 /* Define to 1 if you have the `fp_class_d' function. */
137 #undef HAVE_FP_CLASS_D
138
139 /* Define to 1 if you have the <fp_class.h> header file. */
140 #undef HAVE_FP_CLASS_H
141
142 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
143 #undef HAVE_FSEEKO
144
145 /* Define to 1 if your compiler understands __func__. */
146 #undef HAVE_FUNCNAME__FUNC
147
148 /* Define to 1 if your compiler understands __FUNCTION__. */
149 #undef HAVE_FUNCNAME__FUNCTION
150
151 /* Define to 1 if you have the `getaddrinfo' function. */
152 #undef HAVE_GETADDRINFO
153
154 /* Define to 1 if you have the `gethostbyname_r' function. */
155 #undef HAVE_GETHOSTBYNAME_R
156
157 /* Define to 1 if you have the `getopt' function. */
158 #undef HAVE_GETOPT
159
160 /* Define to 1 if you have the <getopt.h> header file. */
161 #undef HAVE_GETOPT_H
162
163 /* Define to 1 if you have the `getopt_long' function. */
164 #undef HAVE_GETOPT_LONG
165
166 /* Define to 1 if you have the `getpeereid' function. */
167 #undef HAVE_GETPEEREID
168
169 /* Define to 1 if you have the `getpwuid_r' function. */
170 #undef HAVE_GETPWUID_R
171
172 /* Define to 1 if you have the `getrlimit' function. */
173 #undef HAVE_GETRLIMIT
174
175 /* Define to 1 if you have the `getrusage' function. */
176 #undef HAVE_GETRUSAGE
177
178 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
179 #undef HAVE_GSSAPI_GSSAPI_H
180
181 /* Define to 1 if you have the <gssapi.h> header file. */
182 #undef HAVE_GSSAPI_H
183
184 /* Define to 1 if you have the <history.h> header file. */
185 #undef HAVE_HISTORY_H
186
187 /* Define to 1 if you have the <ieeefp.h> header file. */
188 #undef HAVE_IEEEFP_H
189
190 /* Define to 1 if you have the `inet_aton' function. */
191 #undef HAVE_INET_ATON
192
193 /* Define to 1 if the system has the type `int64'. */
194 #undef HAVE_INT64
195
196 /* Define to 1 if the system has the type `int8'. */
197 #undef HAVE_INT8
198
199 /* Define to 1 if you have the <inttypes.h> header file. */
200 #undef HAVE_INTTYPES_H
201
202 /* Define to 1 if you have the global variable 'int optreset'. */
203 #undef HAVE_INT_OPTRESET
204
205 /* Define to 1 if you have the global variable 'int timezone'. */
206 #undef HAVE_INT_TIMEZONE
207
208 /* Define to 1 if you have support for IPv6. */
209 #undef HAVE_IPV6
210
211 /* Define to 1 if you have isinf(). */
212 #undef HAVE_ISINF
213
214 /* Define to 1 if you have the <kernel/image.h> header file. */
215 #undef HAVE_KERNEL_IMAGE_H
216
217 /* Define to 1 if you have the <kernel/OS.h> header file. */
218 #undef HAVE_KERNEL_OS_H
219
220 /* Define to 1 if `e_data' is member of `krb5_error'. */
221 #undef HAVE_KRB5_ERROR_E_DATA
222
223 /* Define to 1 if `text.data' is member of `krb5_error'. */
224 #undef HAVE_KRB5_ERROR_TEXT_DATA
225
226 /* Define to 1 if you have krb5_free_unparsed_name */
227 #undef HAVE_KRB5_FREE_UNPARSED_NAME
228
229 /* Define to 1 if `client' is member of `krb5_ticket'. */
230 #undef HAVE_KRB5_TICKET_CLIENT
231
232 /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
233 #undef HAVE_KRB5_TICKET_ENC_PART2
234
235 /* Define to 1 if you have the <langinfo.h> header file. */
236 #undef HAVE_LANGINFO_H
237
238 /* Define to 1 if you have the <ldap.h> header file. */
239 #undef HAVE_LDAP_H
240
241 /* Define to 1 if you have the `crypto' library (-lcrypto). */
242 #undef HAVE_LIBCRYPTO
243
244 /* Define to 1 if you have the `eay32' library (-leay32). */
245 #undef HAVE_LIBEAY32
246
247 /* Define to 1 if you have the `ldap' library (-lldap). */
248 #undef HAVE_LIBLDAP
249
250 /* Define to 1 if you have the `ldap_r' library (-lldap_r). */
251 #undef HAVE_LIBLDAP_R
252
253 /* Define to 1 if you have the `m' library (-lm). */
254 #undef HAVE_LIBM
255
256 /* Define to 1 if you have the `pam' library (-lpam). */
257 #undef HAVE_LIBPAM
258
259 /* Define if you have a function readline library */
260 #undef HAVE_LIBREADLINE
261
262 /* Define to 1 if you have the `ssl' library (-lssl). */
263 #undef HAVE_LIBSSL
264
265 /* Define to 1 if you have the `ssleay32' library (-lssleay32). */
266 #undef HAVE_LIBSSLEAY32
267
268 /* Define to 1 if you have the `wldap32' library (-lwldap32). */
269 #undef HAVE_LIBWLDAP32
270
271 /* Define to 1 if you have the `xml2' library (-lxml2). */
272 #undef HAVE_LIBXML2
273
274 /* Define to 1 if you have the `xslt' library (-lxslt). */
275 #undef HAVE_LIBXSLT
276
277 /* Define to 1 if you have the `z' library (-lz). */
278 #undef HAVE_LIBZ
279
280 /* Define to 1 if constants of type 'long long int' should have the suffix LL.
281    */
282 #undef HAVE_LL_CONSTANTS
283
284 /* Define to 1 if `long int' works and is 64 bits. */
285 #undef HAVE_LONG_INT_64
286
287 /* Define to 1 if `long long int' works and is 64 bits. */
288 #undef HAVE_LONG_LONG_INT_64
289
290 /* Define to 1 if you have the `memmove' function. */
291 #undef HAVE_MEMMOVE
292
293 /* Define to 1 if you have the <memory.h> header file. */
294 #undef HAVE_MEMORY_H
295
296 /* Define to 1 if you have the <netinet/in.h> header file. */
297 #undef HAVE_NETINET_IN_H
298
299 /* Define to 1 if you have the <netinet/tcp.h> header file. */
300 #undef HAVE_NETINET_TCP_H
301
302 /* Define to 1 if you have the `on_exit' function. */
303 #undef HAVE_ON_EXIT
304
305 /* Define to 1 if you have the <ossp/uuid.h> header file. */
306 #undef HAVE_OSSP_UUID_H
307
308 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
309 #undef HAVE_PAM_PAM_APPL_H
310
311 /* Define to 1 if you have the `poll' function. */
312 #undef HAVE_POLL
313
314 /* Define to 1 if you have the <poll.h> header file. */
315 #undef HAVE_POLL_H
316
317 /* Define to 1 if you have the POSIX signal interface. */
318 #undef HAVE_POSIX_SIGNALS
319
320 /* Define to 1 if you have the `pstat' function. */
321 #undef HAVE_PSTAT
322
323 /* Define to 1 if the PS_STRINGS thing exists. */
324 #undef HAVE_PS_STRINGS
325
326 /* Define if you have POSIX threads libraries and header files. */
327 #undef HAVE_PTHREAD
328
329 /* Define to 1 if you have the <pwd.h> header file. */
330 #undef HAVE_PWD_H
331
332 /* Define to 1 if you have the `random' function. */
333 #undef HAVE_RANDOM
334
335 /* Define to 1 if you have the <readline.h> header file. */
336 #undef HAVE_READLINE_H
337
338 /* Define to 1 if you have the <readline/history.h> header file. */
339 #undef HAVE_READLINE_HISTORY_H
340
341 /* Define to 1 if you have the <readline/readline.h> header file. */
342 #undef HAVE_READLINE_READLINE_H
343
344 /* Define to 1 if you have the `readlink' function. */
345 #undef HAVE_READLINK
346
347 /* Define to 1 if you have the `replace_history_entry' function. */
348 #undef HAVE_REPLACE_HISTORY_ENTRY
349
350 /* Define to 1 if you have the `rint' function. */
351 #undef HAVE_RINT
352
353 /* Define to 1 if you have the global variable
354    'rl_completion_append_character'. */
355 #undef HAVE_RL_COMPLETION_APPEND_CHARACTER
356
357 /* Define to 1 if you have the `rl_completion_matches' function. */
358 #undef HAVE_RL_COMPLETION_MATCHES
359
360 /* Define to 1 if you have the `rl_filename_completion_function' function. */
361 #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION
362
363 /* Define to 1 if you have the <security/pam_appl.h> header file. */
364 #undef HAVE_SECURITY_PAM_APPL_H
365
366 /* Define to 1 if you have the `setproctitle' function. */
367 #undef HAVE_SETPROCTITLE
368
369 /* Define to 1 if you have the `setsid' function. */
370 #undef HAVE_SETSID
371
372 /* Define to 1 if you have the `sigprocmask' function. */
373 #undef HAVE_SIGPROCMASK
374
375 /* Define to 1 if you have sigsetjmp(). */
376 #undef HAVE_SIGSETJMP
377
378 /* Define to 1 if the system has the type `sig_atomic_t'. */
379 #undef HAVE_SIG_ATOMIC_T
380
381 /* Define to 1 if you have the `snprintf' function. */
382 #undef HAVE_SNPRINTF
383
384 /* Define to 1 if you have spinlocks. */
385 #undef HAVE_SPINLOCKS
386
387 /* Define to 1 if you have the `srandom' function. */
388 #undef HAVE_SRANDOM
389
390 /* Define to 1 if you have the <stdint.h> header file. */
391 #undef HAVE_STDINT_H
392
393 /* Define to 1 if you have the <stdlib.h> header file. */
394 #undef HAVE_STDLIB_H
395
396 /* Define to 1 if you have the `strdup' function. */
397 #undef HAVE_STRDUP
398
399 /* Define to 1 if you have the `strerror' function. */
400 #undef HAVE_STRERROR
401
402 /* Define to 1 if you have the `strerror_r' function. */
403 #undef HAVE_STRERROR_R
404
405 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
406 #undef HAVE_STRINGIZE
407
408 /* Define to 1 if you have the <strings.h> header file. */
409 #undef HAVE_STRINGS_H
410
411 /* Define to 1 if you have the <string.h> header file. */
412 #undef HAVE_STRING_H
413
414 /* Define to 1 if you have the `strlcat' function. */
415 #undef HAVE_STRLCAT
416
417 /* Define to 1 if you have the `strlcpy' function. */
418 #undef HAVE_STRLCPY
419
420 /* Define to 1 if you have the `strtol' function. */
421 #undef HAVE_STRTOL
422
423 /* Define to 1 if you have the `strtoll' function. */
424 #undef HAVE_STRTOLL
425
426 /* Define to 1 if you have the `strtoq' function. */
427 #undef HAVE_STRTOQ
428
429 /* Define to 1 if you have the `strtoul' function. */
430 #undef HAVE_STRTOUL
431
432 /* Define to 1 if you have the `strtoull' function. */
433 #undef HAVE_STRTOULL
434
435 /* Define to 1 if you have the `strtouq' function. */
436 #undef HAVE_STRTOUQ
437
438 /* Define to 1 if the system has the type `struct addrinfo'. */
439 #undef HAVE_STRUCT_ADDRINFO
440
441 /* Define to 1 if the system has the type `struct cmsgcred'. */
442 #undef HAVE_STRUCT_CMSGCRED
443
444 /* Define to 1 if the system has the type `struct fcred'. */
445 #undef HAVE_STRUCT_FCRED
446
447 /* Define to 1 if the system has the type `struct option'. */
448 #undef HAVE_STRUCT_OPTION
449
450 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
451 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
452
453 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
454 #undef HAVE_STRUCT_SOCKADDR_STORAGE
455
456 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
457 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
458
459 /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
460 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN
461
462 /* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
463 #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
464
465 /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
466 #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN
467
468 /* Define to 1 if the system has the type `struct sockaddr_un'. */
469 #undef HAVE_STRUCT_SOCKADDR_UN
470
471 /* Define to 1 if the system has the type `struct sockcred'. */
472 #undef HAVE_STRUCT_SOCKCRED
473
474 /* Define to 1 if `tm_zone' is member of `struct tm'. */
475 #undef HAVE_STRUCT_TM_TM_ZONE
476
477 /* Define to 1 if you have the <SupportDefs.h> header file. */
478 #undef HAVE_SUPPORTDEFS_H
479
480 /* Define to 1 if you have the `symlink' function. */
481 #undef HAVE_SYMLINK
482
483 /* Define to 1 if you have the `sysconf' function. */
484 #undef HAVE_SYSCONF
485
486 /* Define to 1 if you have the syslog interface. */
487 #undef HAVE_SYSLOG
488
489 /* Define to 1 if you have the <sys/ipc.h> header file. */
490 #undef HAVE_SYS_IPC_H
491
492 /* Define to 1 if you have the <sys/poll.h> header file. */
493 #undef HAVE_SYS_POLL_H
494
495 /* Define to 1 if you have the <sys/pstat.h> header file. */
496 #undef HAVE_SYS_PSTAT_H
497
498 /* Define to 1 if you have the <sys/resource.h> header file. */
499 #undef HAVE_SYS_RESOURCE_H
500
501 /* Define to 1 if you have the <sys/select.h> header file. */
502 #undef HAVE_SYS_SELECT_H
503
504 /* Define to 1 if you have the <sys/sem.h> header file. */
505 #undef HAVE_SYS_SEM_H
506
507 /* Define to 1 if you have the <sys/shm.h> header file. */
508 #undef HAVE_SYS_SHM_H
509
510 /* Define to 1 if you have the <sys/socket.h> header file. */
511 #undef HAVE_SYS_SOCKET_H
512
513 /* Define to 1 if you have the <sys/stat.h> header file. */
514 #undef HAVE_SYS_STAT_H
515
516 /* Define to 1 if you have the <sys/tas.h> header file. */
517 #undef HAVE_SYS_TAS_H
518
519 /* Define to 1 if you have the <sys/time.h> header file. */
520 #undef HAVE_SYS_TIME_H
521
522 /* Define to 1 if you have the <sys/types.h> header file. */
523 #undef HAVE_SYS_TYPES_H
524
525 /* Define to 1 if you have the <sys/un.h> header file. */
526 #undef HAVE_SYS_UN_H
527
528 /* Define to 1 if you have the <termios.h> header file. */
529 #undef HAVE_TERMIOS_H
530
531 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
532    `HAVE_STRUCT_TM_TM_ZONE' instead. */
533 #undef HAVE_TM_ZONE
534
535 /* Define to 1 if you have the `towlower' function. */
536 #undef HAVE_TOWLOWER
537
538 /* Define to 1 if you have the external array `tzname'. */
539 #undef HAVE_TZNAME
540
541 /* Define to 1 if the system has the type `uint64'. */
542 #undef HAVE_UINT64
543
544 /* Define to 1 if the system has the type `uint8'. */
545 #undef HAVE_UINT8
546
547 /* Define to 1 if the system has the type `union semun'. */
548 #undef HAVE_UNION_SEMUN
549
550 /* Define to 1 if you have the <unistd.h> header file. */
551 #undef HAVE_UNISTD_H
552
553 /* Define to 1 if you have unix sockets. */
554 #undef HAVE_UNIX_SOCKETS
555
556 /* Define to 1 if you have the `unsetenv' function. */
557 #undef HAVE_UNSETENV
558
559 /* Define to 1 if you have the `utime' function. */
560 #undef HAVE_UTIME
561
562 /* Define to 1 if you have the `utimes' function. */
563 #undef HAVE_UTIMES
564
565 /* Define to 1 if you have the <utime.h> header file. */
566 #undef HAVE_UTIME_H
567
568 /* Define to 1 if you have the <uuid.h> header file. */
569 #undef HAVE_UUID_H
570
571 /* Define to 1 if you have the `vsnprintf' function. */
572 #undef HAVE_VSNPRINTF
573
574 /* Define to 1 if you have the `waitpid' function. */
575 #undef HAVE_WAITPID
576
577 /* Define to 1 if you have the <wchar.h> header file. */
578 #undef HAVE_WCHAR_H
579
580 /* Define to 1 if you have the `wcstombs' function. */
581 #undef HAVE_WCSTOMBS
582
583 /* Define to 1 if you have the <wctype.h> header file. */
584 #undef HAVE_WCTYPE_H
585
586 /* Define to 1 if you have the <winldap.h> header file. */
587 #undef HAVE_WINLDAP_H
588
589 /* Define to the appropriate snprintf format for 64-bit ints, if any. */
590 #undef INT64_FORMAT
591
592 /* Define to build with Kerberos 5 support. (--with-krb5) */
593 #undef KRB5
594
595 /* Define as the maximum alignment requirement of any C data type. */
596 #undef MAXIMUM_ALIGNOF
597
598 /* Define bytes to use libc memset(). */
599 #undef MEMSET_LOOP_LIMIT
600
601 /* Define to the address where bug reports for this package should be sent. */
602 #undef PACKAGE_BUGREPORT
603
604 /* Define to the full name of this package. */
605 #undef PACKAGE_NAME
606
607 /* Define to the full name and version of this package. */
608 #undef PACKAGE_STRING
609
610 /* Define to the one symbol short name of this package. */
611 #undef PACKAGE_TARNAME
612
613 /* Define to the version of this package. */
614 #undef PACKAGE_VERSION
615
616 /* Define to the name of the default PostgreSQL service principal in Kerberos.
617    (--with-krb-srvnam=NAME) */
618 #undef PG_KRB_SRVNAM
619
620 /* PostgreSQL version as a string */
621 #undef PG_VERSION
622
623 /* PostgreSQL version as a number */
624 #undef PG_VERSION_NUM
625
626 /* A string containing the version number, platform, and C compiler */
627 #undef PG_VERSION_STR
628
629 /* Define to 1 to allow profiling output to be saved separately for each
630    process. */
631 #undef PROFILE_PID_DIR
632
633 /* Define to the necessary symbol if this constant uses a non-standard name on
634    your system. */
635 #undef PTHREAD_CREATE_JOINABLE
636
637 /* The size of a `size_t', as computed by sizeof. */
638 #undef SIZEOF_SIZE_T
639
640 /* The size of a `unsigned long', as computed by sizeof. */
641 #undef SIZEOF_UNSIGNED_LONG
642
643 /* Define to 1 if you have the ANSI C header files. */
644 #undef STDC_HEADERS
645
646 /* Define to 1 if strerror_r() returns a int. */
647 #undef STRERROR_R_INT
648
649 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
650 #undef TM_IN_SYS_TIME
651
652 /* Define to the appropriate snprintf format for unsigned 64-bit ints, if any.
653    */
654 #undef UINT64_FORMAT
655
656 /* Define to 1 to build with assertion checks. (--enable-cassert) */
657 #undef USE_ASSERT_CHECKING
658
659 /* Define to 1 to build with Bonjour support. (--with-bonjour) */
660 #undef USE_BONJOUR
661
662 /* Define to 1 if you want 64-bit integer timestamp and interval support.
663    (--enable-integer-datetimes) */
664 #undef USE_INTEGER_DATETIMES
665
666 /* Define to 1 to build with LDAP support. (--with-ldap) */
667 #undef USE_LDAP
668
669 /* Define to 1 to build with XML support. (--with-libxml) */
670 #undef USE_LIBXML
671
672 /* Define to 1 to build with XSLT support. (--with-libxslt) */
673 #undef USE_LIBXSLT
674
675 /* Define to select named POSIX semaphores. */
676 #undef USE_NAMED_POSIX_SEMAPHORES
677
678 /* Define to 1 to build with PAM support. (--with-pam) */
679 #undef USE_PAM
680
681 /* Use replacement snprintf() functions. */
682 #undef USE_REPL_SNPRINTF
683
684 /* Define to build with (Open)SSL support. (--with-openssl) */
685 #undef USE_SSL
686
687 /* Define to select SysV-style semaphores. */
688 #undef USE_SYSV_SEMAPHORES
689
690 /* Define to select SysV-style shared memory. */
691 #undef USE_SYSV_SHARED_MEMORY
692
693 /* Define to select unnamed POSIX semaphores. */
694 #undef USE_UNNAMED_POSIX_SEMAPHORES
695
696 /* Define to select Win32-style semaphores. */
697 #undef USE_WIN32_SEMAPHORES
698
699 /* Define to select Win32-style shared memory. */
700 #undef USE_WIN32_SHARED_MEMORY
701
702 /* Define to 1 if your processor stores words with the most significant byte
703    first (like Motorola and SPARC, unlike Intel and VAX). */
704 #undef WORDS_BIGENDIAN
705
706 /* Number of bits in a file offset, on hosts where this is settable. */
707 #undef _FILE_OFFSET_BITS
708
709 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
710 #undef _LARGEFILE_SOURCE
711
712 /* Define for large files, on AIX-style hosts. */
713 #undef _LARGE_FILES
714
715 /* Define to empty if `const' does not conform to ANSI C. */
716 #undef const
717
718 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
719    if it is not supported. */
720 #undef inline
721
722 /* Define to empty if the C compiler does not understand signed types. */
723 #undef signed
724
725 /* Define to empty if the keyword `volatile' does not work. Warning: valid
726    code using `volatile' can become incorrect without. Disable with care. */
727 #undef volatile