|
22 | 22 | /* Define to the return type of 'accept' */ |
23 | 23 | #define ACCEPT_TYPE_RETURN unsigned int PASCAL |
24 | 24 |
|
25 | | -/* The alignment requirement of a `double'. */ |
| 25 | +/* The normal alignment of `double', in bytes. */ |
26 | 26 | #define ALIGNOF_DOUBLE 8 |
27 | 27 |
|
28 | | -/* The alignment requirement of a `int'. */ |
| 28 | +/* The normal alignment of `int', in bytes. */ |
29 | 29 | #define ALIGNOF_INT 4 |
30 | 30 |
|
31 | | -/* The alignment requirement of a `long'. */ |
| 31 | +/* The normal alignment of `long', in bytes. */ |
32 | 32 | #define ALIGNOF_LONG 4 |
33 | 33 |
|
34 | | -/* The alignment requirement of a `long long int'. */ |
| 34 | +/* The normal alignment of `long long int', in bytes. */ |
35 | 35 | #define ALIGNOF_LONG_LONG_INT 8 |
36 | 36 |
|
37 | 37 | /* The normal alignment of `PG_INT128_TYPE', in bytes. */ |
38 | 38 | #undef ALIGNOF_PG_INT128_TYPE |
39 | 39 |
|
40 | | -/* The alignment requirement of a `short'. */ |
| 40 | +/* The normal alignment of `short', in bytes. */ |
41 | 41 | #define ALIGNOF_SHORT 2 |
42 | 42 |
|
43 | 43 | /* Define to the default TCP port number on which the server listens and to |
|
49 | 49 | /* Define to the default TCP port number as a string constant. */ |
50 | 50 | #define DEF_PGPORT_STR "5432" |
51 | 51 |
|
| 52 | +/* Define to 1 if you want National Language Support. (--enable-nls) */ |
| 53 | +/* #undef ENABLE_NLS */ |
| 54 | + |
| 55 | +/* Define to 1 to build client libraries as thread-safe code. |
| 56 | + (--enable-thread-safety) */ |
| 57 | +#define ENABLE_THREAD_SAFETY 1 |
| 58 | + |
52 | 59 | /* Define to nothing if C supports flexible array members, and to 1 if it does |
53 | 60 | not. That way, with a declaration like `struct s { int n; double |
54 | 61 | d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 |
|
58 | 65 | MSVC and with C++ compilers. */ |
59 | 66 | #define FLEXIBLE_ARRAY_MEMBER |
60 | 67 |
|
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 | 68 | /* Define to 1 if gettimeofday() takes only 1 argument. */ |
69 | 69 | /* #undef GETTIMEOFDAY_1ARG */ |
70 | 70 |
|
|
75 | 75 | /* Define to 1 if you have the `ASN1_STRING_get0_data' function. */ |
76 | 76 | /* #undef HAVE_ASN1_STRING_GET0_DATA */ |
77 | 77 |
|
| 78 | +/* Define to 1 if you want to use atomics if available. */ |
| 79 | +#define HAVE_ATOMICS 1 |
| 80 | + |
78 | 81 | /* Define to 1 if you have the `BIO_get_data' function. */ |
79 | 82 | /* #undef HAVE_BIO_GET_DATA */ |
80 | 83 |
|
|
109 | 112 | `LLVMCreatePerfJITEventListener', and to 0 if you don't. */ |
110 | 113 | #undef HAVE_DECL_LLVMCREATEPERFJITEVENTLISTENER |
111 | 114 |
|
| 115 | +/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to |
| 116 | + 0 if you don't. */ |
| 117 | +#define HAVE_DECL_LLVMGETHOSTCPUFEATURES 0 |
| 118 | + |
112 | 119 | /* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0 |
113 | 120 | if you don't. */ |
114 | 121 | #define HAVE_DECL_LLVMGETHOSTCPUNAME 0 |
115 | 122 |
|
116 | | -/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to 0 |
117 | | - if you don't. */ |
118 | | -#define HAVE_DECL_LLVMGETHOSTCPUFEATURES 0 |
119 | | - |
120 | 123 | /* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and |
121 | 124 | to 0 if you don't. */ |
122 | 125 | #define HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN 0 |
|
133 | 136 | don't. */ |
134 | 137 | #define HAVE_DECL_STRNLEN 1 |
135 | 138 |
|
136 | | -/* Define to 1 if you have the `strtof' function. */ |
137 | | -#define HAVE_STRTOF 1 |
138 | | - |
139 | 139 | /* Define to 1 if you have the declaration of `strtoll', and to 0 if you |
140 | 140 | don't. */ |
141 | 141 | #define HAVE_DECL_STRTOLL 1 |
|
180 | 180 | /* Define to 1 if your compiler understands __FUNCTION__. */ |
181 | 181 | #define HAVE_FUNCNAME__FUNCTION 1 |
182 | 182 |
|
183 | | -/* Define to 1 if you have getaddrinfo(). */ |
| 183 | +/* Define to 1 if you have the `getaddrinfo' function. */ |
184 | 184 | /* #undef HAVE_GETADDRINFO */ |
185 | 185 |
|
186 | 186 | /* Define to 1 if you have the `gethostbyname_r' function. */ |
|
297 | 297 | /* Define to 1 if you have the <pam/pam_appl.h> header file. */ |
298 | 298 | /* #undef HAVE_PAM_PAM_APPL_H */ |
299 | 299 |
|
300 | | -/* Define to 1 if you have the `strnlen' function. */ |
301 | | -#define HAVE_STRNLEN 1 |
302 | | - |
303 | 300 | /* Define to 1 if you have the `poll' function. */ |
304 | 301 | /* #undef HAVE_POLL */ |
305 | 302 |
|
|
364 | 361 | /* Define to 1 if you have spinlocks. */ |
365 | 362 | #define HAVE_SPINLOCKS 1 |
366 | 363 |
|
367 | | -/* Define to 1 if you have atomics. */ |
368 | | -#define HAVE_ATOMICS 1 |
369 | | - |
370 | 364 | /* Define to 1 if you have the `srandom' function. */ |
371 | 365 | /* #undef HAVE_SRANDOM */ |
372 | 366 |
|
|
391 | 385 | /* Define to 1 if you have the <string.h> header file. */ |
392 | 386 | #define HAVE_STRING_H 1 |
393 | 387 |
|
| 388 | +/* Define to 1 if you have the `strnlen' function. */ |
| 389 | +#define HAVE_STRNLEN 1 |
| 390 | + |
394 | 391 | /* Define to 1 if you have the `strsignal' function. */ |
395 | 392 | /* #undef HAVE_STRSIGNAL */ |
396 | 393 |
|
| 394 | +/* Define to 1 if you have the `strtof' function. */ |
| 395 | +#define HAVE_STRTOF 1 |
| 396 | + |
397 | 397 | /* Define to 1 if you have the `strtoll' function. */ |
398 | 398 | #ifdef HAVE_LONG_LONG_INT_64 |
399 | 399 | #define HAVE_STRTOLL 1 |
|
413 | 413 | /* Define to 1 if the system has the type `struct option'. */ |
414 | 414 | //#define HAVE_STRUCT_OPTION 1 |
415 | 415 |
|
416 | | -/* Define to 1 if `sa_len' is member of `struct sockaddr'. */ |
| 416 | +/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ |
417 | 417 | /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */ |
418 | 418 |
|
419 | 419 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
420 | 420 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 |
421 | 421 |
|
422 | | -/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */ |
| 422 | +/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ |
423 | 423 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 |
424 | 424 |
|
425 | | -/* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */ |
| 425 | +/* Define to 1 if `ss_len' is a member of `struct sockaddr_storage'. */ |
426 | 426 | /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */ |
427 | 427 |
|
428 | | -/* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */ |
| 428 | +/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ |
429 | 429 | /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ |
430 | 430 |
|
431 | | -/* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */ |
| 431 | +/* Define to 1 if `__ss_len' is a member of `struct sockaddr_storage'. */ |
432 | 432 | /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */ |
433 | 433 |
|
434 | | -/* Define to 1 if `tm_zone' is member of `struct tm'. */ |
| 434 | +/* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
435 | 435 | /* #undef HAVE_STRUCT_TM_TM_ZONE */ |
436 | 436 |
|
437 | 437 | /* Define to 1 if you have the `symlink' function. */ |
|
578 | 578 | /* Define to 1 if `locale_t' requires <xlocale.h>. */ |
579 | 579 | /* #undef LOCALE_T_IN_XLOCALE */ |
580 | 580 |
|
581 | | -/* Define to the location of locale files. */ |
582 | | -/* #undef LOCALEDIR */ |
583 | | - |
584 | 581 | /* Define as the maximum alignment requirement of any C data type. */ |
585 | 582 | #define MAXIMUM_ALIGNOF 8 |
586 | 583 |
|
|
596 | 593 | /* Define to the full name and version of this package. */ |
597 | 594 | #define PACKAGE_STRING "PostgreSQL 13devel" |
598 | 595 |
|
| 596 | +/* Define to the one symbol short name of this package. */ |
| 597 | +#define PACKAGE_TARNAME "postgresql" |
| 598 | + |
599 | 599 | /* Define to the version of this package. */ |
600 | 600 | #define PACKAGE_VERSION "13devel" |
601 | 601 |
|
|
605 | 605 | /* Define to the name of a signed 64-bit integer type. */ |
606 | 606 | #define PG_INT64_TYPE long long int |
607 | 607 |
|
| 608 | +/* Define to the name of the default PostgreSQL service principal in Kerberos |
| 609 | + (GSSAPI). (--with-krb-srvnam=NAME) */ |
| 610 | +#define PG_KRB_SRVNAM "postgres" |
| 611 | + |
| 612 | +/* Define to 1 to use <stdbool.h> to define type bool. */ |
| 613 | +#define PG_USE_STDBOOL 1 |
| 614 | + |
608 | 615 | /* PostgreSQL version as a string */ |
609 | 616 | #define PG_VERSION "13devel" |
610 | 617 |
|
611 | 618 | /* PostgreSQL version as a number */ |
612 | 619 | #define PG_VERSION_NUM 130000 |
613 | 620 |
|
614 | | -/* Define to the one symbol short name of this package. */ |
615 | | -#define PACKAGE_TARNAME "postgresql" |
616 | | - |
617 | | -/* Define to the name of the default PostgreSQL service principal in Kerberos. |
618 | | - (--with-krb-srvnam=NAME) */ |
619 | | -#define PG_KRB_SRVNAM "postgres" |
620 | | - |
621 | | -/* Define to 1 to use <stdbool.h> to define type bool. */ |
622 | | -#define PG_USE_STDBOOL 1 |
623 | | - |
624 | 621 | /* A string containing the version number, platform, and C compiler */ |
625 | 622 | #define PG_VERSION_STR "Uninitialized version string (win32)" |
626 | 623 |
|
|
722 | 719 | #define inline __inline |
723 | 720 | #endif |
724 | 721 |
|
725 | | -/* Define to keyword to use for C99 restrict support, or to nothing if this is |
726 | | - not supported */ |
| 722 | +/* Define to keyword to use for C99 restrict support, or to nothing if not |
| 723 | + supported */ |
727 | 724 | /* Works for C and C++ in Visual Studio 2008 and upwards */ |
728 | 725 | #define pg_restrict __restrict |
729 | 726 |
|
|
0 commit comments