OSDN Git Service

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