OSDN Git Service

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