]> granicus.if.org Git - postgresql/blob - src/include/pg_config.h.win32
Stamp 12beta1.
[postgresql] / src / include / pg_config.h.win32
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 `RTLD_GLOBAL', and to 0 if you
131    don't. */
132 #define HAVE_DECL_RTLD_GLOBAL 0
133
134 /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
135    don't. */
136 #define HAVE_DECL_RTLD_NOW 0
137
138 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
139    don't. */
140 #define HAVE_DECL_STRNLEN 1
141
142 /* Define to 1 if you have the `strtof' function. */
143 #define HAVE_STRTOF 1
144
145 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
146    don't. */
147 #define HAVE_DECL_STRTOLL 1
148
149 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
150    don't. */
151 #define HAVE_DECL_STRTOULL 1
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 `ppoll' function. */
326 /* #undef HAVE_PPOLL */
327
328 /* Define to 1 if you have the `pread' function. */
329 /* #undef HAVE_PREAD */
330
331 /* Define to 1 if you have the `pstat' function. */
332 /* #undef HAVE_PSTAT */
333
334 /* Define to 1 if the PS_STRINGS thing exists. */
335 /* #undef HAVE_PS_STRINGS */
336
337 /* Define to 1 if you have the `pwrite' function. */
338 /* #undef HAVE_PWRITE */
339
340 /* Define to 1 if you have the `random' function. */
341 /* #undef HAVE_RANDOM */
342
343 /* Define to 1 if you have the <readline.h> header file. */
344 /* #undef HAVE_READLINE_H */
345
346 /* Define to 1 if you have the <readline/history.h> header file. */
347 /* #undef HAVE_READLINE_HISTORY_H */
348
349 /* Define to 1 if you have the <readline/readline.h> header file. */
350 /* #undef HAVE_READLINE_READLINE_H */
351
352 /* Define to 1 if you have the `readlink' function. */
353 /* #undef HAVE_READLINK */
354
355 /* Define to 1 if you have the `rint' function. */
356 #if (_MSC_VER >= 1800)
357 #define HAVE_RINT 1
358 #endif
359
360
361 /* Define to 1 if you have the global variable
362    'rl_completion_append_character'. */
363 /* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
364
365 /* Define to 1 if you have the `rl_completion_matches' function. */
366 /* #undef HAVE_RL_COMPLETION_MATCHES */
367
368 /* Define to 1 if you have the `rl_filename_completion_function' function. */
369 /* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */
370
371 /* Define to 1 if you have the <security/pam_appl.h> header file. */
372 /* #undef HAVE_SECURITY_PAM_APPL_H */
373
374 /* Define to 1 if you have the `setproctitle' function. */
375 /* #undef HAVE_SETPROCTITLE */
376
377 /* Define to 1 if you have the `setsid' function. */
378 /* #undef HAVE_SETSID */
379
380 /* Define to 1 if you have spinlocks. */
381 #define HAVE_SPINLOCKS 1
382
383 /* Define to 1 if you have atomics. */
384 #define HAVE_ATOMICS 1
385
386 /* Define to 1 if you have the `srandom' function. */
387 /* #undef HAVE_SRANDOM */
388
389 /* Define to 1 if you have the `SSL_clear_options' function. */
390 #define HAVE_SSL_CLEAR_OPTIONS 1
391
392 /* Define to 1 if you have the `SSL_get_current_compression' function. */
393 #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
394
395 /* Define to 1 if stdbool.h conforms to C99. */
396 #if (_MSC_VER >= 1800)
397 #define HAVE_STDBOOL_H 1
398 #endif
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 #define HAVE_STDLIB_H 1
405
406 /* Define to 1 if you have the `strchrnul' function. */
407 /* #undef HAVE_STRCHRNUL */
408
409 /* Define to 1 if you have the `strerror_r' function. */
410 /* #undef HAVE_STRERROR_R */
411
412 /* Define to 1 if you have the <strings.h> header file. */
413 /*#define HAVE_STRINGS_H 1 */
414
415 /* Define to 1 if you have the <string.h> header file. */
416 #define HAVE_STRING_H 1
417
418 /* Define to 1 if you have the `strsignal' function. */
419 /* #undef HAVE_STRSIGNAL */
420
421 /* Define to 1 if you have the `strtoll' function. */
422 #ifdef HAVE_LONG_LONG_INT_64
423 #define HAVE_STRTOLL 1
424 /* Before VS2013, use Microsoft's nonstandard equivalent function */
425 #if (_MSC_VER < 1800)
426 #define strtoll _strtoi64
427 #endif
428 #endif
429
430 /* Define to 1 if you have the `strtoull' function. */
431 #ifdef HAVE_LONG_LONG_INT_64
432 #define HAVE_STRTOULL 1
433 /* Before VS2013, use Microsoft's nonstandard equivalent function */
434 #if (_MSC_VER < 1800)
435 #define strtoull _strtoui64
436 #endif
437 #endif
438
439 /* Define to 1 if the system has the type `struct addrinfo'. */
440 #if (_MSC_VER > 1200)
441 #define HAVE_STRUCT_ADDRINFO 1
442 #endif
443
444 /* Define to 1 if the system has the type `struct cmsgcred'. */
445 /* #undef HAVE_STRUCT_CMSGCRED */
446
447 /* Define to 1 if the system has the type `struct option'. */
448 //#define HAVE_STRUCT_OPTION 1
449
450 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
451 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
452
453 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
454 #if (_MSC_VER > 1200)
455 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
456 #endif
457
458 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
459 #if (_MSC_VER > 1200)
460 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
461 #endif
462
463 /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
464 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
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 the system has the type `struct sockaddr_un'. */
473 /* #undef HAVE_STRUCT_SOCKADDR_UN */
474
475 /* Define to 1 if `tm_zone' is member of `struct tm'. */
476 /* #undef HAVE_STRUCT_TM_TM_ZONE */
477
478 /* Define to 1 if you have the `symlink' function. */
479 #define HAVE_SYMLINK 1
480
481 /* Define to 1 if you have the `sync_file_range' function. */
482 /* #undef HAVE_SYNC_FILE_RANGE */
483
484 /* Define to 1 if you have the `sysconf' function. */
485 /* #undef HAVE_SYSCONF */
486
487 /* Define to 1 if you have the syslog interface. */
488 /* #undef HAVE_SYSLOG */
489
490 /* Define to 1 if you have the <sys/ipc.h> header file. */
491 /* #undef HAVE_SYS_IPC_H */
492
493 /* Define to 1 if you have the <sys/prctl.h> header file. */
494 /* #undef HAVE_SYS_PRCTL_H */
495
496 /* Define to 1 if you have the <sys/pstat.h> header file. */
497 /* #undef HAVE_SYS_PSTAT_H */
498
499 /* Define to 1 if you have the <sys/select.h> header file. */
500 /* #undef HAVE_SYS_SELECT_H */
501
502 /* Define to 1 if you have the <sys/sem.h> header file. */
503 /* #undef HAVE_SYS_SEM_H */
504
505 /* Define to 1 if you have the <sys/shm.h> header file. */
506 /* #undef HAVE_SYS_SHM_H */
507
508 /* Define to 1 if you have the <sys/stat.h> header file. */
509 #define HAVE_SYS_STAT_H 1
510
511 /* Define to 1 if you have the <sys/types.h> header file. */
512 #define HAVE_SYS_TYPES_H 1
513
514 /* Define to 1 if you have the <sys/ucred.h> header file. */
515 /* #undef HAVE_SYS_UCRED_H */
516
517 /* Define to 1 if you have the <sys/un.h> header file. */
518 /* #undef HAVE_SYS_UN_H */
519
520 /* Define to 1 if you have the <termios.h> header file. */
521 /* #undef HAVE_TERMIOS_H */
522
523 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
524    `HAVE_STRUCT_TM_TM_ZONE' instead. */
525 /* #undef HAVE_TM_ZONE */
526
527 /* Define to 1 if your compiler understands `typeof' or something similar. */
528 /* #undef HAVE_TYPEOF */
529
530 /* Define to 1 if you have the external array `tzname'. */
531 /* #undef HAVE_TZNAME */
532
533 /* Define to 1 if the system has the type `uint64'. */
534 /* #undef HAVE_UINT64 */
535
536 /* Define to 1 if the system has the type `uint8'. */
537 /* #undef HAVE_UINT8 */
538
539 /* Define to 1 if the system has the type `union semun'. */
540 /* #undef HAVE_UNION_SEMUN */
541
542 /* Define to 1 if you have the <unistd.h> header file. */
543 #define HAVE_UNISTD_H 1
544
545 /* Define to 1 if you have unix sockets. */
546 /* #undef HAVE_UNIX_SOCKETS */
547
548 /* Define to 1 if you have the `unsetenv' function. */
549 /* #undef HAVE_UNSETENV */
550
551 /* Define to 1 if you have the `uselocale' function. */
552 /* #undef HAVE_USELOCALE */
553
554 /* Define to 1 if you have the `utime' function. */
555 #define HAVE_UTIME 1
556
557 /* Define to 1 if you have the `utimes' function. */
558 /* #undef HAVE_UTIMES */
559
560 /* Define to 1 if you have the <utime.h> header file. */
561 #define HAVE_UTIME_H 1
562
563 /* Define to 1 if you have the <wchar.h> header file. */
564 #define HAVE_WCHAR_H 1
565
566 /* Define to 1 if you have the `wcstombs_l' function. */
567 #define HAVE_WCSTOMBS_L 1
568
569 /* Define to 1 if you have the <wctype.h> header file. */
570 #define HAVE_WCTYPE_H 1
571
572 /* Define to 1 if you have the <winldap.h> header file. */
573 /* #undef HAVE_WINLDAP_H */
574
575 /* Define to 1 if you have the `X509_get_signature_nid' function. */
576 #define HAVE_X509_GET_SIGNATURE_NID 1
577
578 /* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
579 /* #undef HAVE_X86_64_POPCNTQ */
580
581 /* Define to 1 if the system has the type `_Bool'. */
582 /* #undef HAVE__BOOL */
583
584 /* Define to 1 if your compiler understands __builtin_bswap16. */
585 /* #undef HAVE__BUILTIN_BSWAP16 */
586
587 /* Define to 1 if your compiler understands __builtin_bswap32. */
588 /* #undef HAVE__BUILTIN_BSWAP32 */
589
590 /* Define to 1 if your compiler understands __builtin_bswap64. */
591 /* #undef HAVE__BUILTIN_BSWAP64 */
592
593 /* Define to 1 if your compiler understands __builtin_clz. */
594 /* #undef HAVE__BUILTIN_CLZ */
595
596 /* Define to 1 if your compiler understands __builtin_constant_p. */
597 /* #undef HAVE__BUILTIN_CONSTANT_P */
598
599 /* Define to 1 if your compiler understands __builtin_ctz. */
600 /* #undef HAVE__BUILTIN_CTZ */
601
602 /* Define to 1 if your compiler understands __builtin_$op_overflow. */
603 /* #undef HAVE__BUILTIN_OP_OVERFLOW */
604
605 /* Define to 1 if your compiler understands __builtin_popcount. */
606 /* #undef HAVE__BUILTIN_POPCOUNT */
607
608 /* Define to 1 if your compiler understands __builtin_types_compatible_p. */
609 /* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
610
611 /* Define to 1 if your compiler understands __builtin_unreachable. */
612 /* #undef HAVE__BUILTIN_UNREACHABLE */
613
614 /* Define to 1 if you have the `_configthreadlocale' function. */
615 #define HAVE__CONFIGTHREADLOCALE 1
616
617 /* Define to 1 if you have __cpuid. */
618 #define HAVE__CPUID 1
619
620 /* Define to 1 if you have __get_cpuid. */
621 #undef HAVE__GET_CPUID
622
623 /* Define to 1 if your compiler understands _Static_assert. */
624 /* #undef HAVE__STATIC_ASSERT */
625
626 /* Define to the appropriate printf length modifier for 64-bit ints. */
627 #define INT64_MODIFIER "ll"
628
629 /* Define to 1 if `locale_t' requires <xlocale.h>. */
630 /* #undef LOCALE_T_IN_XLOCALE */
631
632 /* Define to the location of locale files. */
633 /* #undef LOCALEDIR */
634
635 /* Define as the maximum alignment requirement of any C data type. */
636 #define MAXIMUM_ALIGNOF 8
637
638 /* Define bytes to use libc memset(). */
639 #define MEMSET_LOOP_LIMIT 1024
640
641 /* Define to the address where bug reports for this package should be sent. */
642 #define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
643
644 /* Define to the full name of this package. */
645 #define PACKAGE_NAME "PostgreSQL"
646
647 /* Define to the full name and version of this package. */
648 #define PACKAGE_STRING "PostgreSQL 12beta1"
649
650 /* Define to the version of this package. */
651 #define PACKAGE_VERSION "12beta1"
652
653 /* Define to the name of a signed 128-bit integer type. */
654 #undef PG_INT128_TYPE
655
656 /* Define to the name of a signed 64-bit integer type. */
657 #define PG_INT64_TYPE long long int
658
659 /* PostgreSQL version as a string */
660 #define PG_VERSION "12beta1"
661
662 /* PostgreSQL version as a number */
663 #define PG_VERSION_NUM 120000
664
665 /* Define to the one symbol short name of this package. */
666 #define PACKAGE_TARNAME "postgresql"
667
668 /* Define to the name of the default PostgreSQL service principal in Kerberos.
669    (--with-krb-srvnam=NAME) */
670 #define PG_KRB_SRVNAM "postgres"
671
672 /* A string containing the version number, platform, and C compiler */
673 #define PG_VERSION_STR "Uninitialized version string (win32)"
674
675 /* The size of `bool', as computed by sizeof. */
676 #define SIZEOF_BOOL 1
677
678 /* The size of `long', as computed by sizeof. */
679 #define SIZEOF_LONG 4
680
681 /* The size of `size_t', as computed by sizeof. */
682 #ifndef _WIN64
683 #define SIZEOF_SIZE_T 4
684 #else
685 #define SIZEOF_SIZE_T 8
686 #endif
687
688 /* The size of `void *', as computed by sizeof. */
689 #ifndef _WIN64
690 #define SIZEOF_VOID_P 4
691 #else
692 #define SIZEOF_VOID_P 8
693 #endif
694
695 /* Define to 1 if you have the ANSI C header files. */
696 #define STDC_HEADERS 1
697
698 /* Define to 1 if strerror_r() returns int. */
699 /* #undef STRERROR_R_INT */
700
701 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
702 /* #undef TM_IN_SYS_TIME */
703
704 /* Define to 1 to build with assertion checks. (--enable-cassert) */
705 /* #undef USE_ASSERT_CHECKING */
706
707 /* Define to 1 to build with Bonjour support. (--with-bonjour) */
708 /* #undef USE_BONJOUR */
709
710 /* Define to 1 to build with BSD Authentication support. (--with-bsd-auth) */
711 /* #undef USE_BSD_AUTH */
712
713 /* Define to use /dev/urandom for random number generation */
714 /* #undef USE_DEV_URANDOM */
715
716 /* Define to 1 to build with LDAP support. (--with-ldap) */
717 /* #undef USE_LDAP */
718
719 /* Define to 1 to build with LLVM based JIT support. (--with-llvm) */
720 /* #undef USE_LLVM */
721
722 /* Define to select named POSIX semaphores. */
723 /* #undef USE_NAMED_POSIX_SEMAPHORES */
724
725 /* Define to build with OpenSSL support. (--with-openssl) */
726 /* #undef USE_OPENSSL */
727
728 /* Define to use OpenSSL for random number generation */
729 /* #undef USE_OPENSSL_RANDOM */
730
731 /* Define to 1 to build with PAM support. (--with-pam) */
732 /* #undef USE_PAM */
733
734 /* Define to 1 to use software CRC-32C implementation (slicing-by-8). */
735 #if (_MSC_VER < 1500)
736 #define USE_SLICING_BY_8_CRC32C 1
737 #endif
738
739 /* Define to 1 use Intel SSE 4.2 CRC instructions. */
740 /* #undef USE_SSE42_CRC32C */
741
742 /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
743 #if (_MSC_VER >= 1500)
744 #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
745 #endif
746
747 /* Define to select SysV-style semaphores. */
748 /* #undef USE_SYSV_SEMAPHORES */
749
750 /* Define to select SysV-style shared memory. */
751 #define USE_SYSV_SHARED_MEMORY 1
752
753 /* Define to select unnamed POSIX semaphores. */
754 /* #undef USE_UNNAMED_POSIX_SEMAPHORES */
755
756 /* Define to use native Windows API for random number generation */
757 #define USE_WIN32_RANDOM 1
758
759 /* Define to select Win32-style semaphores. */
760 #define USE_WIN32_SEMAPHORES 1
761
762 /* Define to 1 if `wcstombs_l' requires <xlocale.h>. */
763 /* #undef WCSTOMBS_L_IN_XLOCALE */
764
765 /* Number of bits in a file offset, on hosts where this is settable. */
766 /* #undef _FILE_OFFSET_BITS */
767
768 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
769 /* #undef _LARGEFILE_SOURCE */
770
771 /* Define for large files, on AIX-style hosts. */
772 /* #undef _LARGE_FILES */
773
774 /* Define to `__inline__' or `__inline' if that's what the C compiler
775    calls it, or to nothing if 'inline' is not supported under any name.  */
776 #ifndef __cplusplus
777 #define inline __inline
778 #endif
779
780 /* Define to keyword to use for C99 restrict support, or to nothing if this is
781    not supported */
782 /* Works for C and C++ in Visual Studio 2008 and upwards */
783 #if (_MSC_VER >= 1500)
784 #define pg_restrict __restrict
785 #else
786 #define pg_restrict
787 #endif
788
789 /* Define to the equivalent of the C99 'restrict' keyword, or to
790    nothing if this is not supported.  Do not define if restrict is
791    supported directly.  */
792 /* not defined, because it'd conflict with __declspec(restrict) */
793
794 /* Define to empty if the C compiler does not understand signed types. */
795 /* #undef signed */
796
797 /* Define to how the compiler spells `typeof'. */
798 /* #undef typeof */