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