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