1/* src/include/pg_config.h.  Generated by configure.  */
2/* src/include/pg_config.h.in.  Generated from configure.in by autoheader.  */
3
4/* This file is generated from MingW ./configure, and with the following
5 * changes to be valid for Visual C++ (and compatible):
6 *
7 * HAVE_CBRT, HAVE_FUNCNAME_FUNC, HAVE_GETOPT, HAVE_GETOPT_H, HAVE_INTTYPES_H,
8 * HAVE_GETOPT_LONG, HAVE_LOCALE_T, HAVE_RINT, HAVE_STRINGS_H, HAVE_STRTOLL,
9 * HAVE_STRTOULL, HAVE_STRUCT_OPTION, ENABLE_THREAD_SAFETY,
10 * inline, USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
11 */
12
13/* Define to the type of arg 1 of 'accept' */
14#define ACCEPT_TYPE_ARG1 unsigned int
15
16/* Define to the type of arg 2 of 'accept' */
17#define ACCEPT_TYPE_ARG2 struct sockaddr *
18
19/* Define to the type of arg 3 of 'accept' */
20#define ACCEPT_TYPE_ARG3 int
21
22/* Define to the return type of 'accept' */
23#define ACCEPT_TYPE_RETURN unsigned int PASCAL
24
25/* The alignment requirement of a `double'. */
26#define ALIGNOF_DOUBLE 8
27
28/* The alignment requirement of a `int'. */
29#define ALIGNOF_INT 4
30
31/* The alignment requirement of a `long'. */
32#define ALIGNOF_LONG 4
33
34/* The alignment requirement of a `long long int'. */
35#define ALIGNOF_LONG_LONG_INT 8
36
37/* The normal alignment of `PG_INT128_TYPE', in bytes. */
38#undef ALIGNOF_PG_INT128_TYPE
39
40/* The alignment requirement of a `short'. */
41#define ALIGNOF_SHORT 2
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 nothing if C supports flexible array members, and to 1 if it does
53   not. That way, with a declaration like `struct s { int n; double
54   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
55   compilers. When computing the size of such an object, don't use 'sizeof
56   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
57   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
58   MSVC and with C++ compilers. */
59#define FLEXIBLE_ARRAY_MEMBER
60
61/* Define to 1 if you want National Language Support. (--enable-nls) */
62/* #undef ENABLE_NLS */
63
64/* Define to 1 to build client libraries as thread-safe code.
65   (--enable-thread-safety) */
66#define ENABLE_THREAD_SAFETY 1
67
68/* Define to 1 if gettimeofday() takes only 1 argument. */
69/* #undef GETTIMEOFDAY_1ARG */
70
71#ifdef GETTIMEOFDAY_1ARG
72# define gettimeofday(a,b) gettimeofday(a)
73#endif
74
75/* Define to 1 if you have the `ASN1_STRING_get0_data' function. */
76/* #undef HAVE_ASN1_STRING_GET0_DATA */
77
78/* Define to 1 if you have the `BIO_get_data' function. */
79/* #undef HAVE_BIO_GET_DATA */
80
81/* Define to 1 if you have the `BIO_meth_new' function. */
82/* #undef HAVE_BIO_METH_NEW */
83
84/* Define to 1 if you have the `cbrt' function. */
85//#define HAVE_CBRT 1
86
87/* Define to 1 if you have the `class' function. */
88/* #undef HAVE_CLASS */
89
90/* Define to 1 if you have the `clock_gettime' function. */
91/* #undef HAVE_CLOCK_GETTIME */
92
93/* Define to 1 if your compiler handles computed gotos. */
94/* #undef HAVE_COMPUTED_GOTO */
95
96/* Define to 1 if you have the `crypt' function. */
97/* #undef HAVE_CRYPT */
98
99/* Define to 1 if you have the <crypt.h> header file. */
100/* #undef HAVE_CRYPT_H */
101
102/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
103   don't. */
104#define HAVE_DECL_FDATASYNC 0
105
106/* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
107   don't. */
108#define HAVE_DECL_F_FULLFSYNC 0
109
110/* Define to 1 if you have the declaration of
111   `LLVMCreateGDBRegistrationListener', and to 0 if you don't. */
112#undef HAVE_DECL_LLVMCREATEGDBREGISTRATIONLISTENER
113
114/* Define to 1 if you have the declaration of
115   `LLVMCreatePerfJITEventListener', and to 0 if you don't. */
116#undef HAVE_DECL_LLVMCREATEPERFJITEVENTLISTENER
117
118/* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0
119   if you don't. */
120#define HAVE_DECL_LLVMGETHOSTCPUNAME 0
121
122/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to 0
123   if you don't. */
124#define HAVE_DECL_LLVMGETHOSTCPUFEATURES 0
125
126/* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and
127   to 0 if you don't. */
128#define HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN 0
129
130/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
131   don't. */
132#define HAVE_DECL_SNPRINTF 1
133
134/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
135   don't. */
136#define HAVE_DECL_STRNLEN 1
137
138/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
139   don't. */
140#define HAVE_DECL_STRTOLL 1
141
142/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
143   don't. */
144#define HAVE_DECL_STRTOULL 1
145
146/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
147   don't. */
148#define HAVE_DECL_VSNPRINTF 1
149
150/* Define to 1 if you have the <dld.h> header file. */
151/* #undef HAVE_DLD_H */
152
153/* Define to 1 if you have the `dlopen' function. */
154/* #undef HAVE_DLOPEN */
155
156/* Define to 1 if you have the <editline/history.h> header file. */
157/* #undef HAVE_EDITLINE_HISTORY_H */
158
159/* Define to 1 if you have the <editline/readline.h> header file. */
160/* #undef HAVE_EDITLINE_READLINE_H */
161
162/* Define to 1 if you have the `fcvt' function. */
163#define HAVE_FCVT 1
164
165/* Define to 1 if you have the `fdatasync' function. */
166/* #undef HAVE_FDATASYNC */
167
168/* Define to 1 if you have finite(). */
169#define HAVE_FINITE 1
170
171/* Define to 1 if you have the `fpclass' function. */
172/* #undef HAVE_FPCLASS */
173
174/* Define to 1 if you have the `fp_class' function. */
175/* #undef HAVE_FP_CLASS */
176
177/* Define to 1 if you have the `fp_class_d' function. */
178/* #undef HAVE_FP_CLASS_D */
179
180/* Define to 1 if you have the <fp_class.h> header file. */
181/* #undef HAVE_FP_CLASS_H */
182
183/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
184#define HAVE_FSEEKO 1
185
186/* Define to 1 if your compiler understands __func__. */
187//#define HAVE_FUNCNAME__FUNC 1
188
189/* Define to 1 if your compiler understands __FUNCTION__. */
190#define HAVE_FUNCNAME__FUNCTION 1
191
192/* Define to 1 if you have getaddrinfo(). */
193/* #undef HAVE_GETADDRINFO */
194
195/* Define to 1 if you have the `gethostbyname_r' function. */
196/* #undef HAVE_GETHOSTBYNAME_R */
197
198/* Define to 1 if you have the `getopt' function. */
199//#define HAVE_GETOPT 1
200
201/* Define to 1 if you have the <getopt.h> header file. */
202//#define HAVE_GETOPT_H 1
203
204/* Define to 1 if you have the `getopt_long' function. */
205//#define HAVE_GETOPT_LONG 1
206
207/* Define to 1 if you have the `getpeereid' function. */
208/* #undef HAVE_GETPEEREID */
209
210/* Define to 1 if you have the `getpwuid_r' function. */
211/* #undef HAVE_GETPWUID_R */
212
213/* Define to 1 if you have the `getrusage' function. */
214/* #undef HAVE_GETRUSAGE */
215
216/* Define to 1 if you have the <history.h> header file. */
217/* #undef HAVE_HISTORY_H */
218
219/* Define to 1 if you have the <ieeefp.h> header file. */
220/* #undef HAVE_IEEEFP_H */
221
222/* Define to 1 if you have the `inet_aton' function. */
223/* #undef HAVE_INET_ATON */
224
225/* Define to 1 if the system has the type `int64'. */
226/* #undef HAVE_INT64 */
227
228/* Define to 1 if the system has the type `int8'. */
229/* #undef HAVE_INT8 */
230
231/* Define to 1 if you have the <inttypes.h> header file. */
232//#define HAVE_INTTYPES_H 1
233
234/* Define to 1 if you have the global variable 'int timezone'. */
235#define HAVE_INT_TIMEZONE 1
236
237/* Define to 1 if you have support for IPv6. */
238#define HAVE_IPV6 1
239
240/* Define to 1 if you have isinf(). */
241#define HAVE_ISINF 1
242
243/* Define to 1 if you have the <langinfo.h> header file. */
244/* #undef HAVE_LANGINFO_H */
245
246/* Define to 1 if you have the <ldap.h> header file. */
247/* #undef HAVE_LDAP_H */
248
249/* Define to 1 if you have the `ldap_initialize' function. */
250/* #undef HAVE_LDAP_INITIALIZE */
251
252/* Define to 1 if you have the `crypto' library (-lcrypto). */
253/* #undef HAVE_LIBCRYPTO */
254
255/* Define to 1 if you have the `ldap' library (-lldap). */
256/* #undef HAVE_LIBLDAP */
257
258/* Define to 1 if you have the `pam' library (-lpam). */
259/* #undef HAVE_LIBPAM */
260
261/* Define if you have a function readline library */
262/* #undef HAVE_LIBREADLINE */
263
264/* Define to 1 if you have the `ssl' library (-lssl). */
265/* #undef HAVE_LIBSSL */
266
267/* Define to 1 if you have the `wldap32' library (-lwldap32). */
268/* #undef HAVE_LIBWLDAP32 */
269
270/* Define to 1 if you have the `z' library (-lz). */
271/* #undef HAVE_LIBZ */
272
273/* Define to 1 if the system has the type `locale_t'. */
274#define HAVE_LOCALE_T 1
275
276/* Define to 1 if `long int' works and is 64 bits. */
277/* #undef HAVE_LONG_INT_64 */
278
279/* Define to 1 if the system has the type `long long int'. */
280#if (_MSC_VER > 1200)
281#define HAVE_LONG_LONG_INT 1
282#endif
283
284/* Define to 1 if `long long int' works and is 64 bits. */
285#if (_MSC_VER > 1200)
286#define HAVE_LONG_LONG_INT_64 1
287#endif
288
289/* Define to 1 if you have the `mbstowcs_l' function. */
290#define HAVE_MBSTOWCS_L 1
291
292/* Define to 1 if you have the `memmove' function. */
293#define HAVE_MEMMOVE 1
294
295/* Define to 1 if you have the <memory.h> header file. */
296#define HAVE_MEMORY_H 1
297
298/* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
299#define HAVE_MINIDUMP_TYPE 1
300
301/* Define to 1 if you have the `mkdtemp' function. */
302/* #undef HAVE_MKDTEMP */
303
304/* Define to 1 if you have the <netinet/tcp.h> header file. */
305/* #undef HAVE_NETINET_TCP_H */
306
307/* Define to 1 if you have the `OPENSSL_init_ssl' function. */
308/* #undef HAVE_OPENSSL_INIT_SSL */
309
310/* Define to 1 if you have the <pam/pam_appl.h> header file. */
311/* #undef HAVE_PAM_PAM_APPL_H */
312
313/* Define to 1 if you have the `strnlen' function. */
314#define HAVE_STRNLEN 1
315
316/* Define to 1 if you have the `poll' function. */
317/* #undef HAVE_POLL */
318
319/* Define to 1 if you have the <poll.h> header file. */
320/* #undef HAVE_POLL_H */
321
322/* Define to 1 if you have the `posix_fallocate' function. */
323/* #undef HAVE_POSIX_FALLOCATE */
324
325/* Define to 1 if you have the `pstat' function. */
326/* #undef HAVE_PSTAT */
327
328/* Define to 1 if the PS_STRINGS thing exists. */
329/* #undef HAVE_PS_STRINGS */
330
331/* Define to 1 if you have the `random' function. */
332/* #undef HAVE_RANDOM */
333
334/* Define to 1 if you have the <readline.h> header file. */
335/* #undef HAVE_READLINE_H */
336
337/* Define to 1 if you have the <readline/history.h> header file. */
338/* #undef HAVE_READLINE_HISTORY_H */
339
340/* Define to 1 if you have the <readline/readline.h> header file. */
341/* #undef HAVE_READLINE_READLINE_H */
342
343/* Define to 1 if you have the `readlink' function. */
344/* #undef HAVE_READLINK */
345
346/* Define to 1 if you have the `rint' function. */
347#if (_MSC_VER >= 1800)
348#define HAVE_RINT 1
349#endif
350
351
352/* Define to 1 if you have the global variable
353   'rl_completion_append_character'. */
354/* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
355
356/* Define to 1 if you have the `rl_completion_matches' function. */
357/* #undef HAVE_RL_COMPLETION_MATCHES */
358
359/* Define to 1 if you have the `rl_filename_completion_function' function. */
360/* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */
361
362/* Define to 1 if you have the <security/pam_appl.h> header file. */
363/* #undef HAVE_SECURITY_PAM_APPL_H */
364
365/* Define to 1 if you have the `setproctitle' function. */
366/* #undef HAVE_SETPROCTITLE */
367
368/* Define to 1 if you have the `setsid' function. */
369/* #undef HAVE_SETSID */
370
371/* Define to 1 if you have the `snprintf' function. */
372/* #undef HAVE_SNPRINTF */
373
374/* Define to 1 if you have spinlocks. */
375#define HAVE_SPINLOCKS 1
376
377/* Define to 1 if you have atomics. */
378#define HAVE_ATOMICS 1
379
380/* Define to 1 if you have the `srandom' function. */
381/* #undef HAVE_SRANDOM */
382
383/* Define to 1 if you have the `SSL_clear_options' function. */
384#define HAVE_SSL_CLEAR_OPTIONS 1
385
386/* Define to 1 if you have the `SSL_get_current_compression' function. */
387#define HAVE_SSL_GET_CURRENT_COMPRESSION 1
388
389/* Define to 1 if stdbool.h conforms to C99. */
390#if (_MSC_VER >= 1800)
391#define HAVE_STDBOOL_H 1
392#endif
393
394/* Define to 1 if you have the <stdint.h> header file. */
395/* #undef HAVE_STDINT_H */
396
397/* Define to 1 if you have the <stdlib.h> header file. */
398#define HAVE_STDLIB_H 1
399
400/* Define to 1 if you have the `strerror' function. */
401#ifndef HAVE_STRERROR
402#define HAVE_STRERROR 1
403#endif
404
405/* Define to 1 if you have the `strerror_r' function. */
406/* #undef HAVE_STRERROR_R */
407
408/* Define to 1 if you have the <strings.h> header file. */
409/*#define HAVE_STRINGS_H 1 */
410
411/* Define to 1 if you have the <string.h> header file. */
412#define HAVE_STRING_H 1
413
414/* Define to use have a strong random number source */
415#define HAVE_STRONG_RANDOM 1
416
417/* Define to 1 if you have the `strsignal' function. */
418/* #undef HAVE_STRSIGNAL */
419
420/* Define to 1 if you have the `strtoll' function. */
421#ifdef HAVE_LONG_LONG_INT_64
422#define HAVE_STRTOLL 1
423/* Before VS2013, use Microsoft's nonstandard equivalent function */
424#if (_MSC_VER < 1800)
425#define strtoll _strtoi64
426#endif
427#endif
428
429/* Define to 1 if you have the `strtoull' function. */
430#ifdef HAVE_LONG_LONG_INT_64
431#define HAVE_STRTOULL 1
432/* Before VS2013, use Microsoft's nonstandard equivalent function */
433#if (_MSC_VER < 1800)
434#define strtoull _strtoui64
435#endif
436#endif
437
438/* Define to 1 if the system has the type `struct addrinfo'. */
439#if (_MSC_VER > 1200)
440#define HAVE_STRUCT_ADDRINFO 1
441#endif
442
443/* Define to 1 if the system has the type `struct cmsgcred'. */
444/* #undef HAVE_STRUCT_CMSGCRED */
445
446/* Define to 1 if the system has the type `struct option'. */
447//#define HAVE_STRUCT_OPTION 1
448
449/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
450/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
451
452/* Define to 1 if the system has the type `struct sockaddr_storage'. */
453#if (_MSC_VER > 1200)
454#define HAVE_STRUCT_SOCKADDR_STORAGE 1
455#endif
456
457/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
458#if (_MSC_VER > 1200)
459#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
460#endif
461
462/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
463/* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
464
465/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
466/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
467
468/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
469/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
470
471/* Define to 1 if the system has the type `struct sockaddr_un'. */
472/* #undef HAVE_STRUCT_SOCKADDR_UN */
473
474/* Define to 1 if `tm_zone' is member of `struct tm'. */
475/* #undef HAVE_STRUCT_TM_TM_ZONE */
476
477/* Define to 1 if you have the `symlink' function. */
478#define HAVE_SYMLINK 1
479
480/* Define to 1 if you have the `sync_file_range' function. */
481/* #undef HAVE_SYNC_FILE_RANGE */
482
483/* Define to 1 if you have the `sysconf' function. */
484/* #undef HAVE_SYSCONF */
485
486/* Define to 1 if you have the syslog interface. */
487/* #undef HAVE_SYSLOG */
488
489/* Define to 1 if you have the <sys/ipc.h> header file. */
490/* #undef HAVE_SYS_IPC_H */
491
492/* Define to 1 if you have the <sys/pstat.h> header file. */
493/* #undef HAVE_SYS_PSTAT_H */
494
495/* Define to 1 if you have the <sys/select.h> header file. */
496/* #undef HAVE_SYS_SELECT_H */
497
498/* Define to 1 if you have the <sys/sem.h> header file. */
499/* #undef HAVE_SYS_SEM_H */
500
501/* Define to 1 if you have the <sys/shm.h> header file. */
502/* #undef HAVE_SYS_SHM_H */
503
504/* Define to 1 if you have the <sys/stat.h> header file. */
505#define HAVE_SYS_STAT_H 1
506
507/* Define to 1 if you have the <sys/types.h> header file. */
508#define HAVE_SYS_TYPES_H 1
509
510/* Define to 1 if you have the <sys/ucred.h> header file. */
511/* #undef HAVE_SYS_UCRED_H */
512
513/* Define to 1 if you have the <sys/un.h> header file. */
514/* #undef HAVE_SYS_UN_H */
515
516/* Define to 1 if you have the <termios.h> header file. */
517/* #undef HAVE_TERMIOS_H */
518
519/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
520   `HAVE_STRUCT_TM_TM_ZONE' instead. */
521/* #undef HAVE_TM_ZONE */
522
523/* Define to 1 if your compiler understands `typeof' or something similar. */
524/* #undef HAVE_TYPEOF */
525
526/* Define to 1 if you have the external array `tzname'. */
527/* #undef HAVE_TZNAME */
528
529/* Define to 1 if the system has the type `uint64'. */
530/* #undef HAVE_UINT64 */
531
532/* Define to 1 if the system has the type `uint8'. */
533/* #undef HAVE_UINT8 */
534
535/* Define to 1 if the system has the type `union semun'. */
536/* #undef HAVE_UNION_SEMUN */
537
538/* Define to 1 if you have the <unistd.h> header file. */
539#define HAVE_UNISTD_H 1
540
541/* Define to 1 if you have unix sockets. */
542/* #undef HAVE_UNIX_SOCKETS */
543
544/* Define to 1 if you have the `unsetenv' function. */
545/* #undef HAVE_UNSETENV */
546
547/* Define to 1 if you have the `uselocale' function. */
548/* #undef HAVE_USELOCALE */
549
550/* Define to 1 if you have the `utime' function. */
551#define HAVE_UTIME 1
552
553/* Define to 1 if you have the `utimes' function. */
554/* #undef HAVE_UTIMES */
555
556/* Define to 1 if you have the <utime.h> header file. */
557#define HAVE_UTIME_H 1
558
559/* Define to 1 if you have the `vsnprintf' function. */
560#define HAVE_VSNPRINTF 1
561
562/* Define to 1 if you have the <wchar.h> header file. */
563#define HAVE_WCHAR_H 1
564
565/* Define to 1 if you have the `wcstombs_l' function. */
566#define HAVE_WCSTOMBS_L 1
567
568/* Define to 1 if you have the <wctype.h> header file. */
569#define HAVE_WCTYPE_H 1
570
571/* Define to 1 if you have the <winldap.h> header file. */
572/* #undef HAVE_WINLDAP_H */
573
574/* Define to 1 if you have the `X509_get_signature_nid' function. */
575#define HAVE_X509_GET_SIGNATURE_NID 1
576
577/* Define to 1 if the system has the type `_Bool'. */
578/* #undef HAVE__BOOL */
579
580/* Define to 1 if your compiler understands __builtin_bswap16. */
581/* #undef HAVE__BUILTIN_BSWAP16 */
582
583/* Define to 1 if your compiler understands __builtin_bswap32. */
584/* #undef HAVE__BUILTIN_BSWAP32 */
585
586/* Define to 1 if your compiler understands __builtin_bswap64. */
587/* #undef HAVE__BUILTIN_BSWAP64 */
588
589/* Define to 1 if your compiler understands __builtin_constant_p. */
590/* #undef HAVE__BUILTIN_CONSTANT_P */
591
592/* Define to 1 if your compiler understands __builtin_$op_overflow. */
593/* #undef HAVE__BUILTIN_OP_OVERFLOW */
594
595/* Define to 1 if your compiler understands __builtin_types_compatible_p. */
596/* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
597
598/* Define to 1 if your compiler understands __builtin_unreachable. */
599/* #undef HAVE__BUILTIN_UNREACHABLE */
600
601/* Define to 1 if you have the `_configthreadlocale' function. */
602#define HAVE__CONFIGTHREADLOCALE 1
603
604/* Define to 1 if you have __cpuid. */
605#define HAVE__CPUID 1
606
607/* Define to 1 if you have __get_cpuid. */
608#undef HAVE__GET_CPUID
609
610/* Define to 1 if your compiler understands _Static_assert. */
611/* #undef HAVE__STATIC_ASSERT */
612
613/* Define to 1 if your compiler understands __VA_ARGS__ in macros. */
614#define HAVE__VA_ARGS 1
615
616/* Define to the appropriate printf length modifier for 64-bit ints. */
617#define INT64_MODIFIER "ll"
618
619/* Define to 1 if `locale_t' requires <xlocale.h>. */
620/* #undef LOCALE_T_IN_XLOCALE */
621
622/* Define to the location of locale files. */
623/* #undef LOCALEDIR */
624
625/* Define as the maximum alignment requirement of any C data type. */
626#define MAXIMUM_ALIGNOF 8
627
628/* Define bytes to use libc memset(). */
629#define MEMSET_LOOP_LIMIT 1024
630
631/* Define to the address where bug reports for this package should be sent. */
632#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
633
634/* Define to the full name of this package. */
635#define PACKAGE_NAME "PostgreSQL"
636
637/* Define to the full name and version of this package. */
638#define PACKAGE_STRING "PostgreSQL 11.14"
639
640/* Define to the version of this package. */
641#define PACKAGE_VERSION "11.14"
642
643/* Define to the name of a signed 128-bit integer type. */
644#undef PG_INT128_TYPE
645
646/* Define to the name of a signed 64-bit integer type. */
647#define PG_INT64_TYPE long long int
648
649/* PostgreSQL version as a string */
650#define PG_VERSION "11.14"
651
652/* PostgreSQL version as a number */
653#define PG_VERSION_NUM 110014
654
655/* Define to the one symbol short name of this package. */
656#define PACKAGE_TARNAME "postgresql"
657
658/* Define to the name of the default PostgreSQL service principal in Kerberos.
659   (--with-krb-srvnam=NAME) */
660#define PG_KRB_SRVNAM "postgres"
661
662/* A string containing the version number, platform, and C compiler */
663#define PG_VERSION_STR "Uninitialized version string (win32)"
664
665/* The size of `bool', as computed by sizeof. */
666#define SIZEOF_BOOL 1
667
668/* The size of `long', as computed by sizeof. */
669#define SIZEOF_LONG 4
670
671/* The size of `size_t', as computed by sizeof. */
672#ifndef _WIN64
673#define SIZEOF_SIZE_T 4
674#else
675#define SIZEOF_SIZE_T 8
676#endif
677
678/* The size of `void *', as computed by sizeof. */
679#ifndef _WIN64
680#define SIZEOF_VOID_P 4
681#else
682#define SIZEOF_VOID_P 8
683#endif
684
685/* Define to 1 if you have the ANSI C header files. */
686#define STDC_HEADERS 1
687
688/* Define to 1 if strerror_r() returns int. */
689/* #undef STRERROR_R_INT */
690
691/* Define to 1 if your <sys/time.h> declares `struct tm'. */
692/* #undef TM_IN_SYS_TIME */
693
694/* Define to 1 to build with assertion checks. (--enable-cassert) */
695/* #undef USE_ASSERT_CHECKING */
696
697/* Define to 1 to build with Bonjour support. (--with-bonjour) */
698/* #undef USE_BONJOUR */
699
700/* Define to 1 to build with BSD Authentication support. (--with-bsd-auth) */
701/* #undef USE_BSD_AUTH */
702
703/* Define to use /dev/urandom for random number generation */
704/* #undef USE_DEV_URANDOM */
705
706/* Define to 1 to build with LDAP support. (--with-ldap) */
707/* #undef USE_LDAP */
708
709/* Define to 1 to build with LLVM based JIT support. (--with-llvm) */
710/* #undef USE_LLVM */
711
712/* Define to select named POSIX semaphores. */
713/* #undef USE_NAMED_POSIX_SEMAPHORES */
714
715/* Define to build with OpenSSL support. (--with-openssl) */
716/* #undef USE_OPENSSL */
717
718/* Define to use OpenSSL for random number generation */
719/* #undef USE_OPENSSL_RANDOM */
720
721/* Define to 1 to build with PAM support. (--with-pam) */
722/* #undef USE_PAM */
723
724/* Use replacement snprintf() functions. */
725#define USE_REPL_SNPRINTF 1
726
727/* Define to 1 to use software CRC-32C implementation (slicing-by-8). */
728#if (_MSC_VER < 1500)
729#define USE_SLICING_BY_8_CRC32C 1
730#endif
731
732/* Define to 1 use Intel SSE 4.2 CRC instructions. */
733/* #undef USE_SSE42_CRC32C */
734
735/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
736#if (_MSC_VER >= 1500)
737#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
738#endif
739
740/* Define to select SysV-style semaphores. */
741/* #undef USE_SYSV_SEMAPHORES */
742
743/* Define to select SysV-style shared memory. */
744#define USE_SYSV_SHARED_MEMORY 1
745
746/* Define to select unnamed POSIX semaphores. */
747/* #undef USE_UNNAMED_POSIX_SEMAPHORES */
748
749/* Define to use native Windows API for random number generation */
750#define USE_WIN32_RANDOM 1
751
752/* Define to select Win32-style semaphores. */
753#define USE_WIN32_SEMAPHORES 1
754
755/* Define to 1 if `wcstombs_l' requires <xlocale.h>. */
756/* #undef WCSTOMBS_L_IN_XLOCALE */
757
758/* Number of bits in a file offset, on hosts where this is settable. */
759/* #undef _FILE_OFFSET_BITS */
760
761/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
762/* #undef _LARGEFILE_SOURCE */
763
764/* Define for large files, on AIX-style hosts. */
765/* #undef _LARGE_FILES */
766
767/* Define to `__inline__' or `__inline' if that's what the C compiler
768   calls it, or to nothing if 'inline' is not supported under any name.  */
769#ifndef __cplusplus
770#define inline __inline
771#endif
772
773/* Define to keyword to use for C99 restrict support, or to nothing if this is
774   not supported */
775/* Works for C and C++ in Visual Studio 2008 and upwards */
776#if (_MSC_VER >= 1500)
777#define pg_restrict __restrict
778#else
779#define pg_restrict
780#endif
781
782/* Define to the equivalent of the C99 'restrict' keyword, or to
783   nothing if this is not supported.  Do not define if restrict is
784   supported directly.  */
785/* not defined, because it'd conflict with __declspec(restrict) */
786
787/* Define to empty if the C compiler does not understand signed types. */
788/* #undef signed */
789
790/* Define to how the compiler spells `typeof'. */
791/* #undef typeof */
792