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