]> granicus.if.org Git - postgresql/blob - src/include/pg_config.h.win32
Remove trailing slashes from directories in find command
[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 alignment requirement of a `short'. */
38 #define ALIGNOF_SHORT 2
39
40 /* Define to the default TCP port number on which the server listens and to
41    which clients will try to connect. This can be overridden at run-time, but
42    it's convenient if your clients have the right default compiled in.
43    (--with-pgport=PORTNUM) */
44 #define DEF_PGPORT 5432
45
46 /* Define to the default TCP port number as a string constant. */
47 #define DEF_PGPORT_STR "5432"
48
49 /* Define to nothing if C supports flexible array members, and to 1 if it does
50    not. That way, with a declaration like `struct s { int n; double
51    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
52    compilers. When computing the size of such an object, don't use 'sizeof
53    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
54    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
55    MSVC and with C++ compilers. */
56 #define FLEXIBLE_ARRAY_MEMBER
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 1 if gettimeofday() takes only 1 argument. */
66 /* #undef GETTIMEOFDAY_1ARG */
67
68 #ifdef GETTIMEOFDAY_1ARG
69 # define gettimeofday(a,b) gettimeofday(a)
70 #endif
71
72 /* Define to 1 if you have the `cbrt' function. */
73 //#define HAVE_CBRT 1
74
75 /* Define to 1 if you have the `class' function. */
76 /* #undef HAVE_CLASS */
77
78 /* Define to 1 if you have the `crypt' function. */
79 /* #undef HAVE_CRYPT */
80
81 /* Define to 1 if you have the <crypt.h> header file. */
82 /* #undef HAVE_CRYPT_H */
83
84 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
85    don't. */
86 #define HAVE_DECL_FDATASYNC 0
87
88 /* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
89    don't. */
90 #define HAVE_DECL_F_FULLFSYNC 0
91
92 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
93    don't. */
94 #define HAVE_DECL_SNPRINTF 1
95
96 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
97    don't. */
98 #define HAVE_DECL_VSNPRINTF 1
99
100 /* Define to 1 if you have the <dld.h> header file. */
101 /* #undef HAVE_DLD_H */
102
103 /* Define to 1 if you have the `dlopen' function. */
104 /* #undef HAVE_DLOPEN */
105
106 /* Define to 1 if you have the <editline/history.h> header file. */
107 /* #undef HAVE_EDITLINE_HISTORY_H */
108
109 /* Define to 1 if you have the <editline/readline.h> header file. */
110 /* #undef HAVE_EDITLINE_READLINE_H */
111
112 /* Define to 1 if you have the `fcvt' function. */
113 #define HAVE_FCVT 1
114
115 /* Define to 1 if you have the `fdatasync' function. */
116 /* #undef HAVE_FDATASYNC */
117
118 /* Define to 1 if you have finite(). */
119 #define HAVE_FINITE 1
120
121 /* Define to 1 if you have the `fpclass' function. */
122 /* #undef HAVE_FPCLASS */
123
124 /* Define to 1 if you have the `fp_class' function. */
125 /* #undef HAVE_FP_CLASS */
126
127 /* Define to 1 if you have the `fp_class_d' function. */
128 /* #undef HAVE_FP_CLASS_D */
129
130 /* Define to 1 if you have the <fp_class.h> header file. */
131 /* #undef HAVE_FP_CLASS_H */
132
133 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
134 #define HAVE_FSEEKO 1
135
136 /* Define to 1 if your compiler understands __func__. */
137 //#define HAVE_FUNCNAME__FUNC 1
138
139 /* Define to 1 if your compiler understands __FUNCTION__. */
140 #define HAVE_FUNCNAME__FUNCTION 1
141
142 /* Define to 1 if you have getaddrinfo(). */
143 /* #undef HAVE_GETADDRINFO */
144
145 /* Define to 1 if you have the `gethostbyname_r' function. */
146 /* #undef HAVE_GETHOSTBYNAME_R */
147
148 /* Define to 1 if you have the `getopt' function. */
149 //#define HAVE_GETOPT 1
150
151 /* Define to 1 if you have the <getopt.h> header file. */
152 //#define HAVE_GETOPT_H 1
153
154 /* Define to 1 if you have the `getopt_long' function. */
155 //#define HAVE_GETOPT_LONG 1
156
157 /* Define to 1 if you have the `getpeereid' function. */
158 /* #undef HAVE_GETPEEREID */
159
160 /* Define to 1 if you have the `getpwuid_r' function. */
161 /* #undef HAVE_GETPWUID_R */
162
163 /* Define to 1 if you have the `getrusage' function. */
164 /* #undef HAVE_GETRUSAGE */
165
166 /* Define to 1 if you have the <history.h> header file. */
167 /* #undef HAVE_HISTORY_H */
168
169 /* Define to 1 if you have the <ieeefp.h> header file. */
170 /* #undef HAVE_IEEEFP_H */
171
172 /* Define to 1 if you have the `inet_aton' function. */
173 /* #undef HAVE_INET_ATON */
174
175 /* Define to 1 if the system has the type `int64'. */
176 /* #undef HAVE_INT64 */
177
178 /* Define to 1 if the system has the type `int8'. */
179 /* #undef HAVE_INT8 */
180
181 /* Define to 1 if you have the <inttypes.h> header file. */
182 //#define HAVE_INTTYPES_H 1
183
184 /* Define to 1 if you have the global variable 'int timezone'. */
185 #define HAVE_INT_TIMEZONE 1
186
187 /* Define to 1 if you have support for IPv6. */
188 #define HAVE_IPV6 1
189
190 /* Define to 1 if you have isinf(). */
191 #define HAVE_ISINF 1
192
193 /* Define to 1 if you have the <langinfo.h> header file. */
194 /* #undef HAVE_LANGINFO_H */
195
196 /* Define to 1 if you have the <ldap.h> header file. */
197 /* #undef HAVE_LDAP_H */
198
199 /* Define to 1 if you have the `crypto' library (-lcrypto). */
200 /* #undef HAVE_LIBCRYPTO */
201
202 /* Define to 1 if you have the `ldap' library (-lldap). */
203 /* #undef HAVE_LIBLDAP */
204
205 /* Define to 1 if you have the `pam' library (-lpam). */
206 /* #undef HAVE_LIBPAM */
207
208 /* Define if you have a function readline library */
209 /* #undef HAVE_LIBREADLINE */
210
211 /* Define to 1 if you have the `ssl' library (-lssl). */
212 /* #undef HAVE_LIBSSL */
213
214 /* Define to 1 if you have the `wldap32' library (-lwldap32). */
215 /* #undef HAVE_LIBWLDAP32 */
216
217 /* Define to 1 if you have the `z' library (-lz). */
218 /* #undef HAVE_LIBZ */
219
220 /* Define to 1 if constants of type 'long long int' should have the suffix LL.
221    */
222 #if (_MSC_VER > 1200)
223 #define HAVE_LL_CONSTANTS 1
224 #endif
225
226 /* Define to 1 if the system has the type `locale_t'. */
227 #define HAVE_LOCALE_T 1
228
229 /* Define to 1 if `long int' works and is 64 bits. */
230 /* #undef HAVE_LONG_INT_64 */
231
232 /* Define to 1 if `long long int' works and is 64 bits. */
233 #if (_MSC_VER > 1200)
234 #define HAVE_LONG_LONG_INT_64
235 #endif
236
237 /* Define to 1 if you have the `mbstowcs_l' function. */
238 #define HAVE_MBSTOWCS_L 1
239
240 /* Define to 1 if you have the `memmove' function. */
241 #define HAVE_MEMMOVE 1
242
243 /* Define to 1 if you have the <memory.h> header file. */
244 #define HAVE_MEMORY_H 1
245
246 /* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
247 #define HAVE_MINIDUMP_TYPE 1
248
249 /* Define to 1 if you have the `mkdtemp' function. */
250 /* #undef HAVE_MKDTEMP */
251
252 /* Define to 1 if you have the <netinet/in.h> header file. */
253 #define HAVE_NETINET_IN_H 1
254
255 /* Define to 1 if you have the <netinet/tcp.h> header file. */
256 /* #undef HAVE_NETINET_TCP_H */
257
258 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
259 /* #undef HAVE_PAM_PAM_APPL_H */
260
261 /* Define to 1 if you have the `poll' function. */
262 /* #undef HAVE_POLL */
263
264 /* Define to 1 if you have the <poll.h> header file. */
265 /* #undef HAVE_POLL_H */
266
267 /* Define to 1 if you have the `pstat' function. */
268 /* #undef HAVE_PSTAT */
269
270 /* Define to 1 if the PS_STRINGS thing exists. */
271 /* #undef HAVE_PS_STRINGS */
272
273 /* Define to 1 if you have the <pwd.h> header file. */
274 #define HAVE_PWD_H 1
275
276 /* Define to 1 if you have the `random' function. */
277 /* #undef HAVE_RANDOM */
278
279 /* Define to 1 if you have the <readline.h> header file. */
280 /* #undef HAVE_READLINE_H */
281
282 /* Define to 1 if you have the <readline/history.h> header file. */
283 /* #undef HAVE_READLINE_HISTORY_H */
284
285 /* Define to 1 if you have the <readline/readline.h> header file. */
286 /* #undef HAVE_READLINE_READLINE_H */
287
288 /* Define to 1 if you have the `readlink' function. */
289 /* #undef HAVE_READLINK */
290
291 /* Define to 1 if you have the `rint' function. */
292 #if (_MSC_VER >= 1800)
293 #define HAVE_RINT 1
294 #endif
295
296
297 /* Define to 1 if you have the global variable
298    'rl_completion_append_character'. */
299 /* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */
300
301 /* Define to 1 if you have the `rl_completion_matches' function. */
302 /* #undef HAVE_RL_COMPLETION_MATCHES */
303
304 /* Define to 1 if you have the `rl_filename_completion_function' function. */
305 /* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */
306
307 /* Define to 1 if you have the <security/pam_appl.h> header file. */
308 /* #undef HAVE_SECURITY_PAM_APPL_H */
309
310 /* Define to 1 if you have the `setproctitle' function. */
311 /* #undef HAVE_SETPROCTITLE */
312
313 /* Define to 1 if you have the `setsid' function. */
314 /* #undef HAVE_SETSID */
315
316 /* Define to 1 if you have the `snprintf' function. */
317 /* #undef HAVE_SNPRINTF */
318
319 /* Define to 1 if you have spinlocks. */
320 #define HAVE_SPINLOCKS 1
321
322 /* Define to 1 if you have atomics. */
323 #define HAVE_ATOMICS 1
324
325 /* Define to 1 if you have the `srandom' function. */
326 /* #undef HAVE_SRANDOM */
327
328 /* Define to 1 if you have the `SSL_get_current_compression' function. */
329 #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
330
331 /* Define to 1 if you have the <stdint.h> header file. */
332 /* #undef HAVE_STDINT_H */
333
334 /* Define to 1 if you have the <stdlib.h> header file. */
335 #define HAVE_STDLIB_H 1
336
337 /* Define to 1 if you have the `strerror' function. */
338 #ifndef HAVE_STRERROR
339 #define HAVE_STRERROR 1
340 #endif
341
342 /* Define to 1 if you have the `strerror_r' function. */
343 /* #undef HAVE_STRERROR_R */
344
345 /* Define to 1 if you have the <strings.h> header file. */
346 /*#define HAVE_STRINGS_H 1 */
347
348 /* Define to 1 if you have the <string.h> header file. */
349 #define HAVE_STRING_H 1
350
351 /* Define to 1 if you have the `strtoll' function. */
352 //#define HAVE_STRTOLL 1
353
354 /* Define to 1 if you have the `strtoq' function. */
355 /* #undef HAVE_STRTOQ */
356
357 /* Define to 1 if you have the `strtoull' function. */
358 //#define HAVE_STRTOULL 1
359
360 /* Define to 1 if you have the `strtouq' function. */
361 /* #undef HAVE_STRTOUQ */
362
363 /* Define to 1 if the system has the type `struct addrinfo'. */
364 #if (_MSC_VER > 1200)
365 #define HAVE_STRUCT_ADDRINFO 1
366 #endif
367
368 /* Define to 1 if the system has the type `struct cmsgcred'. */
369 /* #undef HAVE_STRUCT_CMSGCRED */
370
371 /* Define to 1 if the system has the type `struct option'. */
372 //#define HAVE_STRUCT_OPTION 1
373
374 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
375 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
376
377 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
378 #if (_MSC_VER > 1200)
379 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
380 #endif
381
382 /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
383 #if (_MSC_VER > 1200)
384 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
385 #endif
386
387 /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
388 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
389
390 /* Define to 1 if `__ss_family' is member of `struct sockaddr_storage'. */
391 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
392
393 /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */
394 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
395
396 /* Define to 1 if the system has the type `struct sockaddr_un'. */
397 /* #undef HAVE_STRUCT_SOCKADDR_UN */
398
399 /* Define to 1 if `tm_zone' is member of `struct tm'. */
400 /* #undef HAVE_STRUCT_TM_TM_ZONE */
401
402 /* Define to 1 if you have the `symlink' function. */
403 #define HAVE_SYMLINK 1
404
405 /* Define to 1 if you have the `sync_file_range' function. */
406 /* #undef HAVE_SYNC_FILE_RANGE */
407
408 /* Define to 1 if you have the `sysconf' function. */
409 /* #undef HAVE_SYSCONF */
410
411 /* Define to 1 if you have the syslog interface. */
412 /* #undef HAVE_SYSLOG */
413
414 /* Define to 1 if you have the <sys/ipc.h> header file. */
415 /* #undef HAVE_SYS_IPC_H */
416
417 /* Define to 1 if you have the <sys/poll.h> header file. */
418 /* #undef HAVE_SYS_POLL_H */
419
420 /* Define to 1 if you have the <sys/pstat.h> header file. */
421 /* #undef HAVE_SYS_PSTAT_H */
422
423 /* Define to 1 if you have the <sys/select.h> header file. */
424 /* #undef HAVE_SYS_SELECT_H */
425
426 /* Define to 1 if you have the <sys/sem.h> header file. */
427 /* #undef HAVE_SYS_SEM_H */
428
429 /* Define to 1 if you have the <sys/shm.h> header file. */
430 /* #undef HAVE_SYS_SHM_H */
431
432 /* Define to 1 if you have the <sys/socket.h> header file. */
433 #define HAVE_SYS_SOCKET_H 1
434
435 /* Define to 1 if you have the <sys/stat.h> header file. */
436 #define HAVE_SYS_STAT_H 1
437
438 /* Define to 1 if you have the <sys/time.h> header file. */
439 #define HAVE_SYS_TIME_H 1
440
441 /* Define to 1 if you have the <sys/types.h> header file. */
442 #define HAVE_SYS_TYPES_H 1
443
444 /* Define to 1 if you have the <sys/ucred.h> header file. */
445 /* #undef HAVE_SYS_UCRED_H */
446
447 /* Define to 1 if you have the <sys/un.h> header file. */
448 /* #undef HAVE_SYS_UN_H */
449
450 /* Define to 1 if you have the <termios.h> header file. */
451 /* #undef HAVE_TERMIOS_H */
452
453 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
454    `HAVE_STRUCT_TM_TM_ZONE' instead. */
455 /* #undef HAVE_TM_ZONE */
456
457 /* Define to 1 if you have the `towlower' function. */
458 #define HAVE_TOWLOWER 1
459
460 /* Define to 1 if you have the external array `tzname'. */
461 /* #undef HAVE_TZNAME */
462
463 /* Define to 1 if the system has the type `uint64'. */
464 /* #undef HAVE_UINT64 */
465
466 /* Define to 1 if the system has the type `uint8'. */
467 /* #undef HAVE_UINT8 */
468
469 /* Define to 1 if the system has the type `union semun'. */
470 /* #undef HAVE_UNION_SEMUN */
471
472 /* Define to 1 if you have the <unistd.h> header file. */
473 #define HAVE_UNISTD_H 1
474
475 /* Define to 1 if you have unix sockets. */
476 /* #undef HAVE_UNIX_SOCKETS */
477
478 /* Define to 1 if you have the `unsetenv' function. */
479 /* #undef HAVE_UNSETENV */
480
481 /* Define to 1 if you have the `utime' function. */
482 #define HAVE_UTIME 1
483
484 /* Define to 1 if you have the `utimes' function. */
485 /* #undef HAVE_UTIMES */
486
487 /* Define to 1 if you have the <utime.h> header file. */
488 #define HAVE_UTIME_H 1
489
490 /* Define to 1 if you have the `vsnprintf' function. */
491 #define HAVE_VSNPRINTF 1
492
493 /* Define to 1 if you have the <wchar.h> header file. */
494 #define HAVE_WCHAR_H 1
495
496 /* Define to 1 if you have the `wcstombs' function. */
497 #define HAVE_WCSTOMBS 1
498
499 /* Define to 1 if you have the `wcstombs_l' function. */
500 #define HAVE_WCSTOMBS_L 1
501
502 /* Define to 1 if you have the <wctype.h> header file. */
503 #define HAVE_WCTYPE_H 1
504
505 /* Define to 1 if you have the <winldap.h> header file. */
506 /* #undef HAVE_WINLDAP_H */
507
508 /* Define to 1 if your compiler understands __builtin_bswap32. */
509 /* #undef HAVE__BUILTIN_BSWAP32 */
510
511 /* Define to 1 if your compiler understands __builtin_constant_p. */
512 /* #undef HAVE__BUILTIN_CONSTANT_P */
513
514 /* Define to 1 if your compiler understands __builtin_types_compatible_p. */
515 /* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
516
517 /* Define to 1 if your compiler understands __builtin_unreachable. */
518 /* #undef HAVE__BUILTIN_UNREACHABLE */
519
520 /* Define to 1 if you have __cpuid. */
521 #define HAVE__CPUID 1
522
523 /* Define to 1 if you have __get_cpuid. */
524 #undef HAVE__GET_CPUID
525
526 /* Define to 1 if your compiler understands _Static_assert. */
527 /* #undef HAVE__STATIC_ASSERT */
528
529 /* Define to 1 if your compiler understands __VA_ARGS__ in macros. */
530 #define HAVE__VA_ARGS 1
531
532 /* Define to the appropriate snprintf length modifier for 64-bit ints. */
533 #define INT64_MODIFIER "ll"
534
535 /* Define to 1 if `locale_t' requires <xlocale.h>. */
536 /* #undef LOCALE_T_IN_XLOCALE */
537
538 /* Define to the location of locale files. */
539 /* #undef LOCALEDIR */
540
541 /* Define as the maximum alignment requirement of any C data type. */
542 #define MAXIMUM_ALIGNOF 8
543
544 /* Define bytes to use libc memset(). */
545 #define MEMSET_LOOP_LIMIT 1024
546
547 /* Define to the address where bug reports for this package should be sent. */
548 #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
549
550 /* Define to the full name of this package. */
551 #define PACKAGE_NAME "PostgreSQL"
552
553 /* Define to the full name and version of this package. */
554 #define PACKAGE_STRING "PostgreSQL 9.6devel"
555
556 /* Define to the version of this package. */
557 #define PACKAGE_VERSION "9.6devel"
558
559 /* Define to the name of a signed 128-bit integer type. */
560 #undef PG_INT128_TYPE
561
562 /* Define to the name of a signed 64-bit integer type. */
563 #define PG_INT64_TYPE long long int
564
565 /* PostgreSQL version as a string */
566 #define PG_VERSION "9.6devel"
567
568 /* PostgreSQL version as a number */
569 #define PG_VERSION_NUM 90600
570
571 /* Define to the one symbol short name of this package. */
572 #define PACKAGE_TARNAME "postgresql"
573
574 /* Define to the name of the default PostgreSQL service principal in Kerberos.
575    (--with-krb-srvnam=NAME) */
576 #define PG_KRB_SRVNAM "postgres"
577
578 /* A string containing the version number, platform, and C compiler */
579 #define PG_VERSION_STR "Uninitialized version string (win32)"
580
581 /* The size of `long', as computed by sizeof. */
582 #define SIZEOF_LONG 4
583
584 /* The size of `size_t', as computed by sizeof. */
585 #ifndef _WIN64
586 #define SIZEOF_SIZE_T 4
587 #else
588 #define SIZEOF_SIZE_T 8
589 #endif
590
591 /* The size of `void *', as computed by sizeof. */
592 #ifndef _WIN64
593 #define SIZEOF_VOID_P 4
594 #else
595 #define SIZEOF_VOID_P 8
596 #endif
597
598 /* Define to 1 if you have the ANSI C header files. */
599 #define STDC_HEADERS 1
600
601 /* Define to 1 if strerror_r() returns a int. */
602 /* #undef STRERROR_R_INT */
603
604 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
605 /* #undef TM_IN_SYS_TIME */
606
607 /* Define to 1 to build with assertion checks. (--enable-cassert) */
608 /* #undef USE_ASSERT_CHECKING */
609
610 /* Define to 1 to build with Bonjour support. (--with-bonjour) */
611 /* #undef USE_BONJOUR */
612
613 /* Define to 1 if you want 64-bit integer timestamp and interval support.
614    (--enable-integer-datetimes) */
615 /* #undef USE_INTEGER_DATETIMES */
616
617 /* Define to 1 to build with LDAP support. (--with-ldap) */
618 /* #undef USE_LDAP */
619
620 /* Define to select named POSIX semaphores. */
621 /* #undef USE_NAMED_POSIX_SEMAPHORES */
622
623 /* Define to build with OpenSSL support. (--with-openssl) */
624 /* #undef USE_OPENSSL */
625
626 /* Define to 1 to build with PAM support. (--with-pam) */
627 /* #undef USE_PAM */
628
629 /* Use replacement snprintf() functions. */
630 #define USE_REPL_SNPRINTF 1
631
632 /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
633 #if (_MSC_VER < 1500)
634 #define USE_SLICING_BY_8_CRC32C 1
635 #endif
636
637 /* Define to 1 use Intel SSE 4.2 CRC instructions. */
638 /* #undef USE_SSE42_CRC32C */
639
640 /* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */
641 #if (_MSC_VER >= 1500)
642 #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
643 #endif
644
645 /* Define to select SysV-style semaphores. */
646 /* #undef USE_SYSV_SEMAPHORES */
647
648 /* Define to select SysV-style shared memory. */
649 #define USE_SYSV_SHARED_MEMORY 1
650
651 /* Define to select unnamed POSIX semaphores. */
652 /* #undef USE_UNNAMED_POSIX_SEMAPHORES */
653
654 /* Define to select Win32-style semaphores. */
655 #define USE_WIN32_SEMAPHORES 1
656
657 /* Number of bits in a file offset, on hosts where this is settable. */
658 /* #undef _FILE_OFFSET_BITS */
659
660 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
661 /* #undef _LARGEFILE_SOURCE */
662
663 /* Define for large files, on AIX-style hosts. */
664 /* #undef _LARGE_FILES */
665
666 /* Define to `__inline__' or `__inline' if that's what the C compiler
667    calls it, or to nothing if 'inline' is not supported under any name.  */
668 #ifndef __cplusplus
669 #define inline __inline
670 #endif
671
672 /* Define to empty if the C compiler does not understand signed types. */
673 /* #undef signed */