7fcc7b45dd9cf2b5b637a119401c6a9961d1072a
[vlendec/samba-autobuild/.git] / ctdb / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Whether strndup is broken */
4 #undef BROKEN_STRNDUP
5
6 /* Whether strnlen is broken */
7 #undef BROKEN_STRNLEN
8
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
11
12 /* Define to 1 if you have the `asprintf' function. */
13 #undef HAVE_ASPRINTF
14
15 /* Whether the bool type is available */
16 #undef HAVE_BOOL
17
18 /* Define to 1 if you have the `bzero' function. */
19 #undef HAVE_BZERO
20
21 /* Whether there is a C99 compliant vsnprintf */
22 #undef HAVE_C99_VSNPRINTF
23
24 /* Define to 1 if you have the `chroot' function. */
25 #undef HAVE_CHROOT
26
27 /* Define to 1 if you have the `chsize' function. */
28 #undef HAVE_CHSIZE
29
30 /* Whether or not we have comparison_fn_t */
31 #undef HAVE_COMPARISON_FN_T
32
33 /* Define to 1 if you have the <compat.h> header file. */
34 #undef HAVE_COMPAT_H
35
36 /* Define to 1 if you have the <ctype.h> header file. */
37 #undef HAVE_CTYPE_H
38
39 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
40    don't. */
41 #undef HAVE_DECL_ASPRINTF
42
43 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
44    don't. */
45 #undef HAVE_DECL_SNPRINTF
46
47 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
48    don't. */
49 #undef HAVE_DECL_VASPRINTF
50
51 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
52    don't. */
53 #undef HAVE_DECL_VSNPRINTF
54
55 /* Define to 1 if you have the <direct.h> header file. */
56 #undef HAVE_DIRECT_H
57
58 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
59    */
60 #undef HAVE_DIRENT_H
61
62 /* Define to 1 if you have the `dlclose' function. */
63 #undef HAVE_DLCLOSE
64
65 /* Define to 1 if you have the `dlerror' function. */
66 #undef HAVE_DLERROR
67
68 /* Define to 1 if you have the <dlfcn.h> header file. */
69 #undef HAVE_DLFCN_H
70
71 /* Define to 1 if you have the `dlopen' function. */
72 #undef HAVE_DLOPEN
73
74 /* Define to 1 if you have the `dlsym' function. */
75 #undef HAVE_DLSYM
76
77 /* Define to 1 if you have the `endnetgrent' function. */
78 #undef HAVE_ENDNETGRENT
79
80 /* Define to 1 if you have the `epoll_create' function. */
81 #undef HAVE_EPOLL_CREATE
82
83 /* Whether errno() is available */
84 #undef HAVE_ERRNO_DECL
85
86 /* Define to 1 if you have the <fcntl.h> header file. */
87 #undef HAVE_FCNTL_H
88
89 /* Define to 1 if you have the <fnmatch.h> header file. */
90 #undef HAVE_FNMATCH_H
91
92 /* Define to 1 if you have the `ftruncate' function. */
93 #undef HAVE_FTRUNCATE
94
95 /* Whether there is a __FUNCTION__ macro */
96 #undef HAVE_FUNCTION_MACRO
97
98 /* Define to 1 if you have the `getdents' function. */
99 #undef HAVE_GETDENTS
100
101 /* Define to 1 if you have the `getdirentries' function. */
102 #undef HAVE_GETDIRENTRIES
103
104 /* Define to 1 if you have the `getnetgrent' function. */
105 #undef HAVE_GETNETGRENT
106
107 /* Define to 1 if you have the <getopt.h> header file. */
108 #undef HAVE_GETOPT_H
109
110 /* Define to 1 if you have the `getpagesize' function. */
111 #undef HAVE_GETPAGESIZE
112
113 /* Define to 1 if you have the `getpgrp' function. */
114 #undef HAVE_GETPGRP
115
116 /* Define to 1 if you have the <grp.h> header file. */
117 #undef HAVE_GRP_H
118
119 /* Whether the compiler supports immediate structures */
120 #undef HAVE_IMMEDIATE_STRUCTURES
121
122 /* Define to 1 if you have the `initgroups' function. */
123 #undef HAVE_INITGROUPS
124
125 /* Define to 1 if you have the `innetgr' function. */
126 #undef HAVE_INNETGR
127
128 /* Define to 1 if you have the <inttypes.h> header file. */
129 #undef HAVE_INTTYPES_H
130
131 /* Define to 1 if you have the <limits.h> header file. */
132 #undef HAVE_LIMITS_H
133
134 /* Define to 1 if you have the <locale.h> header file. */
135 #undef HAVE_LOCALE_H
136
137 /* Define to 1 if the system has the type `long long'. */
138 #undef HAVE_LONG_LONG
139
140 /* Define to 1 if you have the `lstat' function. */
141 #undef HAVE_LSTAT
142
143 /* Define to 1 if you have the `memcpy' function. */
144 #undef HAVE_MEMCPY
145
146 /* Define to 1 if you have the `memmove' function. */
147 #undef HAVE_MEMMOVE
148
149 /* Define to 1 if you have the <memory.h> header file. */
150 #undef HAVE_MEMORY_H
151
152 /* Define to 1 if you have the `memset' function. */
153 #undef HAVE_MEMSET
154
155 /* Define if target mkdir supports mode option */
156 #undef HAVE_MKDIR_MODE
157
158 /* Define to 1 if you have the `mkdtemp' function. */
159 #undef HAVE_MKDTEMP
160
161 /* Define to 1 if you have the `mktime' function. */
162 #undef HAVE_MKTIME
163
164 /* Define to 1 if you have the `mmap' function. */
165 #undef HAVE_MMAP
166
167 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
168 #undef HAVE_NDIR_H
169
170 /* Define to 1 if you have the <netdb.h> header file. */
171 #undef HAVE_NETDB_H
172
173 /* Define to 1 if you have the <netinet/in.h> header file. */
174 #undef HAVE_NETINET_IN_H
175
176 /* Define to 1 if you have the <netinet/in_ip.h> header file. */
177 #undef HAVE_NETINET_IN_IP_H
178
179 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
180 #undef HAVE_NETINET_IN_SYSTM_H
181
182 /* Define to 1 if you have the <netinet/ip.h> header file. */
183 #undef HAVE_NETINET_IP_H
184
185 /* Define to 1 if you have the <netinet/tcp.h> header file. */
186 #undef HAVE_NETINET_TCP_H
187
188 /* usability of net/if.h */
189 #undef HAVE_NET_IF_H
190
191 /* Whether the open(2) accepts O_DIRECT */
192 #undef HAVE_OPEN_O_DIRECT
193
194 /* Define to 1 if you have the `pipe' function. */
195 #undef HAVE_PIPE
196
197 /* Define to 1 if you have the `pread' function. */
198 #undef HAVE_PREAD
199
200 /* Whether pread() is available */
201 #undef HAVE_PREAD_DECL
202
203 /* Define to 1 if you have the `printf' function. */
204 #undef HAVE_PRINTF
205
206 /* Define to 1 if you have the <pwd.h> header file. */
207 #undef HAVE_PWD_H
208
209 /* Define to 1 if you have the `pwrite' function. */
210 #undef HAVE_PWRITE
211
212 /* Whether pwrite() is available */
213 #undef HAVE_PWRITE_DECL
214
215 /* Define to 1 if you have the `rand' function. */
216 #undef HAVE_RAND
217
218 /* Define to 1 if you have the `random' function. */
219 #undef HAVE_RANDOM
220
221 /* Define to 1 if you have the `rename' function. */
222 #undef HAVE_RENAME
223
224 /* Whether mkstemp is secure */
225 #undef HAVE_SECURE_MKSTEMP
226
227 /* Define to 1 if you have the `setbuffer' function. */
228 #undef HAVE_SETBUFFER
229
230 /* Define to 1 if you have the `setegid' function. */
231 #undef HAVE_SETEGID
232
233 /* Define to 1 if you have the `setenv' function. */
234 #undef HAVE_SETENV
235
236 /* Define to 1 if you have the `seteuid' function. */
237 #undef HAVE_SETEUID
238
239 /* Define to 1 if you have the `setlinebuf' function. */
240 #undef HAVE_SETLINEBUF
241
242 /* Define to 1 if you have the `setnetgrent' function. */
243 #undef HAVE_SETNETGRENT
244
245 /* Define to 1 if you have the `setresgid' function. */
246 #undef HAVE_SETRESGID
247
248 /* Whether setresgid() is available */
249 #undef HAVE_SETRESGID_DECL
250
251 /* Define to 1 if you have the `setresuid' function. */
252 #undef HAVE_SETRESUID
253
254 /* Whether setresuid() is available */
255 #undef HAVE_SETRESUID_DECL
256
257 /* Define to 1 if you have the <shadow.h> header file. */
258 #undef HAVE_SHADOW_H
259
260 /* Whether we have the atomic_t variable type */
261 #undef HAVE_SIG_ATOMIC_T_TYPE
262
263 /* Define to 1 if you have the `snprintf' function. */
264 #undef HAVE_SNPRINTF
265
266 /* Define to 1 if you have the `socketpair' function. */
267 #undef HAVE_SOCKETPAIR
268
269 /* Define to 1 if you have the `srand' function. */
270 #undef HAVE_SRAND
271
272 /* Define to 1 if you have the `srandom' function. */
273 #undef HAVE_SRANDOM
274
275 /* Define to 1 if you have the <standards.h> header file. */
276 #undef HAVE_STANDARDS_H
277
278 /* Define to 1 if you have the <stdarg.h> header file. */
279 #undef HAVE_STDARG_H
280
281 /* Define to 1 if you have the <stdbool.h> header file. */
282 #undef HAVE_STDBOOL_H
283
284 /* Define to 1 if you have the <stdint.h> header file. */
285 #undef HAVE_STDINT_H
286
287 /* Define to 1 if you have the <stdio.h> header file. */
288 #undef HAVE_STDIO_H
289
290 /* Define to 1 if you have the <stdlib.h> header file. */
291 #undef HAVE_STDLIB_H
292
293 /* Define to 1 if you have the `strcasestr' function. */
294 #undef HAVE_STRCASESTR
295
296 /* Define to 1 if you have the `strdup' function. */
297 #undef HAVE_STRDUP
298
299 /* Define to 1 if you have the `strerror' function. */
300 #undef HAVE_STRERROR
301
302 /* Define to 1 if you have the `strftime' function. */
303 #undef HAVE_STRFTIME
304
305 /* Define to 1 if you have the <strings.h> header file. */
306 #undef HAVE_STRINGS_H
307
308 /* Define to 1 if you have the <string.h> header file. */
309 #undef HAVE_STRING_H
310
311 /* Define to 1 if you have the `strlcat' function. */
312 #undef HAVE_STRLCAT
313
314 /* Define to 1 if you have the `strlcpy' function. */
315 #undef HAVE_STRLCPY
316
317 /* Define to 1 if you have the `strndup' function. */
318 #undef HAVE_STRNDUP
319
320 /* Define to 1 if you have the `strnlen' function. */
321 #undef HAVE_STRNLEN
322
323 /* Define to 1 if you have the `strtok_r' function. */
324 #undef HAVE_STRTOK_R
325
326 /* Define to 1 if you have the `strtoll' function. */
327 #undef HAVE_STRTOLL
328
329 /* Define to 1 if you have the `strtoq' function. */
330 #undef HAVE_STRTOQ
331
332 /* Define to 1 if you have the `strtoull' function. */
333 #undef HAVE_STRTOULL
334
335 /* Define to 1 if you have the `strtouq' function. */
336 #undef HAVE_STRTOUQ
337
338 /* Define to 1 if `st_rdev' is member of `struct stat'. */
339 #undef HAVE_STRUCT_STAT_ST_RDEV
340
341 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
342    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
343 #undef HAVE_ST_RDEV
344
345 /* Define to 1 if you have the `syslog' function. */
346 #undef HAVE_SYSLOG
347
348 /* Define to 1 if you have the <syslog.h> header file. */
349 #undef HAVE_SYSLOG_H
350
351 /* Define to 1 if you have the <sys/acl.h> header file. */
352 #undef HAVE_SYS_ACL_H
353
354 /* Define to 1 if you have the <sys/capability.h> header file. */
355 #undef HAVE_SYS_CAPABILITY_H
356
357 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
358    */
359 #undef HAVE_SYS_DIR_H
360
361 /* Define to 1 if you have the <sys/epoll.h> header file. */
362 #undef HAVE_SYS_EPOLL_H
363
364 /* Define to 1 if you have the <sys/fcntl.h> header file. */
365 #undef HAVE_SYS_FCNTL_H
366
367 /* Define to 1 if you have the <sys/filio.h> header file. */
368 #undef HAVE_SYS_FILIO_H
369
370 /* Define to 1 if you have the <sys/filsys.h> header file. */
371 #undef HAVE_SYS_FILSYS_H
372
373 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
374 #undef HAVE_SYS_FS_S5PARAM_H
375
376 /* Define to 1 if you have the <sys/id.h> header file. */
377 #undef HAVE_SYS_ID_H
378
379 /* Define to 1 if you have the <sys/ioctl.h> header file. */
380 #undef HAVE_SYS_IOCTL_H
381
382 /* Define to 1 if you have the <sys/ipc.h> header file. */
383 #undef HAVE_SYS_IPC_H
384
385 /* Define to 1 if you have the <sys/mman.h> header file. */
386 #undef HAVE_SYS_MMAN_H
387
388 /* Define to 1 if you have the <sys/mode.h> header file. */
389 #undef HAVE_SYS_MODE_H
390
391 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
392    */
393 #undef HAVE_SYS_NDIR_H
394
395 /* Define to 1 if you have the <sys/param.h> header file. */
396 #undef HAVE_SYS_PARAM_H
397
398 /* Define to 1 if you have the <sys/priv.h> header file. */
399 #undef HAVE_SYS_PRIV_H
400
401 /* Define to 1 if you have the <sys/resource.h> header file. */
402 #undef HAVE_SYS_RESOURCE_H
403
404 /* Define to 1 if you have the <sys/security.h> header file. */
405 #undef HAVE_SYS_SECURITY_H
406
407 /* Define to 1 if you have the <sys/select.h> header file. */
408 #undef HAVE_SYS_SELECT_H
409
410 /* Define to 1 if you have the <sys/shm.h> header file. */
411 #undef HAVE_SYS_SHM_H
412
413 /* Define to 1 if you have the <sys/socket.h> header file. */
414 #undef HAVE_SYS_SOCKET_H
415
416 /* Define to 1 if you have the <sys/sockio.h> header file. */
417 #undef HAVE_SYS_SOCKIO_H
418
419 /* Define to 1 if you have the <sys/stat.h> header file. */
420 #undef HAVE_SYS_STAT_H
421
422 /* Define to 1 if you have the <sys/syslog.h> header file. */
423 #undef HAVE_SYS_SYSLOG_H
424
425 /* Define to 1 if you have the <sys/termio.h> header file. */
426 #undef HAVE_SYS_TERMIO_H
427
428 /* Define to 1 if you have the <sys/time.h> header file. */
429 #undef HAVE_SYS_TIME_H
430
431 /* Define to 1 if you have the <sys/types.h> header file. */
432 #undef HAVE_SYS_TYPES_H
433
434 /* Define to 1 if you have the <sys/un.h> header file. */
435 #undef HAVE_SYS_UN_H
436
437 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
438 #undef HAVE_SYS_WAIT_H
439
440 /* Define to 1 if you have the <termios.h> header file. */
441 #undef HAVE_TERMIOS_H
442
443 /* Define to 1 if you have the <termio.h> header file. */
444 #undef HAVE_TERMIO_H
445
446 /* Define to 1 if you have the `timegm' function. */
447 #undef HAVE_TIMEGM
448
449 /* Define to 1 if you have the <time.h> header file. */
450 #undef HAVE_TIME_H
451
452 /* Define to 1 if you have the <unistd.h> header file. */
453 #undef HAVE_UNISTD_H
454
455 /* Define to 1 if you have the `usleep' function. */
456 #undef HAVE_USLEEP
457
458 /* Define to 1 if you have the `utime' function. */
459 #undef HAVE_UTIME
460
461 /* Define to 1 if you have the <utime.h> header file. */
462 #undef HAVE_UTIME_H
463
464 /* Define to 1 if you have the <vararg.h> header file. */
465 #undef HAVE_VARARG_H
466
467 /* Define to 1 if you have the `vasprintf' function. */
468 #undef HAVE_VASPRINTF
469
470 /* Whether va_copy() is available */
471 #undef HAVE_VA_COPY
472
473 /* Whether the C compiler understands volatile */
474 #undef HAVE_VOLATILE
475
476 /* Define to 1 if you have the `vsnprintf' function. */
477 #undef HAVE_VSNPRINTF
478
479 /* Define to 1 if you have the `vsyslog' function. */
480 #undef HAVE_VSYSLOG
481
482 /* Define to 1 if you have the `waitpid' function. */
483 #undef HAVE_WAITPID
484
485 /* Define to 1 if you have the <windows.h> header file. */
486 #undef HAVE_WINDOWS_H
487
488 /* Define to 1 if you have the <winsock2.h> header file. */
489 #undef HAVE_WINSOCK2_H
490
491 /* Define to 1 if you have the <ws2tcpip.h> header file. */
492 #undef HAVE_WS2TCPIP_H
493
494 /* Whether the _Bool type is available */
495 #undef HAVE__Bool
496
497 /* Whether the __VA_ARGS__ macro is available */
498 #undef HAVE__VA_ARGS__MACRO
499
500 /* Define to 1 if you have the `__strtoll' function. */
501 #undef HAVE___STRTOLL
502
503 /* Define to 1 if you have the `__strtoull' function. */
504 #undef HAVE___STRTOULL
505
506 /* Whether __va_copy() is available */
507 #undef HAVE___VA_COPY
508
509 /* Whether there is a __func__ macro */
510 #undef HAVE_func_MACRO
511
512 /* Whether MMAP is broken */
513 #undef MMAP_BLACKLIST
514
515 /* Define to the address where bug reports for this package should be sent. */
516 #undef PACKAGE_BUGREPORT
517
518 /* Define to the full name of this package. */
519 #undef PACKAGE_NAME
520
521 /* Define to the full name and version of this package. */
522 #undef PACKAGE_STRING
523
524 /* Define to the one symbol short name of this package. */
525 #undef PACKAGE_TARNAME
526
527 /* Define to the version of this package. */
528 #undef PACKAGE_VERSION
529
530 /* Whether getpass should be replaced */
531 #undef REPLACE_GETPASS
532
533 /* Whether inet_ntoa should be replaced */
534 #undef REPLACE_INET_NTOA
535
536 /* replace readdir */
537 #undef REPLACE_READDIR
538
539 /* replace readdir using getdents() */
540 #undef REPLACE_READDIR_GETDENTS
541
542 /* replace readdir using getdirentries() */
543 #undef REPLACE_READDIR_GETDIRENTRIES
544
545 /* Define as the return type of signal handlers (`int' or `void'). */
546 #undef RETSIGTYPE
547
548 /* Whether seekdir returns an int */
549 #undef SEEKDIR_RETURNS_INT
550
551 /* The size of `char', as computed by sizeof. */
552 #undef SIZEOF_CHAR
553
554 /* The size of `int', as computed by sizeof. */
555 #undef SIZEOF_INT
556
557 /* The size of `long', as computed by sizeof. */
558 #undef SIZEOF_LONG
559
560 /* The size of `long long', as computed by sizeof. */
561 #undef SIZEOF_LONG_LONG
562
563 /* The size of `off_t', as computed by sizeof. */
564 #undef SIZEOF_OFF_T
565
566 /* The size of `short', as computed by sizeof. */
567 #undef SIZEOF_SHORT
568
569 /* The size of `size_t', as computed by sizeof. */
570 #undef SIZEOF_SIZE_T
571
572 /* The size of `ssize_t', as computed by sizeof. */
573 #undef SIZEOF_SSIZE_T
574
575 /* The size of `void *', as computed by sizeof. */
576 #undef SIZEOF_VOID_P
577
578 /* Define to 1 if you have the ANSI C header files. */
579 #undef STDC_HEADERS
580
581 /* Whether telldir takes a const pointer */
582 #undef TELLDIR_TAKES_CONST_DIR
583
584 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
585 #undef TIME_WITH_SYS_TIME
586
587 /* Define to 1 if your processor stores words with the most significant byte
588    first (like Motorola and SPARC, unlike Intel and VAX). */
589 #undef WORDS_BIGENDIAN
590
591 /* Define to 1 if on AIX 3.
592    System headers sometimes define this.
593    We just want to avoid a redefinition error message.  */
594 #ifndef _ALL_SOURCE
595 # undef _ALL_SOURCE
596 #endif
597
598 /* Number of bits in a file offset, on hosts where this is settable. */
599 #undef _FILE_OFFSET_BITS
600
601 /* Enable GNU extensions on systems that have them.  */
602 #ifndef _GNU_SOURCE
603 # undef _GNU_SOURCE
604 #endif
605
606 /* Define for large files, on AIX-style hosts. */
607 #undef _LARGE_FILES
608
609 /* Define to 1 if on MINIX. */
610 #undef _MINIX
611
612 #ifndef _OSF_SOURCE
613 # define _OSF_SOURCE 1
614 #endif
615
616 /* Define to 2 if the system does not provide POSIX.1 features except with
617    this defined. */
618 #undef _POSIX_1_SOURCE
619
620 /* Whether to enable POSIX support */
621 #undef _POSIX_C_SOURCE
622
623 /* Define to 1 if you need to in order for `stat' and other things to work. */
624 #undef _POSIX_SOURCE
625
626 /* Whether to enable System V compatibility */
627 #undef _SYSV
628
629 #ifndef _XOPEN_SOURCE_EXTENDED
630 # define _XOPEN_SOURCE_EXTENDED 1
631 #endif
632
633 /* Enable extensions on Solaris.  */
634 #ifndef __EXTENSIONS__
635 # undef __EXTENSIONS__
636 #endif
637 #ifndef _POSIX_PTHREAD_SEMANTICS
638 # undef _POSIX_PTHREAD_SEMANTICS
639 #endif
640
641 /* Define to `int' if <sys/types.h> doesn't define. */
642 #undef gid_t
643
644 /* Define to `__inline__' or `__inline' if that's what the C compiler
645    calls it, or to nothing if 'inline' is not supported under any name.  */
646 #ifndef __cplusplus
647 #undef inline
648 #endif
649
650 /* Define to `unsigned' if <sys/types.h> does not define. */
651 #undef ino_t
652
653 /* Define to `short' if <sys/types.h> does not define. */
654 #undef int16_t
655
656 /* Define to `long' if <sys/types.h> does not define. */
657 #undef int32_t
658
659 /* Define to `long long' if <sys/types.h> does not define. */
660 #undef int64_t
661
662 /* Define to `char' if <sys/types.h> does not define. */
663 #undef int8_t
664
665 /* Define to `unsigned long long' if <sys/types.h> does not define. */
666 #undef intptr_t
667
668 /* Define to `off_t' if <sys/types.h> does not define. */
669 #undef loff_t
670
671 /* Define to `int' if <sys/types.h> does not define. */
672 #undef mode_t
673
674 /* Define to `long int' if <sys/types.h> does not define. */
675 #undef off_t
676
677 /* Define to `loff_t' if <sys/types.h> does not define. */
678 #undef offset_t
679
680 /* Define to `int' if <sys/types.h> does not define. */
681 #undef pid_t
682
683 /* Define to `unsigned long long' if <sys/types.h> does not define. */
684 #undef ptrdiff_t
685
686 /* Define to `unsigned int' if <sys/types.h> does not define. */
687 #undef size_t
688
689 /* Socket length type */
690 #undef socklen_t
691
692 /* Define to `int' if <sys/types.h> does not define. */
693 #undef ssize_t
694
695 /* Define to `int' if <sys/types.h> doesn't define. */
696 #undef uid_t
697
698 /* Define to `unsigned short' if <sys/types.h> does not define. */
699 #undef uint16_t
700
701 /* Define to `unsigned long' if <sys/types.h> does not define. */
702 #undef uint32_t
703
704 /* Define to `unsigned long long' if <sys/types.h> does not define. */
705 #undef uint64_t
706
707 /* Define to `unsigned char' if <sys/types.h> does not define. */
708 #undef uint8_t
709
710 /* Define to `unsigned int' if <sys/types.h> does not define. */
711 #undef uint_t