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