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