1 /* DO NOT EDIT: automatically built by dist/s_windows. */
2 /* Define to 1 if you want to build a version for running the test suite. */
3 /* #undef CONFIG_TEST */
4 
5 /* Defined to a size to limit the stack size of Berkeley DB threads. */
6 /* #undef DB_STACKSIZE */
7 
8 /* We use DB_WIN32 much as one would use _WIN32 -- to specify that we're using
9    an operating system environment that supports Win32 calls and semantics. We
10    don't use _WIN32 because Cygwin/GCC also defines _WIN32, even though
11    Cygwin/GCC closely emulates the Unix environment. */
12 #define DB_WIN32 1
13 
14 /* Define to 1 if you want a debugging version. */
15 #if defined(_DEBUG)
16 #if !defined(DEBUG)
17 #define DEBUG 1
18 #endif
19 #endif
20 
21 /* Define to 1 if you want a version that logs read operations. */
22 /* #undef DEBUG_ROP */
23 
24 /* Define to 1 if you want a version that logs write operations. */
25 /* #undef DEBUG_WOP */
26 
27 /* Define to 1 if you want a version with run-time diagnostic checking. */
28 /* #undef DIAGNOSTIC */
29 
30 /* Define to 1 if 64-bit types are available. */
31 #define HAVE_64BIT_TYPES 1
32 
33 /* Define to 1 if you have the `abort' function. */
34 #define HAVE_ABORT 1
35 
36 /* Define to 1 if you have the `atoi' function. */
37 #define HAVE_ATOI 1
38 
39 /* Define to 1 if you have the `atol' function. */
40 #define HAVE_ATOL 1
41 
42 /* Define to 1 if platform reads and writes files atomically. */
43 /* #undef HAVE_ATOMICFILEREAD */
44 
45 /* Define to 1 to use Solaris library routes for atomic operations. */
46 /* #undef HAVE_ATOMIC_SOLARIS */
47 
48 /* Define to 1 to use native atomic operations. */
49 #define HAVE_ATOMIC_SUPPORT 1
50 
51 /* Define to 1 to use GCC and x86 or x86_64 assemlby language atomic
52    operations. */
53 /* #undef HAVE_ATOMIC_X86_GCC_ASSEMBLY */
54 
55 /* Define to 1 if you have the `backtrace' function. */
56 /* Define to 1 if you have the `backtrace' function. */
57 /* #undef HAVE_BACKTRACE */
58 
59 /* Define to 1 if you have the `backtrace_symbols' function. */
60 /* #undef HAVE_BACKTRACE_SYMBOLS */
61 
62 /* Define to 1 if you have the `bsearch' function. */
63 #define HAVE_BSEARCH 1
64 
65 /* Define to 1 if you have the `clock_gettime' function. */
66 /* #undef HAVE_CLOCK_GETTIME */
67 
68 /* Define to 1 if clock_gettime supports CLOCK_MONOTONIC. */
69 /* #undef HAVE_CLOCK_MONOTONIC */
70 
71 /* Define to 1 if building compression support. */
72 #ifndef HAVE_SMALLBUILD
73 #define HAVE_COMPRESSION 1
74 #endif
75 
76 /* Define to 1 if Berkeley DB release includes strong cryptography. */
77 #ifndef HAVE_SMALLBUILD
78 #define HAVE_CRYPTO 1
79 #endif
80 
81 /* Define to 1 if using Intel IPP for cryptography. */
82 /* #undef HAVE_CRYPTO_IPP */
83 
84 /* Define to 1 if you have the `ctime_r' function. */
85 /* #undef HAVE_CTIME_R  */
86 
87 /* Define to 1 if ctime_r takes a buffer length as a third argument. */
88 /* #undef HAVE_CTIME_R_3ARG */
89 
90 /* Define to 1 if building the DBM API. */
91 #define HAVE_DBM 1
92 
93 /* Define to 1 if you have the `directio' function. */
94 /* #undef HAVE_DIRECTIO */
95 
96 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
97    */
98 /* #undef HAVE_DIRENT_H */
99 
100 /* Define to 1 if you have the <dlfcn.h> header file. */
101 /* #undef HAVE_DLFCN_H */
102 
103 /* Define to 1 to use dtrace for performance event tracing. */
104 /* #undef HAVE_DTRACE */
105 
106 /* Define to 1 if you have the <execinfo.h> header file. */
107 /* #undef HAVE_EXECINFO_H */
108 
109 /* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
110 #define HAVE_EXIT_SUCCESS 1
111 
112 /* Define to 1 if you have the `fchmod' function. */
113 /* #undef HAVE_FCHMOD */
114 
115 /* Define to 1 if you have the `fclose' function. */
116 #define HAVE_FCLOSE 1
117 
118 /* Define to 1 if you have the `fcntl' function. */
119 /* #undef HAVE_FCNTL */
120 
121 /* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
122 /* #undef HAVE_FCNTL_F_SETFD */
123 
124 /* Define to 1 if you have the `fdatasync' function. */
125 /* #undef HAVE_FDATASYNC */
126 
127 /* Define to 1 if you have the `fgetc' function. */
128 #define HAVE_FGETC 1
129 
130 /* Define to 1 if you have the `fgets' function. */
131 #define HAVE_FGETS 1
132 
133 /* Define to 1 if allocated filesystem blocks are not zeroed. */
134 #define HAVE_FILESYSTEM_NOTZERO 1
135 
136 /* Define to 1 if you have the `fopen' function. */
137 #define HAVE_FOPEN 1
138 
139 /* Define to 1 if you have the `ftruncate' function. */
140 #define HAVE_FTRUNCATE 1
141 
142 /* Define to 1 if you have the `fwrite' function. */
143 #define HAVE_FWRITE 1
144 
145 /* Define to 1 if you have the `getaddrinfo' function. */
146 #define HAVE_GETADDRINFO 1
147 
148 /* Define to 1 if you have the `getcwd' function. */
149 #define HAVE_GETCWD 1
150 
151 /* Define to 1 if you have the `getenv' function. */
152 #define HAVE_GETENV 1
153 
154 /* Define to 1 if you have the `getgid' function. */
155 /* #undef HAVE_GETGID */
156 
157 /* Define to 1 if you have the `getopt' function. */
158 /*
159  * Windows does not have the getopt function, but as Berkeley DB example
160  * programs require getopt, we handle it outside of this configuration.
161  */
162 #define	HAVE_GETOPT 1
163 
164 /* Define to 1 if getopt supports the optreset variable. */
165 #define HAVE_GETOPT_OPTRESET 1
166 
167 /* Define to 1 if you have the `getrusage' function. */
168 /* #undef HAVE_GETRUSAGE */
169 
170 /* Define to 1 if you have the `gettimeofday' function. */
171 /* #undef HAVE_GETTIMEOFDAY */
172 
173 /* Define to 1 if you have the `getuid' function. */
174 /* #undef HAVE_GETUID */
175 
176 /* Define to 1 if building Hash access method. */
177 #ifndef HAVE_SMALLBUILD
178 #define HAVE_HASH 1
179 #endif
180 
181 /* Define to 1 if building Heap access method. */
182 #ifndef HAVE_SMALLBUILD
183 #define HAVE_HEAP 1
184 #endif
185 
186 /* Define to 1 if you have the `hstrerror' function. */
187 /* #undef HAVE_HSTRERROR */
188 
189 /* Define to 1 if you have the <inttypes.h> header file. */
190 /* #undef HAVE_INTTYPES_H */
191 
192 /* Define to 1 if you have the `isalpha' function. */
193 /* #undef HAVE_ISALPHA */
194 
195 /* Define to 1 if you have the `isdigit' function. */
196 #define HAVE_ISDIGIT 1
197 
198 /* Define to 1 if you have the `isprint' function. */
199 #define HAVE_ISPRINT 1
200 
201 /* Define to 1 if you have localization function to support globalization. */
202 /* #undef HAVE_LOCALIZATION */
203 
204 /* Define to 1 if you have the `localtime' function. */
205 #define HAVE_LOCALTIME 1
206 
207 /* Define to 1 to enable log checksums. */
208 #define HAVE_LOG_CHECKSUM 1
209 
210 /* Define to 1 if you have the `isspace' function. */
211 #define HAVE_ISSPACE 1
212 
213 /* Define to 1 if you have the `memcmp' function. */
214 #define HAVE_MEMCMP 1
215 
216 /* Define to 1 if you have the `memcpy' function. */
217 #define HAVE_MEMCPY 1
218 
219 /* Define to 1 if you have the `memmove' function. */
220 #define HAVE_MEMMOVE 1
221 
222 /* Define to 1 if you have the <memory.h> header file. */
223 #define HAVE_MEMORY_H 1
224 
225 /* Define to 1 if you have the `mlock' function. */
226 /* #undef HAVE_MLOCK */
227 
228 /* Define to 1 if you have the `mmap' function. */
229 /* #undef HAVE_MMAP */
230 
231 /* Define to 1 where mmap() incrementally extends the accessible mapping as
232    the underlying file grows. */
233 /* #undef HAVE_MMAP_EXTEND */
234 
235 /* Define to 1 if you have the `mprotect' function. */
236 /* #undef HAVE_MPROTECT */
237 
238 /* Define to 1 if you have the `munlock' function. */
239 /* #undef HAVE_MUNLOCK */
240 
241 /* Define to 1 if you have the `munmap' function. */
242 /* #undef HAVE_MUNMAP */
243 
244 /* Define to 1 to use the GCC compiler and 68K assembly language mutexes. */
245 /* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY */
246 
247 /* Define to 1 to use the AIX _check_lock mutexes. */
248 /* #undef HAVE_MUTEX_AIX_CHECK_LOCK */
249 
250 /* Define to 1 to use the GCC compiler and Alpha assembly language mutexes. */
251 /* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY */
252 
253 /* Define to 1 to use the GCC compiler and ARM assembly language mutexes. */
254 /* #undef HAVE_MUTEX_ARM_GCC_ASSEMBLY */
255 
256 /* Define to 1 to use the Apple/Darwin _spin_lock_try mutexes. */
257 /* #undef HAVE_MUTEX_DARWIN_SPIN_LOCK_TRY */
258 
259 /* Define to 1 to use the UNIX fcntl system call mutexes. */
260 /* #undef HAVE_MUTEX_FCNTL */
261 
262 /* Define to 1 to use the GCC compiler and PaRisc assembly language mutexes.
263    */
264 /* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY */
265 
266 /* Define to 1 to use the msem_XXX mutexes on HP-UX. */
267 /* #undef HAVE_MUTEX_HPPA_MSEM_INIT */
268 
269 /* Define to 1 to use test-and-set mutexes with blocking mutexes. */
270 /* #undef HAVE_MUTEX_HYBRID */
271 
272 /* Define to 1 to use the GCC compiler and IA64 assembly language mutexes. */
273 /* #undef HAVE_MUTEX_IA64_GCC_ASSEMBLY */
274 
275 /* Define to 1 to use the GCC compiler and MIPS assembly language mutexes. */
276 /* #undef HAVE_MUTEX_MIPS_GCC_ASSEMBLY */
277 
278 /* Define to 1 to use the msem_XXX mutexes on systems other than HP-UX. */
279 /* #undef HAVE_MUTEX_MSEM_INIT */
280 
281 /* Define to 1 to use the GCC compiler and PowerPC assembly language mutexes.
282    */
283 /* #undef HAVE_MUTEX_PPC_GCC_ASSEMBLY */
284 
285 /* Define to 1 to use POSIX 1003.1 pthread_XXX mutexes. */
286 /* #undef HAVE_MUTEX_PTHREADS */
287 
288 /* Define to 1 to use Reliant UNIX initspin mutexes. */
289 /* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN */
290 
291 /* Define to 1 to use the IBM C compiler and S/390 assembly language mutexes.
292    */
293 /* #undef HAVE_MUTEX_S390_CC_ASSEMBLY */
294 
295 /* Define to 1 to use the GCC compiler and S/390 assembly language mutexes. */
296 /* #undef HAVE_MUTEX_S390_GCC_ASSEMBLY */
297 
298 /* Define to 1 to use the SCO compiler and x86 assembly language mutexes. */
299 /* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY */
300 
301 /* Define to 1 to use the obsolete POSIX 1003.1 sema_XXX mutexes. */
302 /* #undef HAVE_MUTEX_SEMA_INIT */
303 
304 /* Define to 1 to use the SGI XXX_lock mutexes. */
305 /* #undef HAVE_MUTEX_SGI_INIT_LOCK */
306 
307 /* Define to 1 to use the Solaris _lock_XXX mutexes. */
308 /* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY */
309 
310 /* Define to 1 to use the Solaris lwp threads mutexes. */
311 /* #undef HAVE_MUTEX_SOLARIS_LWP */
312 
313 /* Define to 1 to use the GCC compiler and Sparc assembly language mutexes. */
314 /* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY */
315 
316 /* Define to 1 if the Berkeley DB library should support mutexes. */
317 #define HAVE_MUTEX_SUPPORT 1
318 
319 /* Define to 1 if mutexes hold system resources. */
320 /* #undef HAVE_MUTEX_SYSTEM_RESOURCES */
321 
322 /* Define to 1 to configure mutexes intra-process only. */
323 /* #undef HAVE_MUTEX_THREAD_ONLY */
324 
325 /* Define to 1 to use the CC compiler and Tru64 assembly language mutexes. */
326 /* #undef HAVE_MUTEX_TRU64_CC_ASSEMBLY */
327 
328 /* Define to 1 to use the UNIX International mutexes. */
329 /* #undef HAVE_MUTEX_UI_THREADS */
330 
331 /* Define to 1 to use the UTS compiler and assembly language mutexes. */
332 /* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY */
333 
334 /* Define to 1 to use VMS mutexes. */
335 /* #undef HAVE_MUTEX_VMS */
336 
337 /* Define to 1 to use VxWorks mutexes. */
338 /* #undef HAVE_MUTEX_VXWORKS */
339 
340 /* Define to 1 to use the MSVC compiler and Windows mutexes. */
341 #define HAVE_MUTEX_WIN32 1
342 
343 /* Define to 1 to use the GCC compiler and Windows mutexes. */
344 /* #undef HAVE_MUTEX_WIN32_GCC */
345 
346 /* Define to 1 to use the GCC compiler and 64-bit x86 assembly language
347    mutexes. */
348 /* #undef HAVE_MUTEX_X86_64_GCC_ASSEMBLY */
349 
350 /* Define to 1 to use the GCC compiler and 32-bit x86 assembly language
351    mutexes. */
352 /* #undef HAVE_MUTEX_X86_GCC_ASSEMBLY */
353 
354 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
355 /* #undef HAVE_NDIR_H */
356 
357 /* Define to 1 if you have the O_DIRECT flag. */
358 /* #undef HAVE_O_DIRECT */
359 
360 /* Define to 1 if building partitioned database support. */
361 #define HAVE_PARTITION 1
362 
363 /* Define to 1 to enable some kind of performance event monitoring. */
364 /* #undef HAVE_PERFMON */
365 
366 /* Define to 1 to enable performance event monitoring of *_stat() statistics.
367    */
368 /* #undef HAVE_PERFMON_STATISTICS */
369 
370 /* Define to 1 if you have the `pread' function. */
371 /* #undef HAVE_PREAD */
372 
373 /* Define to 1 if you have the `printf' function. */
374 #define HAVE_PRINTF 1
375 
376 /* Define to 1 if you have the `pstat_getdynamic' function. */
377 /* #undef HAVE_PSTAT_GETDYNAMIC */
378 
379 /* Define to 1 if it is OK to initialize an already initialized
380    pthread_cond_t. */
381 /* #undef HAVE_PTHREAD_COND_REINIT_OKAY */
382 
383 /* Define to 1 if it is OK to initialize an already initialized
384    pthread_rwlock_t. */
385 /* #undef HAVE_PTHREAD_RWLOCK_REINIT_OKAY */
386 
387 /* Define to 1 if you have the `pthread_self' function. */
388 /* #undef HAVE_PTHREAD_SELF */
389 
390 /* Define to 1 if you have the `pthread_yield' function. */
391 /* #undef HAVE_PTHREAD_YIELD */
392 
393 /* Define to 1 if you have the `pwrite' function. */
394 /* #undef HAVE_PWRITE */
395 
396 /* Define to 1 if building on QNX. */
397 /* #undef HAVE_QNX */
398 
399 /* Define to 1 if you have the `qsort' function. */
400 #define HAVE_QSORT 1
401 
402 /* Define to 1 if building Queue access method. */
403 #ifndef HAVE_SMALLBUILD
404 #define HAVE_QUEUE 1
405 #endif
406 
407 /* Define to 1 if you have the `raise' function. */
408 #define HAVE_RAISE 1
409 
410 /* Define to 1 if you have the `rand' function. */
411 #define HAVE_RAND 1
412 
413 /* Define to 1 if you have the `random' function. */
414 /* #undef HAVE_RANDOM */
415 
416 /* Define to 1 if building replication support. */
417 #ifndef HAVE_SMALLBUILD
418 #define HAVE_REPLICATION 1
419 #endif
420 
421 /* Define to 1 if building the Berkeley DB replication framework. */
422 #ifndef HAVE_SMALLBUILD
423 #define HAVE_REPLICATION_THREADS 1
424 #endif
425 
426 /* Define to 1 if you have the `sched_yield' function. */
427 /* #undef HAVE_SCHED_YIELD */
428 
429 /* Define to 1 if you have the `select' function. */
430 /* #undef HAVE_SELECT */
431 
432 /* Define to 1 if you have the `setgid' function. */
433 /* #undef HAVE_SETGID */
434 
435 /* Define to 1 if you have the `setuid' function. */
436 #define HAVE_SETUID 1
437 
438 /* Define to 1 to configure Berkeley DB to use shared, read/write latches. */
439 #define HAVE_SHARED_LATCHES 1
440 
441 /* Define to 1 if shmctl/SHM_LOCK locks down shared memory segments. */
442 /* #undef HAVE_SHMCTL_SHM_LOCK */
443 
444 /* Define to 1 if you have the `shmget' function. */
445 /* #undef HAVE_SHMGET */
446 
447 /* Define to 1 if you have the `sigaction' function. */
448 /* #undef HAVE_SIGACTION */
449 
450 /* Define to 1 if thread identifier type db_threadid_t is integral. */
451 #define HAVE_SIMPLE_THREAD_TYPE 1
452 
453 /* Define to 1 if you have the `snprintf' function. */
454 #define HAVE_SNPRINTF 1
455 
456 /* Define to 1 if you have the `stat' function. */
457 #define HAVE_STAT 1
458 
459 /* Define to 1 if building statistics support. */
460 #define HAVE_STATISTICS 1
461 
462 /* Define to 1 if you have the <stdint.h> header file. */
463 /* #undef HAVE_STDINT_H */
464 
465 /* Define to 1 if you have the <stdlib.h> header file. */
466 #define HAVE_STDLIB_H 1
467 
468 /* Define to 1 if you have the `strcasecmp' function. */
469 #define HAVE_STRCASECMP 1
470 
471 /* Define to 1 if you have the `strcat' function. */
472 #define HAVE_STRCAT 1
473 
474 /* Define to 1 if you have the `strchr' function. */
475 #define HAVE_STRCHR 1
476 
477 /* Define to 1 if you have the `strdup' function. */
478 #define HAVE_STRDUP 1
479 
480 /* Define to 1 if you have the `strerror' function. */
481 #define HAVE_STRERROR 1
482 
483 /* Define to 1 if you have the `strftime' function. */
484 #define HAVE_STRFTIME 1
485 
486 /* Define to 1 if you have the <strings.h> header file. */
487 #define HAVE_STRINGS_H 1
488 
489 /* Define to 1 if you have the <string.h> header file. */
490 #define HAVE_STRING_H 1
491 
492 /* Define to 1 if building without output message content. */
493 #ifdef HAVE_SMALLBUILD
494 #define HAVE_STRIPPED_MESSAGES 1
495 #endif
496 
497 /* Define to 1 if you have the `strncat' function. */
498 #define HAVE_STRNCAT 1
499 
500 /* Define to 1 if you have the `strncmp' function. */
501 #define HAVE_STRNCMP 1
502 
503 /* Define to 1 if you have the `strrchr' function. */
504 #define HAVE_STRRCHR 1
505 
506 /* Define to 1 if you have the `strsep' function. */
507 /* #undef HAVE_STRSEP */
508 
509 /* Define to 1 if you have the `strtol' function. */
510 #define HAVE_STRTOL 1
511 
512 /* Define to 1 if you have the `strtoul' function. */
513 #define HAVE_STRTOUL 1
514 
515 /* Define to 1 if `st_blksize' is member of `struct stat'. */
516 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
517 
518 /* Define to 1 if you have the `sysconf' function. */
519 /* #undef HAVE_SYSCONF */
520 
521 /* Define to 1 if port includes files in the Berkeley DB source code. */
522 /* #undef HAVE_SYSTEM_INCLUDE_FILES */
523 
524 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
525    */
526 /* #undef HAVE_SYS_DIR_H */
527 
528 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
529    */
530 /* #undef HAVE_SYS_NDIR_H */
531 
532 /* Define to 1 if you have the <sys/sdt.h> header file. */
533 /* #undef HAVE_SYS_SDT_H */
534 
535 /* Define to 1 if you have the <sys/select.h> header file. */
536 /* #undef HAVE_SYS_SELECT_H */
537 
538 /* Define to 1 if you have the <sys/socket.h> header file. */
539 /* #undef HAVE_SYS_SOCKET_H */
540 
541 /* Define to 1 if you have the <sys/stat.h> header file. */
542 #define HAVE_SYS_STAT_H 1
543 
544 /* Define to 1 if you have the <sys/time.h> header file. */
545 /* #undef HAVE_SYS_TIME_H */
546 
547 /* Define to 1 if you have the <sys/types.h> header file. */
548 #define HAVE_SYS_TYPES_H 1
549 
550 /* Define to 1 if you have the `time' function. */
551 #define HAVE_TIME 1
552 
553 /* Define to 1 if you have the <unistd.h> header file. */
554 /* #undef HAVE_UNISTD_H */
555 
556 /* Define to 1 if unlink of file with open file descriptors will fail. */
557 /* #undef HAVE_UNLINK_WITH_OPEN_FAILURE */
558 
559 /* Define to 1 if port includes historic database upgrade support. */
560 #define HAVE_UPGRADE_SUPPORT 1
561 
562 /* Define to 1 if building access method verification support. */
563 #ifndef HAVE_SMALLBUILD
564 #define HAVE_VERIFY 1
565 #endif
566 
567 /* Define to 1 if you have the `vsnprintf' function. */
568 #define HAVE_VSNPRINTF 1
569 
570 /* Define to 1 if building VxWorks. */
571 /* #undef HAVE_VXWORKS */
572 
573 /* Define to 1 if you have the `yield' function. */
574 /* #undef HAVE_YIELD */
575 
576 /* Define to 1 if you have the `_fstati64' function. */
577 #define HAVE__FSTATI64 1
578 
579 /* Define to the sub-directory in which libtool stores uninstalled libraries. */
580 /* #undef LT_OBJDIR */
581 
582 /* Define to the address where bug reports for this package should be sent. */
583 #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
584 
585 /* Define to the full name of this package. */
586 #define PACKAGE_NAME "Berkeley DB"
587 
588 /* Define to the full name and version of this package. */
589 #define PACKAGE_STRING "Berkeley DB 5.3.28"
590 
591 /* Define to the one symbol short name of this package. */
592 #define PACKAGE_TARNAME "db-5.3.28"
593 
594 /* Define to the home page for this package. */
595 #define PACKAGE_URL "http://www.oracle.com/technology/software/products/berkeley-db/index.html"
596 
597 /* Define to the version of this package. */
598 #define PACKAGE_VERSION "5.3.28"
599 
600 /* The size of a `char', as computed by sizeof. */
601 /* #undef SIZEOF_CHAR */
602 
603 /* The size of a `char *', as computed by sizeof. */
604 #if defined(_WIN64)
605 #define SIZEOF_CHAR_P 8
606 #else
607 #define SIZEOF_CHAR_P 4
608 #endif
609 
610 /* The size of a `int', as computed by sizeof. */
611 /* #undef SIZEOF_INT */
612 
613 /* The size of a `long', as computed by sizeof. */
614 /* #undef SIZEOF_LONG */
615 
616 /* The size of a `long long', as computed by sizeof. */
617 /* #undef SIZEOF_LONG_LONG */
618 
619 /* The size of a `short', as computed by sizeof. */
620 /* #undef SIZEOF_SHORT */
621 
622 /* The size of a `size_t', as computed by sizeof. */
623 /* #undef SIZEOF_SIZE_T */
624 
625 /* The size of a `unsigned char', as computed by sizeof. */
626 /* #undef SIZEOF_UNSIGNED_CHAR */
627 
628 /* The size of a `unsigned int', as computed by sizeof. */
629 /* #undef SIZEOF_UNSIGNED_INT */
630 
631 /* The size of a `unsigned long', as computed by sizeof. */
632 /* #undef SIZEOF_UNSIGNED_LONG */
633 
634 /* The size of a `unsigned long long', as computed by sizeof. */
635 /* #undef SIZEOF_UNSIGNED_LONG_LONG */
636 
637 /* The size of a `unsigned short', as computed by sizeof. */
638 /* #undef SIZEOF_UNSIGNED_SHORT */
639 
640 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
641 /* #undef STAT_MACROS_BROKEN */
642 
643 /* Define to 1 if you have the ANSI C header files. */
644 #define STDC_HEADERS 1
645 
646 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
647 /* #undef TIME_WITH_SYS_TIME */
648 
649 /* Define to 1 to mask harmless uninitialized memory read/writes. */
650 /* #undef UMRW */
651 
652 /* Number of bits in a file offset, on hosts where this is settable. */
653 /* #undef _FILE_OFFSET_BITS */
654 
655 /* Define for large files, on AIX-style hosts. */
656 /* #undef _LARGE_FILES */
657 
658 /* Define to empty if `const' does not conform to ANSI C. */
659 /* #undef const */
660 
661 /* Define to `__inline__' or `__inline' if that's what the C compiler
662    calls it, or to nothing if 'inline' is not supported under any name.  */
663 #ifndef __cplusplus
664 #define inline __inline
665 #endif
666 
667 /* type to use in place of socklen_t if not defined */
668 /* #undef socklen_t */
669