Warning: That file was not part of the compilation database. It may have many parsing errors.

1/* src/include/pg_config.h. Generated from pg_config.h.in by configure. */
2/* src/include/pg_config.h.in. Generated from configure.in by autoheader. */
3
4/* Define to the type of arg 1 of 'accept' */
5#define ACCEPT_TYPE_ARG1 int
6
7/* Define to the type of arg 2 of 'accept' */
8#define ACCEPT_TYPE_ARG2 struct sockaddr *
9
10/* Define to the type of arg 3 of 'accept' */
11#define ACCEPT_TYPE_ARG3 socklen_t
12
13/* Define to the return type of 'accept' */
14#define ACCEPT_TYPE_RETURN int
15
16/* Define if building universal (internal helper macro) */
17/* #undef AC_APPLE_UNIVERSAL_BUILD */
18
19/* The normal alignment of `double', in bytes. */
20#define ALIGNOF_DOUBLE 8
21
22/* The normal alignment of `int', in bytes. */
23#define ALIGNOF_INT 4
24
25/* The normal alignment of `long', in bytes. */
26#define ALIGNOF_LONG 8
27
28/* The normal alignment of `long long int', in bytes. */
29/* #undef ALIGNOF_LONG_LONG_INT */
30
31/* The normal alignment of `short', in bytes. */
32#define ALIGNOF_SHORT 2
33
34/* Size of a disk block --- this also limits the size of a tuple. You can set
35 it bigger if you need bigger tuples (although TOAST should reduce the need
36 to have large tuples, since fields can be spread across multiple tuples).
37 BLCKSZ must be a power of 2. The maximum possible value of BLCKSZ is
38 currently 2^15 (32768). This is determined by the 15-bit widths of the
39 lp_off and lp_len fields in ItemIdData (see include/storage/itemid.h).
40 Changing BLCKSZ requires an initdb. */
41#define BLCKSZ 8192
42
43/* Define to the default TCP port number on which the server listens and to
44 which clients will try to connect. This can be overridden at run-time, but
45 it's convenient if your clients have the right default compiled in.
46 (--with-pgport=PORTNUM) */
47#define DEF_PGPORT 5432
48
49/* Define to the default TCP port number as a string constant. */
50#define DEF_PGPORT_STR "5432"
51
52/* Define to build with GSSAPI support. (--with-gssapi) */
53#define ENABLE_GSS 1
54
55/* Define to 1 if you want National Language Support. (--enable-nls) */
56#define ENABLE_NLS 1
57
58/* Define to 1 to build client libraries as thread-safe code.
59 (--enable-thread-safety) */
60#define ENABLE_THREAD_SAFETY 1
61
62/* Define to nothing if C supports flexible array members, and to 1 if it does
63 not. That way, with a declaration like `struct s { int n; double
64 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
65 compilers. When computing the size of such an object, don't use 'sizeof
66 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
67 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
68 MSVC and with C++ compilers. */
69#define FLEXIBLE_ARRAY_MEMBER /**/
70
71/* float4 values are passed by value if 'true', by reference if 'false' */
72#define FLOAT4PASSBYVAL true
73
74/* float8, int8, and related values are passed by value if 'true', by
75 reference if 'false' */
76#define FLOAT8PASSBYVAL true
77
78/* Define to 1 if getpwuid_r() takes a 5th argument. */
79#define GETPWUID_R_5ARG /**/
80
81/* Define to 1 if gettimeofday() takes only 1 argument. */
82/* #undef GETTIMEOFDAY_1ARG */
83
84#ifdef GETTIMEOFDAY_1ARG
85# define gettimeofday(a,b) gettimeofday(a)
86#endif
87
88/* Define to 1 if you have the `append_history' function. */
89#define HAVE_APPEND_HISTORY 1
90
91/* Define to 1 if you have the `cbrt' function. */
92#define HAVE_CBRT 1
93
94/* Define to 1 if you have the `class' function. */
95/* #undef HAVE_CLASS */
96
97/* Define to 1 if you have the <crtdefs.h> header file. */
98/* #undef HAVE_CRTDEFS_H */
99
100/* Define to 1 if you have the `crypt' function. */
101#define HAVE_CRYPT 1
102
103/* Define to 1 if you have the <crypt.h> header file. */
104#define HAVE_CRYPT_H 1
105
106/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
107 don't. */
108#define HAVE_DECL_FDATASYNC 1
109
110/* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
111 don't. */
112#define HAVE_DECL_F_FULLFSYNC 0
113
114/* Define to 1 if you have the declaration of `posix_fadvise', and to 0 if you
115 don't. */
116#define HAVE_DECL_POSIX_FADVISE 1
117
118/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
119 don't. */
120#define HAVE_DECL_SNPRINTF 1
121
122/* Define to 1 if you have the declaration of `strlcat', and to 0 if you
123 don't. */
124#define HAVE_DECL_STRLCAT 0
125
126/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
127 don't. */
128#define HAVE_DECL_STRLCPY 0
129
130/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
131 don't. */
132#define HAVE_DECL_SYS_SIGLIST 1
133
134/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
135 don't. */
136#define HAVE_DECL_VSNPRINTF 1
137
138/* Define to 1 if you have the <dld.h> header file. */
139/* #undef HAVE_DLD_H */
140
141/* Define to 1 if you have the `dlopen' function. */
142#define HAVE_DLOPEN 1
143
144/* Define to 1 if you have the <editline/history.h> header file. */
145/* #undef HAVE_EDITLINE_HISTORY_H */
146
147/* Define to 1 if you have the <editline/readline.h> header file. */
148/* #undef HAVE_EDITLINE_READLINE_H */
149
150/* Define to 1 if you have the `fdatasync' function. */
151#define HAVE_FDATASYNC 1
152
153/* Define to 1 if you have the `fls' function. */
154/* #undef HAVE_FLS */
155
156/* Define to 1 if you have the `fpclass' function. */
157/* #undef HAVE_FPCLASS */
158
159/* Define to 1 if you have the `fp_class' function. */
160/* #undef HAVE_FP_CLASS */
161
162/* Define to 1 if you have the `fp_class_d' function. */
163/* #undef HAVE_FP_CLASS_D */
164
165/* Define to 1 if you have the <fp_class.h> header file. */
166/* #undef HAVE_FP_CLASS_H */
167
168/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
169#define HAVE_FSEEKO 1
170
171/* Define to 1 if your compiler understands __func__. */
172#define HAVE_FUNCNAME__FUNC 1
173
174/* Define to 1 if your compiler understands __FUNCTION__. */
175/* #undef HAVE_FUNCNAME__FUNCTION */
176
177/* Define to 1 if you have __sync_lock_test_and_set(int *) and friends. */
178#define HAVE_GCC_INT_ATOMICS 1
179
180/* Define to 1 if you have the `getaddrinfo' function. */
181#define HAVE_GETADDRINFO 1
182
183/* Define to 1 if you have the `gethostbyname_r' function. */
184#define HAVE_GETHOSTBYNAME_R 1
185
186/* Define to 1 if you have the `getifaddrs' function. */
187#define HAVE_GETIFADDRS 1
188
189/* Define to 1 if you have the `getopt' function. */
190#define HAVE_GETOPT 1
191
192/* Define to 1 if you have the <getopt.h> header file. */
193#define HAVE_GETOPT_H 1
194
195/* Define to 1 if you have the `getopt_long' function. */
196#define HAVE_GETOPT_LONG 1
197
198/* Define to 1 if you have the `getpeereid' function. */
199/* #undef HAVE_GETPEEREID */
200
201/* Define to 1 if you have the `getpeerucred' function. */
202/* #undef HAVE_GETPEERUCRED */
203
204/* Define to 1 if you have the `getpwuid_r' function. */
205#define HAVE_GETPWUID_R 1
206
207/* Define to 1 if you have the `getrlimit' function. */
208#define HAVE_GETRLIMIT 1
209
210/* Define to 1 if you have the `getrusage' function. */
211#define HAVE_GETRUSAGE 1
212
213/* Define to 1 if you have the `gettimeofday' function. */
214/* #undef HAVE_GETTIMEOFDAY */
215
216/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
217#define HAVE_GSSAPI_GSSAPI_H 1
218
219/* Define to 1 if you have the <gssapi.h> header file. */
220/* #undef HAVE_GSSAPI_H */
221
222/* Define to 1 if you have the <history.h> header file. */
223/* #undef HAVE_HISTORY_H */
224
225/* Define to 1 if you have the `history_truncate_file' function. */
226#define HAVE_HISTORY_TRUNCATE_FILE 1
227
228/* Define to 1 if you have the <ieeefp.h> header file. */
229/* #undef HAVE_IEEEFP_H */
230
231/* Define to 1 if you have the <ifaddrs.h> header file. */
232#define HAVE_IFADDRS_H 1
233
234/* Define to 1 if you have the `inet_aton' function. */
235#define HAVE_INET_ATON 1
236
237/* Define to 1 if the system has the type `int64'. */
238/* #undef HAVE_INT64 */
239
240/* Define to 1 if the system has the type `int8'. */
241/* #undef HAVE_INT8 */
242
243/* Define to 1 if the system has the type `intptr_t'. */
244#define HAVE_INTPTR_T 1
245
246/* Define to 1 if you have the <inttypes.h> header file. */
247#define HAVE_INTTYPES_H 1
248
249/* Define to 1 if you have the global variable 'int opterr'. */
250#define HAVE_INT_OPTERR 1
251
252/* Define to 1 if you have the global variable 'int optreset'. */
253/* #undef HAVE_INT_OPTRESET */
254
255/* Define to 1 if you have the global variable 'int timezone'. */
256#define HAVE_INT_TIMEZONE /**/
257
258/* Define to 1 if you have support for IPv6. */
259#define HAVE_IPV6 1
260
261/* Define to 1 if you have isinf(). */
262#define HAVE_ISINF 1
263
264/* Define to 1 if `e_data' is member of `krb5_error'. */
265/* #undef HAVE_KRB5_ERROR_E_DATA */
266
267/* Define to 1 if `text.data' is member of `krb5_error'. */
268#define HAVE_KRB5_ERROR_TEXT_DATA 1
269
270/* Define to 1 if you have krb5_free_unparsed_name. */
271#define HAVE_KRB5_FREE_UNPARSED_NAME 1
272
273/* Define to 1 if `client' is member of `krb5_ticket'. */
274/* #undef HAVE_KRB5_TICKET_CLIENT */
275
276/* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
277#define HAVE_KRB5_TICKET_ENC_PART2 1
278
279/* Define to 1 if you have the <langinfo.h> header file. */
280#define HAVE_LANGINFO_H 1
281
282/* Define to 1 if you have the <ldap.h> header file. */
283/* #undef HAVE_LDAP_H */
284
285/* Define to 1 if you have the `crypto' library (-lcrypto). */
286#define HAVE_LIBCRYPTO 1
287
288/* Define to 1 if you have the `ldap' library (-lldap). */
289/* #undef HAVE_LIBLDAP */
290
291/* Define to 1 if you have the `ldap_r' library (-lldap_r). */
292/* #undef HAVE_LIBLDAP_R */
293
294/* Define to 1 if you have the `m' library (-lm). */
295#define HAVE_LIBM 1
296
297/* Define to 1 if you have the `pam' library (-lpam). */
298#define HAVE_LIBPAM 1
299
300/* Define if you have a function readline library */
301#define HAVE_LIBREADLINE 1
302
303/* Define to 1 if you have the `selinux' library (-lselinux). */
304/* #undef HAVE_LIBSELINUX */
305
306/* Define to 1 if you have the `ssl' library (-lssl). */
307#define HAVE_LIBSSL 1
308
309/* Define to 1 if you have the `wldap32' library (-lwldap32). */
310/* #undef HAVE_LIBWLDAP32 */
311
312/* Define to 1 if you have the `xml2' library (-lxml2). */
313#define HAVE_LIBXML2 1
314
315/* Define to 1 if you have the `xslt' library (-lxslt). */
316/* #undef HAVE_LIBXSLT */
317
318/* Define to 1 if you have the `z' library (-lz). */
319#define HAVE_LIBZ 1
320
321/* Define to 1 if constants of type 'long long int' should have the suffix LL.
322 */
323/* #undef HAVE_LL_CONSTANTS */
324
325/* Define to 1 if the system has the type `locale_t'. */
326#define HAVE_LOCALE_T 1
327
328/* Define to 1 if `long int' works and is 64 bits. */
329#define HAVE_LONG_INT_64 1
330
331/* Define to 1 if the system has the type `long long int'. */
332#define HAVE_LONG_LONG_INT 1
333
334/* Define to 1 if `long long int' works and is 64 bits. */
335/* #undef HAVE_LONG_LONG_INT_64 */
336
337/* Define to 1 if you have the `mbstowcs_l' function. */
338/* #undef HAVE_MBSTOWCS_L */
339
340/* Define to 1 if you have the `memmove' function. */
341#define HAVE_MEMMOVE 1
342
343/* Define to 1 if you have the <memory.h> header file. */
344#define HAVE_MEMORY_H 1
345
346/* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
347/* #undef HAVE_MINIDUMP_TYPE */
348
349/* Define to 1 if you have the `mkdtemp' function. */
350#define HAVE_MKDTEMP 1
351
352/* Define to 1 if you have the <netinet/in.h> header file. */
353#define HAVE_NETINET_IN_H 1
354
355/* Define to 1 if you have the <netinet/tcp.h> header file. */
356#define HAVE_NETINET_TCP_H 1
357
358/* Define to 1 if you have the <net/if.h> header file. */
359#define HAVE_NET_IF_H 1
360
361/* Define to 1 if you have the <ossp/uuid.h> header file. */
362/* #undef HAVE_OSSP_UUID_H */
363
364/* Define to 1 if you have the <pam/pam_appl.h> header file. */
365/* #undef HAVE_PAM_PAM_APPL_H */
366
367/* Define to 1 if you have the `poll' function. */
368#define HAVE_POLL 1
369
370/* Define to 1 if you have the <poll.h> header file. */
371#define HAVE_POLL_H 1
372
373/* Define to 1 if you have the `posix_fadvise' function. */
374#define HAVE_POSIX_FADVISE 1
375
376/* Define to 1 if you have the POSIX signal interface. */
377#define HAVE_POSIX_SIGNALS /**/
378
379/* Define to 1 if the assembler supports PPC's LWARX mutex hint bit. */
380/* #undef HAVE_PPC_LWARX_MUTEX_HINT */
381
382/* Define to 1 if you have the `pstat' function. */
383/* #undef HAVE_PSTAT */
384
385/* Define to 1 if the PS_STRINGS thing exists. */
386/* #undef HAVE_PS_STRINGS */
387
388/* Define if you have POSIX threads libraries and header files. */
389/* #undef HAVE_PTHREAD */
390
391/* Define to 1 if you have the <pwd.h> header file. */
392#define HAVE_PWD_H 1
393
394/* Define to 1 if you have the `random' function. */
395#define HAVE_RANDOM 1
396
397/* Define to 1 if you have the <readline.h> header file. */
398/* #undef HAVE_READLINE_H */
399
400/* Define to 1 if you have the <readline/history.h> header file. */
401#define HAVE_READLINE_HISTORY_H 1
402
403/* Define to 1 if you have the <readline/readline.h> header file. */
404#define HAVE_READLINE_READLINE_H 1
405
406/* Define to 1 if you have the `readlink' function. */
407#define HAVE_READLINK 1
408
409/* Define to 1 if you have the `rint' function. */
410#define HAVE_RINT 1
411
412/* Define to 1 if you have the global variable
413 'rl_completion_append_character'. */
414#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
415
416/* Define to 1 if you have the `rl_completion_matches' function. */
417#define HAVE_RL_COMPLETION_MATCHES 1
418
419/* Define to 1 if you have the `rl_filename_completion_function' function. */
420#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
421
422/* Define to 1 if you have the <security/pam_appl.h> header file. */
423#define HAVE_SECURITY_PAM_APPL_H 1
424
425/* Define to 1 if you have the `setproctitle' function. */
426/* #undef HAVE_SETPROCTITLE */
427
428/* Define to 1 if you have the `setsid' function. */
429#define HAVE_SETSID 1
430
431/* Define to 1 if you have the `sigprocmask' function. */
432#define HAVE_SIGPROCMASK 1
433
434/* Define to 1 if you have sigsetjmp(). */
435#define HAVE_SIGSETJMP 1
436
437/* Define to 1 if the system has the type `sig_atomic_t'. */
438#define HAVE_SIG_ATOMIC_T 1
439
440/* Define to 1 if you have the `snprintf' function. */
441#define HAVE_SNPRINTF 1
442
443/* Define to 1 if you have spinlocks. */
444#define HAVE_SPINLOCKS 1
445
446/* Define to 1 if you have the `srandom' function. */
447#define HAVE_SRANDOM 1
448
449/* Define to 1 if you have the <stdint.h> header file. */
450#define HAVE_STDINT_H 1
451
452/* Define to 1 if you have the <stdlib.h> header file. */
453#define HAVE_STDLIB_H 1
454
455/* Define to 1 if you have the `strerror' function. */
456#define HAVE_STRERROR 1
457
458/* Define to 1 if you have the `strerror_r' function. */
459#define HAVE_STRERROR_R 1
460
461/* Define to 1 if cpp supports the ANSI # stringizing operator. */
462#define HAVE_STRINGIZE 1
463
464/* Define to 1 if you have the <strings.h> header file. */
465#define HAVE_STRINGS_H 1
466
467/* Define to 1 if you have the <string.h> header file. */
468#define HAVE_STRING_H 1
469
470/* Define to 1 if you have the `strlcat' function. */
471/* #undef HAVE_STRLCAT */
472
473/* Define to 1 if you have the `strlcpy' function. */
474/* #undef HAVE_STRLCPY */
475
476/* Define to 1 if you have the `strtoll' function. */
477#define HAVE_STRTOLL 1
478
479/* Define to 1 if you have the `strtoq' function. */
480/* #undef HAVE_STRTOQ */
481
482/* Define to 1 if you have the `strtoull' function. */
483#define HAVE_STRTOULL 1
484
485/* Define to 1 if you have the `strtouq' function. */
486/* #undef HAVE_STRTOUQ */
487
488/* Define to 1 if the system has the type `struct addrinfo'. */
489#define HAVE_STRUCT_ADDRINFO 1
490
491/* Define to 1 if the system has the type `struct cmsgcred'. */
492/* #undef HAVE_STRUCT_CMSGCRED */
493
494/* Define to 1 if the system has the type `struct option'. */
495#define HAVE_STRUCT_OPTION 1
496
497/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
498/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
499
500/* Define to 1 if the system has the type `struct sockaddr_storage'. */
501#define HAVE_STRUCT_SOCKADDR_STORAGE 1
502
503/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
504#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
505
506/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
507/* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
508
509/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
510/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
511
512/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
513/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
514
515/* Define to 1 if `tm_zone' is member of `struct tm'. */
516#define HAVE_STRUCT_TM_TM_ZONE 1
517
518/* Define to 1 if you have the `symlink' function. */
519#define HAVE_SYMLINK 1
520
521/* Define to 1 if you have the `sync_file_range' function. */
522#define HAVE_SYNC_FILE_RANGE 1
523
524/* Define to 1 if you have the syslog interface. */
525#define HAVE_SYSLOG 1
526
527/* Define to 1 if you have the <sys/ioctl.h> header file. */
528#define HAVE_SYS_IOCTL_H 1
529
530/* Define to 1 if you have the <sys/ipc.h> header file. */
531#define HAVE_SYS_IPC_H 1
532
533/* Define to 1 if you have the <sys/poll.h> header file. */
534#define HAVE_SYS_POLL_H 1
535
536/* Define to 1 if you have the <sys/pstat.h> header file. */
537/* #undef HAVE_SYS_PSTAT_H */
538
539/* Define to 1 if you have the <sys/resource.h> header file. */
540#define HAVE_SYS_RESOURCE_H 1
541
542/* Define to 1 if you have the <sys/select.h> header file. */
543#define HAVE_SYS_SELECT_H 1
544
545/* Define to 1 if you have the <sys/sem.h> header file. */
546#define HAVE_SYS_SEM_H 1
547
548/* Define to 1 if you have the <sys/shm.h> header file. */
549#define HAVE_SYS_SHM_H 1
550
551/* Define to 1 if you have the <sys/socket.h> header file. */
552#define HAVE_SYS_SOCKET_H 1
553
554/* Define to 1 if you have the <sys/sockio.h> header file. */
555/* #undef HAVE_SYS_SOCKIO_H */
556
557/* Define to 1 if you have the <sys/stat.h> header file. */
558#define HAVE_SYS_STAT_H 1
559
560/* Define to 1 if you have the <sys/tas.h> header file. */
561/* #undef HAVE_SYS_TAS_H */
562
563/* Define to 1 if you have the <sys/time.h> header file. */
564#define HAVE_SYS_TIME_H 1
565
566/* Define to 1 if you have the <sys/types.h> header file. */
567#define HAVE_SYS_TYPES_H 1
568
569/* Define to 1 if you have the <sys/ucred.h> header file. */
570/* #undef HAVE_SYS_UCRED_H */
571
572/* Define to 1 if you have the <sys/un.h> header file. */
573#define HAVE_SYS_UN_H 1
574
575/* Define to 1 if you have the <termios.h> header file. */
576#define HAVE_TERMIOS_H 1
577
578/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
579 `HAVE_STRUCT_TM_TM_ZONE' instead. */
580#define HAVE_TM_ZONE 1
581
582/* Define to 1 if you have the `towlower' function. */
583#define HAVE_TOWLOWER 1
584
585/* Define to 1 if you have the external array `tzname'. */
586#define HAVE_TZNAME 1
587
588/* Define to 1 if you have the <ucred.h> header file. */
589/* #undef HAVE_UCRED_H */
590
591/* Define to 1 if the system has the type `uint64'. */
592/* #undef HAVE_UINT64 */
593
594/* Define to 1 if the system has the type `uint8'. */
595/* #undef HAVE_UINT8 */
596
597/* Define to 1 if the system has the type `uintptr_t'. */
598#define HAVE_UINTPTR_T 1
599
600/* Define to 1 if the system has the type `union semun'. */
601/* #undef HAVE_UNION_SEMUN */
602
603/* Define to 1 if you have the <unistd.h> header file. */
604#define HAVE_UNISTD_H 1
605
606/* Define to 1 if you have unix sockets. */
607#define HAVE_UNIX_SOCKETS 1
608
609/* Define to 1 if you have the `unsetenv' function. */
610#define HAVE_UNSETENV 1
611
612/* Define to 1 if you have the `utime' function. */
613#define HAVE_UTIME 1
614
615/* Define to 1 if you have the `utimes' function. */
616#define HAVE_UTIMES 1
617
618/* Define to 1 if you have the <utime.h> header file. */
619#define HAVE_UTIME_H 1
620
621/* Define to 1 if you have the <uuid.h> header file. */
622/* #undef HAVE_UUID_H */
623
624/* Define to 1 if you have the `vsnprintf' function. */
625#define HAVE_VSNPRINTF 1
626
627/* Define to 1 if you have the <wchar.h> header file. */
628#define HAVE_WCHAR_H 1
629
630/* Define to 1 if you have the `wcstombs' function. */
631#define HAVE_WCSTOMBS 1
632
633/* Define to 1 if you have the `wcstombs_l' function. */
634/* #undef HAVE_WCSTOMBS_L */
635
636/* Define to 1 if you have the <wctype.h> header file. */
637#define HAVE_WCTYPE_H 1
638
639/* Define to 1 if you have the <winldap.h> header file. */
640/* #undef HAVE_WINLDAP_H */
641
642/* Define to 1 if your compiler understands __builtin_constant_p. */
643#define HAVE__BUILTIN_CONSTANT_P 1
644
645/* Define to 1 if your compiler understands __builtin_types_compatible_p. */
646#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
647
648/* Define to 1 if your compiler understands __builtin_unreachable. */
649#define HAVE__BUILTIN_UNREACHABLE 1
650
651/* Define to 1 if your compiler understands _Static_assert. */
652#define HAVE__STATIC_ASSERT 1
653
654/* Define to 1 if your compiler understands __VA_ARGS__ in macros. */
655#define HAVE__VA_ARGS 1
656
657/* Define to the appropriate snprintf format for 64-bit ints. */
658#define INT64_FORMAT "%ld"
659
660/* Define to build with Kerberos 5 support. (--with-krb5) */
661#define KRB5 1
662
663/* Define to 1 if `locale_t' requires <xlocale.h>. */
664/* #undef LOCALE_T_IN_XLOCALE */
665
666/* Define as the maximum alignment requirement of any C data type. */
667#define MAXIMUM_ALIGNOF 8
668
669/* Define bytes to use libc memset(). */
670#define MEMSET_LOOP_LIMIT 1024
671
672/* Define to the address where bug reports for this package should be sent. */
673#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
674
675/* Define to the full name of this package. */
676#define PACKAGE_NAME "PostgreSQL"
677
678/* Define to the full name and version of this package. */
679#define PACKAGE_STRING "PostgreSQL 9.3.5"
680
681/* Define to the one symbol short name of this package. */
682#define PACKAGE_TARNAME "postgresql"
683
684/* Define to the version of this package. */
685#define PACKAGE_VERSION "9.3.5"
686
687/* Define to the name of a signed 64-bit integer type. */
688#define PG_INT64_TYPE long int
689
690/* Define to the name of the default PostgreSQL service principal in Kerberos.
691 (--with-krb-srvnam=NAME) */
692#define PG_KRB_SRVNAM "postgres"
693
694/* PostgreSQL major version as a string */
695#define PG_MAJORVERSION "9.3"
696
697/* Define to 1 if "static inline" works without unwanted warnings from
698 compilations where static inline functions are defined but not called. */
699#define PG_USE_INLINE 1
700
701/* PostgreSQL version as a string */
702#define PG_VERSION "9.3.5"
703
704/* PostgreSQL version as a number */
705#define PG_VERSION_NUM 90305
706
707/* A string containing the version number, platform, and C compiler */
708#define PG_VERSION_STR "PostgreSQL 9.3.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.9.1, 64-bit"
709
710/* Define to 1 to allow profiling output to be saved separately for each
711 process. */
712/* #undef PROFILE_PID_DIR */
713
714/* Define to the necessary symbol if this constant uses a non-standard name on
715 your system. */
716/* #undef PTHREAD_CREATE_JOINABLE */
717
718/* RELSEG_SIZE is the maximum number of blocks allowed in one disk file. Thus,
719 the maximum size of a single file is RELSEG_SIZE * BLCKSZ; relations bigger
720 than that are divided into multiple files. RELSEG_SIZE * BLCKSZ must be
721 less than your OS' limit on file size. This is often 2 GB or 4GB in a
722 32-bit operating system, unless you have large file support enabled. By
723 default, we make the limit 1 GB to avoid any possible integer-overflow
724 problems within the OS. A limit smaller than necessary only means we divide
725 a large relation into more chunks than necessary, so it seems best to err
726 in the direction of a small limit. A power-of-2 value is recommended to
727 save a few cycles in md.c, but is not absolutely required. Changing
728 RELSEG_SIZE requires an initdb. */
729#define RELSEG_SIZE 131072
730
731/* The size of `long', as computed by sizeof. */
732#define SIZEOF_LONG 8
733
734/* The size of `off_t', as computed by sizeof. */
735#define SIZEOF_OFF_T 8
736
737/* The size of `size_t', as computed by sizeof. */
738#define SIZEOF_SIZE_T 8
739
740/* The size of `void *', as computed by sizeof. */
741#define SIZEOF_VOID_P 8
742
743/* Define to 1 if you have the ANSI C header files. */
744#define STDC_HEADERS 1
745
746/* Define to 1 if strerror_r() returns a int. */
747/* #undef STRERROR_R_INT */
748
749/* Define to 1 if your <sys/time.h> declares `struct tm'. */
750/* #undef TM_IN_SYS_TIME */
751
752/* Define to the appropriate snprintf format for unsigned 64-bit ints. */
753#define UINT64_FORMAT "%lu"
754
755/* Define to 1 to build with assertion checks. (--enable-cassert) */
756/* #undef USE_ASSERT_CHECKING */
757
758/* Define to 1 to build with Bonjour support. (--with-bonjour) */
759/* #undef USE_BONJOUR */
760
761/* Define to 1 if you want float4 values to be passed by value.
762 (--enable-float4-byval) */
763#define USE_FLOAT4_BYVAL 1
764
765/* Define to 1 if you want float8, int8, etc values to be passed by value.
766 (--enable-float8-byval) */
767#define USE_FLOAT8_BYVAL 1
768
769/* Define to 1 if you want 64-bit integer timestamp and interval support.
770 (--enable-integer-datetimes) */
771#define USE_INTEGER_DATETIMES 1
772
773/* Define to 1 to build with LDAP support. (--with-ldap) */
774/* #undef USE_LDAP */
775
776/* Define to 1 to build with XML support. (--with-libxml) */
777#define USE_LIBXML 1
778
779/* Define to 1 to use XSLT support when building contrib/xml2.
780 (--with-libxslt) */
781/* #undef USE_LIBXSLT */
782
783/* Define to select named POSIX semaphores. */
784/* #undef USE_NAMED_POSIX_SEMAPHORES */
785
786/* Define to 1 to build with PAM support. (--with-pam) */
787#define USE_PAM 1
788
789/* Use replacement snprintf() functions. */
790/* #undef USE_REPL_SNPRINTF */
791
792/* Define to build with (Open)SSL support. (--with-openssl) */
793#define USE_SSL 1
794
795/* Define to select SysV-style semaphores. */
796#define USE_SYSV_SEMAPHORES 1
797
798/* Define to select SysV-style shared memory. */
799#define USE_SYSV_SHARED_MEMORY 1
800
801/* Define to select unnamed POSIX semaphores. */
802/* #undef USE_UNNAMED_POSIX_SEMAPHORES */
803
804/* Define to select Win32-style semaphores. */
805/* #undef USE_WIN32_SEMAPHORES */
806
807/* Define to select Win32-style shared memory. */
808/* #undef USE_WIN32_SHARED_MEMORY */
809
810/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
811 significant byte first (like Motorola and SPARC, unlike Intel). */
812#if defined AC_APPLE_UNIVERSAL_BUILD
813# if defined __BIG_ENDIAN__
814# define WORDS_BIGENDIAN 1
815# endif
816#else
817# ifndef WORDS_BIGENDIAN
818/* # undef WORDS_BIGENDIAN */
819# endif
820#endif
821
822/* Size of a WAL file block. This need have no particular relation to BLCKSZ.
823 XLOG_BLCKSZ must be a power of 2, and if your system supports O_DIRECT I/O,
824 XLOG_BLCKSZ must be a multiple of the alignment requirement for direct-I/O
825 buffers, else direct I/O may fail. Changing XLOG_BLCKSZ requires an initdb.
826 */
827#define XLOG_BLCKSZ 8192
828
829/* XLOG_SEG_SIZE is the size of a single WAL file. This must be a power of 2
830 and larger than XLOG_BLCKSZ (preferably, a great deal larger than
831 XLOG_BLCKSZ). Changing XLOG_SEG_SIZE requires an initdb. */
832#define XLOG_SEG_SIZE (16 * 1024 * 1024)
833
834/* Number of bits in a file offset, on hosts where this is settable. */
835/* #undef _FILE_OFFSET_BITS */
836
837/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
838/* #undef _LARGEFILE_SOURCE */
839
840/* Define for large files, on AIX-style hosts. */
841/* #undef _LARGE_FILES */
842
843/* Define to empty if `const' does not conform to ANSI C. */
844/* #undef const */
845
846/* Define to `__inline__' or `__inline' if that's what the C compiler
847 calls it, or to nothing if 'inline' is not supported under any name. */
848#ifndef __cplusplus
849/* #undef inline */
850#endif
851
852/* Define to the type of a signed integer type wide enough to hold a pointer,
853 if such a type exists, and if the system does not define it. */
854/* #undef intptr_t */
855
856/* Define to empty if the C compiler does not understand signed types. */
857/* #undef signed */
858
859/* Define to the type of an unsigned integer type wide enough to hold a
860 pointer, if such a type exists, and if the system does not define it. */
861/* #undef uintptr_t */
862
863/* Define to empty if the keyword `volatile' does not work. Warning: valid
864 code using `volatile' can become incorrect without. Disable with care. */
865/* #undef volatile */
866

Warning: That file was not part of the compilation database. It may have many parsing errors.