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