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