OSDN Git Service

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