source: branches/samba-3.5.x/source3/include/config.h.in@ 1014

Last change on this file since 1014 was 832, checked in by Herwig Bauernfeind, 12 years ago

Samba 3.5: Update Samba core to 3.5.22

File size: 101.6 KB
Line 
1/* include/config.h.in. Generated from configure.in by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Whether the host os is aix */
7#undef AIX
8
9/* Whether the AIX send_file() API is available */
10#undef AIX_SENDFILE_API
11
12/* Does extattr API work */
13#undef BROKEN_EXTATTR
14
15/* Does getgrnam work correctly */
16#undef BROKEN_GETGRNAM
17
18/* Whether the nisplus include files are broken */
19#undef BROKEN_NISPLUS_INCLUDE_FILES
20
21/* Broken RedHat 7.2 system header files */
22#undef BROKEN_REDHAT_7_SYSTEM_HEADERS
23
24/* Broken RHEL5 sys/capability.h */
25#undef BROKEN_RHEL5_SYS_CAP_HEADER
26
27/* Does strndup work correctly */
28#undef BROKEN_STRNDUP
29
30/* Does strnlen work correctly */
31#undef BROKEN_STRNLEN
32
33/* Does this system use unicode compose characters */
34#undef BROKEN_UNICODE_COMPOSE_CHARACTERS
35
36/* Whether to enable cluster extensions */
37#undef CLUSTER_SUPPORT
38
39/* Whether the compiler supports the LL prefix on long long integers */
40#undef COMPILER_SUPPORTS_LL
41
42/* Marker for samba's config.h */
43#undef CONFIG_H_IS_FROM_SAMBA
44
45/* Whether the host os is Darwin/MacOSX */
46#undef DARWINOS
47
48/* Default display charset name */
49#undef DEFAULT_DISPLAY_CHARSET
50
51/* Default dos charset name */
52#undef DEFAULT_DOS_CHARSET
53
54/* Default unix charset name */
55#undef DEFAULT_UNIX_CHARSET
56
57/* Whether dlopen takes unsigned int flags */
58#undef DLOPEN_TAKES_UNSIGNED_FLAGS
59
60/* Define to check invariants around some common functions */
61#undef DMALLOC_FUNC_CHECK
62
63/* Defined if running in the build farm */
64#undef ENABLE_BUILD_FARM_HACKS
65
66/* Define to turn on dmalloc debugging */
67#undef ENABLE_DMALLOC
68
69/* Whether we have gnutls support (SSL) */
70#undef ENABLE_GNUTLS
71
72/* Whether we have libnetapi on the host system */
73#undef ENABLE_LIBNETAPI
74
75/* Whether to use fully FHS-compatible paths */
76#undef FHS_COMPATIBLE
77
78/* Whether the host os is FreeBSD */
79#undef FREEBSD
80
81/* Whether the FreeBSD sendfile() API is available */
82#undef FREEBSD_SENDFILE_API
83
84/* Whether acl_get_perm_np() is available */
85#undef HAVE_ACL_GET_PERM_NP
86
87/* Define to 1 if you have the <acl/libacl.h> header file. */
88#undef HAVE_ACL_LIBACL_H
89
90/* Whether the krb5_address struct has a addrtype property */
91#undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS
92
93/* Whether the krb5_address struct has a addr_type property */
94#undef HAVE_ADDR_TYPE_IN_KRB5_ADDRESS
95
96/* Define to 1 if you have the `add_proplist_entry' function. */
97#undef HAVE_ADD_PROPLIST_ENTRY
98
99/* Define to 1 if you have the <afs/afs.h> header file. */
100#undef HAVE_AFS_AFS_H
101
102/* Define to 1 if you have the <afs.h> header file. */
103#undef HAVE_AFS_H
104
105/* Whether 64 bit aio is available */
106#undef HAVE_AIOCB64
107
108/* Have aio_cancel */
109#undef HAVE_AIO_CANCEL
110
111/* Have aio_cancel64 */
112#undef HAVE_AIO_CANCEL64
113
114/* Have aio_error */
115#undef HAVE_AIO_ERROR
116
117/* Have aio_error64 */
118#undef HAVE_AIO_ERROR64
119
120/* Have aio_fsync */
121#undef HAVE_AIO_FSYNC
122
123/* Have aio_fsync64 */
124#undef HAVE_AIO_FSYNC64
125
126/* Define to 1 if you have the <aio.h> header file. */
127#undef HAVE_AIO_H
128
129/* Have aio_read */
130#undef HAVE_AIO_READ
131
132/* Have aio_read64 */
133#undef HAVE_AIO_READ64
134
135/* Have aio_return */
136#undef HAVE_AIO_RETURN
137
138/* Have aio_return64 */
139#undef HAVE_AIO_RETURN64
140
141/* Have aio_suspend */
142#undef HAVE_AIO_SUSPEND
143
144/* Have aio_suspend64 */
145#undef HAVE_AIO_SUSPEND64
146
147/* Have aio_write */
148#undef HAVE_AIO_WRITE
149
150/* Have aio_write64 */
151#undef HAVE_AIO_WRITE64
152
153/* Whether AIX ACLs are available */
154#undef HAVE_AIX_ACLS
155
156/* Define to 1 if you have the <alloca.h> header file. */
157#undef HAVE_ALLOCA_H
158
159/* Whether the AP_OPTS_USE_SUBKEY ap option is available */
160#undef HAVE_AP_OPTS_USE_SUBKEY
161
162/* Define to 1 if you have the <arpa/inet.h> header file. */
163#undef HAVE_ARPA_INET_H
164
165/* Define to 1 if you have the <arpa/nameser.h> header file. */
166#undef HAVE_ARPA_NAMESER_H
167
168/* check for <asm/types.h> */
169#undef HAVE_ASM_TYPES_H
170
171/* Define to 1 if you have the <asm/unistd.h> header file. */
172#undef HAVE_ASM_UNISTD_H
173
174/* Define to 1 if you have the `asprintf' function. */
175#undef HAVE_ASPRINTF
176
177/* Define to 1 if you have the `atexit' function. */
178#undef HAVE_ATEXIT
179
180/* Define to 1 if you have the `attropen' function. */
181#undef HAVE_ATTROPEN
182
183/* Define to 1 if you have the `attr_get' function. */
184#undef HAVE_ATTR_GET
185
186/* Define to 1 if you have the `attr_getf' function. */
187#undef HAVE_ATTR_GETF
188
189/* Define to 1 if you have the `attr_list' function. */
190#undef HAVE_ATTR_LIST
191
192/* Define to 1 if you have the `attr_listf' function. */
193#undef HAVE_ATTR_LISTF
194
195/* Define to 1 if you have the `attr_remove' function. */
196#undef HAVE_ATTR_REMOVE
197
198/* Define to 1 if you have the `attr_removef' function. */
199#undef HAVE_ATTR_REMOVEF
200
201/* Define to 1 if you have the `attr_set' function. */
202#undef HAVE_ATTR_SET
203
204/* Define to 1 if you have the `attr_setf' function. */
205#undef HAVE_ATTR_SETF
206
207/* Define to 1 if you have the <attr/xattr.h> header file. */
208#undef HAVE_ATTR_XATTR_H
209
210/* Define to 1 if you have the <avahi-client/client.h> header file. */
211#undef HAVE_AVAHI_CLIENT_CLIENT_H
212
213/* Define to 1 if you have the <avahi-common/watch.h> header file. */
214#undef HAVE_AVAHI_COMMON_WATCH_H
215
216/* Define to 1 if you have the `backtrace' function. */
217#undef HAVE_BACKTRACE
218
219/* Define to 1 if you have the `backtrace_symbols' function. */
220#undef HAVE_BACKTRACE_SYMBOLS
221
222/* Define to 1 if you have the `ber_scanf' function. */
223#undef HAVE_BER_SCANF
224
225/* Define to 1 if you have the `ber_sockbuf_add_io' function. */
226#undef HAVE_BER_SOCKBUF_ADD_IO
227
228/* What header to include for iconv() function: biconv.h */
229#undef HAVE_BICONV
230
231/* Whether bigcrypt is available */
232#undef HAVE_BIGCRYPT
233
234/* Define to 1 if you have the `bindtextdomain' function. */
235#undef HAVE_BINDTEXTDOMAIN
236
237/* Define to 1 if the system has the type `blkcnt_t'. */
238#undef HAVE_BLKCNT_T
239
240/* Define to 1 if you have the <blkid/blkid.h> header file. */
241#undef HAVE_BLKID_BLKID_H
242
243/* Define to 1 if you have the `blkid_get_cache' function. */
244#undef HAVE_BLKID_GET_CACHE
245
246/* Define to 1 if the system has the type `blksize_t'. */
247#undef HAVE_BLKSIZE_T
248
249/* Whether the bool type is available */
250#undef HAVE_BOOL
251
252/* Whether fcntl64 locks are broken */
253#undef HAVE_BROKEN_FCNTL64_LOCKS
254
255/* Whether getgroups is broken */
256#undef HAVE_BROKEN_GETGROUPS
257
258/* Whether we have a broken posix_fallocate */
259#undef HAVE_BROKEN_POSIX_FALLOCATE
260
261/* Whether readdir() returns the wrong name offset */
262#undef HAVE_BROKEN_READDIR_NAME
263
264/* Whether the readlink syscall is broken */
265#undef HAVE_BROKEN_READLINK
266
267/* Define to 1 if you have the `bswap16' function. */
268#undef HAVE_BSWAP16
269
270/* Define to 1 if you have the `bswap32' function. */
271#undef HAVE_BSWAP32
272
273/* Define to 1 if you have the `bzero' function. */
274#undef HAVE_BZERO
275
276/* Whether there is a C99 compliant vsnprintf */
277#undef HAVE_C99_VSNPRINTF
278
279/* Whether cap_get_proc is available */
280#undef HAVE_CAP_GET_PROC
281
282/* Define to 1 if you have the <CFStringEncodingConverter.h> header file. */
283#undef HAVE_CFSTRINGENCODINGCONVERTER_H
284
285/* Define to 1 if you have the `cgetent' function. */
286#undef HAVE_CGETENT
287
288/* Whether the krb5_checksum struct has a checksum property */
289#undef HAVE_CHECKSUM_IN_KRB5_CHECKSUM
290
291/* Define to 1 if you have the `chflags' function. */
292#undef HAVE_CHFLAGS
293
294/* Define to 1 if you have the `chmod' function. */
295#undef HAVE_CHMOD
296
297/* Define to 1 if you have the `chown' function. */
298#undef HAVE_CHOWN
299
300/* Define to 1 if you have the `chroot' function. */
301#undef HAVE_CHROOT
302
303/* Define to 1 if you have the `chsize' function. */
304#undef HAVE_CHSIZE
305
306/* Whether clock_gettime is available */
307#undef HAVE_CLOCK_GETTIME
308
309/* Whether the clock_gettime clock ID CLOCK_MONOTONIC is available */
310#undef HAVE_CLOCK_MONOTONIC
311
312/* Whether the clock_gettime clock ID CLOCK_PROCESS_CPUTIME_ID is available */
313#undef HAVE_CLOCK_PROCESS_CPUTIME_ID
314
315/* Whether the clock_gettime clock ID CLOCK_REALTIME is available */
316#undef HAVE_CLOCK_REALTIME
317
318/* Define to 1 if you have the `closedir64' function. */
319#undef HAVE_CLOSEDIR64
320
321/* Define to 1 if you have the `closefrom' function. */
322#undef HAVE_CLOSEFROM
323
324/* Whether or not we have comparison_fn_t */
325#undef HAVE_COMPARISON_FN_T
326
327/* Define to 1 if you have the <compat.h> header file. */
328#undef HAVE_COMPAT_H
329
330/* Whether the compiler will optimize out function calls */
331#undef HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
332
333/* Whether com_err is available */
334#undef HAVE_COM_ERR
335
336/* Define to 1 if you have the <com_err.h> header file. */
337#undef HAVE_COM_ERR_H
338
339/* Whether the system has connect() */
340#undef HAVE_CONNECT
341
342/* Define to 1 if you have the `copy_Authenticator' function. */
343#undef HAVE_COPY_AUTHENTICATOR
344
345/* Define to 1 if you have the <CoreFoundation/CFStringEncodingConverter.h>
346 header file. */
347#undef HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
348
349/* Define to 1 if you have the `creat64' function. */
350#undef HAVE_CREAT64
351
352/* Define to 1 if you have the `crypt' function. */
353#undef HAVE_CRYPT
354
355/* Define to 1 if you have the `crypt16' function. */
356#undef HAVE_CRYPT16
357
358/* Define to 1 if you have the <crypt.h> header file. */
359#undef HAVE_CRYPT_H
360
361/* Whether CTDB_CONTROL_TRANS3_COMMIT() is available */
362#undef HAVE_CTDB_CONTROL_TRANS3_COMMIT_DECL
363
364/* Define to 1 if you have the <ctdb.h> header file. */
365#undef HAVE_CTDB_H
366
367/* Define to 1 if you have the <ctdb_private.h> header file. */
368#undef HAVE_CTDB_PRIVATE_H
369
370/* Define to 1 if you have the <ctype.h> header file. */
371#undef HAVE_CTYPE_H
372
373/* Whether we have CUPS */
374#undef HAVE_CUPS
375
376/* Define to 1 if you have the <cups/cups.h> header file. */
377#undef HAVE_CUPS_CUPS_H
378
379/* Define to 1 if you have the <cups/language.h> header file. */
380#undef HAVE_CUPS_LANGUAGE_H
381
382/* Define to 1 if you have the <curses.h> header file. */
383#undef HAVE_CURSES_H
384
385/* Whether to use the Darwin-specific initgroups system call */
386#undef HAVE_DARWIN_INITGROUPS
387
388/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
389 don't. */
390#undef HAVE_DECL_ASPRINTF
391
392/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
393 don't. */
394#undef HAVE_DECL_H_ERRNO
395
396/* Define to 1 if you have the declaration of
397 `krb5_auth_con_set_req_cksumtype', and to 0 if you don't. */
398#undef HAVE_DECL_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
399
400/* Define to 1 if you have the declaration of `krb5_get_credentials_for_user',
401 and to 0 if you don't. */
402#undef HAVE_DECL_KRB5_GET_CREDENTIALS_FOR_USER
403
404/* Define to 1 if you have the declaration of `rl_event_hook', and to 0 if you
405 don't. */
406#undef HAVE_DECL_RL_EVENT_HOOK
407
408/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
409 don't. */
410#undef HAVE_DECL_SNPRINTF
411
412/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
413 don't. */
414#undef HAVE_DECL_VASPRINTF
415
416/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
417 don't. */
418#undef HAVE_DECL_VSNPRINTF
419
420/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
421 */
422#undef HAVE_DECL__RES
423
424/* Define to 1 if you have the `delproplist' function. */
425#undef HAVE_DELPROPLIST
426
427/* Define to 1 if you have the `des_set_key' function. */
428#undef HAVE_DES_SET_KEY
429
430/* Whether the 'dev64_t' type is available */
431#undef HAVE_DEV64_T
432
433/* Whether the major macro for dev_t is available */
434#undef HAVE_DEVICE_MAJOR_FN
435
436/* Whether the minor macro for dev_t is available */
437#undef HAVE_DEVICE_MINOR_FN
438
439/* Define to 1 if you have the `devnm' function. */
440#undef HAVE_DEVNM
441
442/* Define to 1 if you have the <devnm.h> header file. */
443#undef HAVE_DEVNM_H
444
445/* Define to 1 if you have the `dgettext' function. */
446#undef HAVE_DGETTEXT
447
448/* Define to 1 if you have the <direct.h> header file. */
449#undef HAVE_DIRECT_H
450
451/* Whether dirent has a d_off member */
452#undef HAVE_DIRENT_D_OFF
453
454/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
455 */
456#undef HAVE_DIRENT_H
457
458/* Define to 1 if you have the `dirfd' function. */
459#undef HAVE_DIRFD
460
461/* Whether dirfd() is available */
462#undef HAVE_DIRFD_DECL
463
464/* Define to 1 if you have the `dlclose' function. */
465#undef HAVE_DLCLOSE
466
467/* Define to 1 if you have the `dlerror' function. */
468#undef HAVE_DLERROR
469
470/* Define to 1 if you have the <dlfcn.h> header file. */
471#undef HAVE_DLFCN_H
472
473/* Define to 1 if you have the `dlopen' function. */
474#undef HAVE_DLOPEN
475
476/* Define to 1 if you have the `dlsym' function. */
477#undef HAVE_DLSYM
478
479/* Define to 1 if you have the <dl.h> header file. */
480#undef HAVE_DL_H
481
482/* Define to 1 if you have the <dmapi.h> header file. */
483#undef HAVE_DMAPI_H
484
485/* Define to 1 if you have the `DNSServiceRegister' function. */
486#undef HAVE_DNSSERVICEREGISTER
487
488/* Define to 1 if you have the <dns.h> header file. */
489#undef HAVE_DNS_H
490
491/* Define to 1 if you have the <dns_sd.h> header file. */
492#undef HAVE_DNS_SD_H
493
494/* Define to 1 if you have the `dns_search' function. */
495#undef HAVE_DNS_SEARCH
496
497/* Define to 1 if you have the `dn_expand' function. */
498#undef HAVE_DN_EXPAND
499
500/* Define to 1 if you have the `dprintf' function. */
501#undef HAVE_DPRINTF
502
503/* struct dqblk .dqb_fsoftlimit */
504#undef HAVE_DQB_FSOFTLIMIT
505
506/* Define to 1 if you have the `dup2' function. */
507#undef HAVE_DUP2
508
509/* Whether the ENCTYPE_ARCFOUR_HMAC_MD5 key type is available */
510#undef HAVE_ENCTYPE_ARCFOUR_HMAC_MD5
511
512/* Define to 1 if you have the `endmntent' function. */
513#undef HAVE_ENDMNTENT
514
515/* Define to 1 if you have the `endnetgrent' function. */
516#undef HAVE_ENDNETGRENT
517
518/* Whether environ() is available */
519#undef HAVE_ENVIRON_DECL
520
521/* Whether epoll available */
522#undef HAVE_EPOLL
523
524/* Define to 1 if you have the `epoll_create' function. */
525#undef HAVE_EPOLL_CREATE
526
527/* Define to 1 if you have the `err' function. */
528#undef HAVE_ERR
529
530/* Whether errno() is available */
531#undef HAVE_ERRNO_DECL
532
533/* Define to 1 if you have the <errno.h> header file. */
534#undef HAVE_ERRNO_H
535
536/* Define to 1 if you have the `errx' function. */
537#undef HAVE_ERRX
538
539/* Define to 1 if you have the <err.h> header file. */
540#undef HAVE_ERR_H
541
542/* Whether the EncryptedData struct has a etype property */
543#undef HAVE_ETYPE_IN_ENCRYPTEDDATA
544
545/* Define to 1 if you have the <execinfo.h> header file. */
546#undef HAVE_EXECINFO_H
547
548/* Define to 1 if you have the `execl' function. */
549#undef HAVE_EXECL
550
551/* Whether large file support can be enabled */
552#undef HAVE_EXPLICIT_LARGEFILE_SUPPORT
553
554/* Define to 1 if you have the `extattr_delete_fd' function. */
555#undef HAVE_EXTATTR_DELETE_FD
556
557/* Define to 1 if you have the `extattr_delete_file' function. */
558#undef HAVE_EXTATTR_DELETE_FILE
559
560/* Define to 1 if you have the `extattr_delete_link' function. */
561#undef HAVE_EXTATTR_DELETE_LINK
562
563/* Define to 1 if you have the `extattr_get_fd' function. */
564#undef HAVE_EXTATTR_GET_FD
565
566/* Define to 1 if you have the `extattr_get_file' function. */
567#undef HAVE_EXTATTR_GET_FILE
568
569/* Define to 1 if you have the `extattr_get_link' function. */
570#undef HAVE_EXTATTR_GET_LINK
571
572/* Define to 1 if you have the `extattr_list_fd' function. */
573#undef HAVE_EXTATTR_LIST_FD
574
575/* Define to 1 if you have the `extattr_list_file' function. */
576#undef HAVE_EXTATTR_LIST_FILE
577
578/* Define to 1 if you have the `extattr_list_link' function. */
579#undef HAVE_EXTATTR_LIST_LINK
580
581/* Define to 1 if you have the `extattr_set_fd' function. */
582#undef HAVE_EXTATTR_SET_FD
583
584/* Define to 1 if you have the `extattr_set_file' function. */
585#undef HAVE_EXTATTR_SET_FILE
586
587/* Define to 1 if you have the `extattr_set_link' function. */
588#undef HAVE_EXTATTR_SET_LINK
589
590/* Whether the krb5_error struct has a e_data pointer */
591#undef HAVE_E_DATA_POINTER_IN_KRB5_ERROR
592
593/* Define to 1 if you have the `FAMOpen2' function. */
594#undef HAVE_FAMOPEN2
595
596/* Define to 1 if you have the <fam.h> header file. */
597#undef HAVE_FAM_H
598
599/* Whether fam.h contains a typedef for enum FAMCodes */
600#undef HAVE_FAM_H_FAMCODES_TYPEDEF
601
602/* Define to 1 if you have the `fchmod' function. */
603#undef HAVE_FCHMOD
604
605/* Define to 1 if you have the `fchown' function. */
606#undef HAVE_FCHOWN
607
608/* Define to 1 if you have the <fcntl.h> header file. */
609#undef HAVE_FCNTL_H
610
611/* Whether fcntl locking is available */
612#undef HAVE_FCNTL_LOCK
613
614/* Define to 1 if you have the `fcvt' function. */
615#undef HAVE_FCVT
616
617/* Define to 1 if you have the `fcvtl' function. */
618#undef HAVE_FCVTL
619
620/* Define to 1 if you have the `fdatasync' function. */
621#undef HAVE_FDATASYNC
622
623/* Define to 1 if you have the `fdelproplist' function. */
624#undef HAVE_FDELPROPLIST
625
626/* Define to 1 if you have the `fgetea' function. */
627#undef HAVE_FGETEA
628
629/* Define to 1 if you have the `fgetproplist' function. */
630#undef HAVE_FGETPROPLIST
631
632/* Define to 1 if you have the `fgetxattr' function. */
633#undef HAVE_FGETXATTR
634
635/* Define to 1 if you have the `flistea' function. */
636#undef HAVE_FLISTEA
637
638/* Define to 1 if you have the `flistxattr' function. */
639#undef HAVE_FLISTXATTR
640
641/* Define to 1 if you have the <float.h> header file. */
642#undef HAVE_FLOAT_H
643
644/* Define to 1 if you have the `flock' function. */
645#undef HAVE_FLOCK
646
647/* Define to 1 if you have the <fnmatch.h> header file. */
648#undef HAVE_FNMATCH_H
649
650/* Define to 1 if you have the `fopen64' function. */
651#undef HAVE_FOPEN64
652
653/* Whether the system has freeaddrinfo */
654#undef HAVE_FREEADDRINFO
655
656/* Define to 1 if you have the `freehostent' function. */
657#undef HAVE_FREEHOSTENT
658
659/* Whether the system has freeifaddrs */
660#undef HAVE_FREEIFADDRS
661
662/* Define to 1 if you have the `free_AP_REQ' function. */
663#undef HAVE_FREE_AP_REQ
664
665/* Define to 1 if you have the `fremoveea' function. */
666#undef HAVE_FREMOVEEA
667
668/* Define to 1 if you have the `fremovexattr' function. */
669#undef HAVE_FREMOVEXATTR
670
671/* Whether statvfs.f_frsize exists */
672#undef HAVE_FRSIZE
673
674/* Define to 1 if you have the `fseek64' function. */
675#undef HAVE_FSEEK64
676
677/* Define to 1 if you have the `fseeko64' function. */
678#undef HAVE_FSEEKO64
679
680/* Define to 1 if you have the `fsetea' function. */
681#undef HAVE_FSETEA
682
683/* Define to 1 if you have the `fsetproplist' function. */
684#undef HAVE_FSETPROPLIST
685
686/* Define to 1 if you have the `fsetxattr' function. */
687#undef HAVE_FSETXATTR
688
689/* Whether statvfs.f_fsid is an integer */
690#undef HAVE_FSID_INT
691
692/* Whether fstat64() is available */
693#undef HAVE_FSTAT64
694
695/* Define to 1 if you have the `fsync' function. */
696#undef HAVE_FSYNC
697
698/* Define to 1 if you have the `ftell64' function. */
699#undef HAVE_FTELL64
700
701/* Define to 1 if you have the `ftello64' function. */
702#undef HAVE_FTELLO64
703
704/* Define to 1 if you have the `ftruncate' function. */
705#undef HAVE_FTRUNCATE
706
707/* Define to 1 if you have the `ftruncate64' function. */
708#undef HAVE_FTRUNCATE64
709
710/* Truncate extend */
711#undef HAVE_FTRUNCATE_EXTEND
712
713/* whether we can compile with __attribute__((destructor)) */
714#undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR
715
716/* Whether there is a __FUNCTION__ macro */
717#undef HAVE_FUNCTION_MACRO
718
719/* Whether F_SETLEASE() is available */
720#undef HAVE_F_SETLEASE_DECL
721
722/* Whether the system has gai_strerror */
723#undef HAVE_GAI_STRERROR
724
725/* Define to 1 if you have the <gcrypt.h> header file. */
726#undef HAVE_GCRYPT_H
727
728/* Define to 1 if you have the `gcry_control' function. */
729#undef HAVE_GCRY_CONTROL
730
731/* Whether the system has getaddrinfo */
732#undef HAVE_GETADDRINFO
733
734/* Define to 1 if you have the `getauthuid' function. */
735#undef HAVE_GETAUTHUID
736
737/* Define to 1 if you have the `getcwd' function. */
738#undef HAVE_GETCWD
739
740/* Define to 1 if you have the `getdents' function. */
741#undef HAVE_GETDENTS
742
743/* Define to 1 if you have the `getdents64' function. */
744#undef HAVE_GETDENTS64
745
746/* Define to 1 if you have the `getdirentries' function. */
747#undef HAVE_GETDIRENTRIES
748
749/* Define to 1 if you have the `getea' function. */
750#undef HAVE_GETEA
751
752/* Define to 1 if you have the `getgrent' function. */
753#undef HAVE_GETGRENT
754
755/* Define to 1 if you have the `getgrent_r' function. */
756#undef HAVE_GETGRENT_R
757
758/* Whether getgrent_r() is available */
759#undef HAVE_GETGRENT_R_DECL
760
761/* Define to 1 if you have the `getgrgid_r' function. */
762#undef HAVE_GETGRGID_R
763
764/* Define to 1 if you have the `getgrnam' function. */
765#undef HAVE_GETGRNAM
766
767/* Define to 1 if you have the `getgrnam_r' function. */
768#undef HAVE_GETGRNAM_R
769
770/* Define to 1 if you have the `getgrouplist' function. */
771#undef HAVE_GETGROUPLIST
772
773/* Define to 1 if you have the `getgrset' function. */
774#undef HAVE_GETGRSET
775
776/* Whether the system has gethostbyname() */
777#undef HAVE_GETHOSTBYNAME
778
779/* Define to 1 if you have the `gethostname' function. */
780#undef HAVE_GETHOSTNAME
781
782/* Whether the system has getifaddrs */
783#undef HAVE_GETIFADDRS
784
785/* Define to 1 if you have the `getipnodebyaddr' function. */
786#undef HAVE_GETIPNODEBYADDR
787
788/* Define to 1 if you have the `getipnodebyname' function. */
789#undef HAVE_GETIPNODEBYNAME
790
791/* Define to 1 if you have the `getmntent' function. */
792#undef HAVE_GETMNTENT
793
794/* Define to 1 if you have the `getnameinfo' function. */
795#undef HAVE_GETNAMEINFO
796
797/* Define to 1 if you have the `getnetgrent' function. */
798#undef HAVE_GETNETGRENT
799
800/* Define to 1 if you have the <getopt.h> header file. */
801#undef HAVE_GETOPT_H
802
803/* Define to 1 if you have the `getpagesize' function. */
804#undef HAVE_GETPAGESIZE
805
806/* Define to 1 if you have the `getpgrp' function. */
807#undef HAVE_GETPGRP
808
809/* Define to 1 if you have the `getprogname' function. */
810#undef HAVE_GETPROGNAME
811
812/* Define to 1 if you have the `getproplist' function. */
813#undef HAVE_GETPROPLIST
814
815/* Whether getprpwnam is available */
816#undef HAVE_GETPRPWNAM
817
818/* Define to 1 if you have the `getpwanam' function. */
819#undef HAVE_GETPWANAM
820
821/* Define to 1 if you have the `getpwent_r' function. */
822#undef HAVE_GETPWENT_R
823
824/* Whether getpwent_r() is available */
825#undef HAVE_GETPWENT_R_DECL
826
827/* Define to 1 if you have the `getpwnam_r' function. */
828#undef HAVE_GETPWNAM_R
829
830/* Define to 1 if you have the `getpwuid_r' function. */
831#undef HAVE_GETPWUID_R
832
833/* Define to 1 if you have the `getrlimit' function. */
834#undef HAVE_GETRLIMIT
835
836/* Whether getspnam is available */
837#undef HAVE_GETSPNAM
838
839/* Define to 1 if you have the `gettext' function. */
840#undef HAVE_GETTEXT
841
842/* Whether gettimeofday() is available */
843#undef HAVE_GETTIMEOFDAY_TZ
844
845/* Define to 1 if you have the `getutmpx' function. */
846#undef HAVE_GETUTMPX
847
848/* Define to 1 if you have the `getutxent' function. */
849#undef HAVE_GETUTXENT
850
851/* Define to 1 if you have the `getxattr' function. */
852#undef HAVE_GETXATTR
853
854/* Define to 1 if you have the `get_proplist_entry' function. */
855#undef HAVE_GET_PROPLIST_ENTRY
856
857/* What header to include for iconv() function: giconv.h */
858#undef HAVE_GICONV
859
860/* Whether giconv.h is present */
861#undef HAVE_GICONV_H
862
863/* Define to 1 if you have the `glob' function. */
864#undef HAVE_GLOB
865
866/* Define to 1 if you have the <glob.h> header file. */
867#undef HAVE_GLOB_H
868
869/* Define to 1 if the system has the type `gnutls_datum'. */
870#undef HAVE_GNUTLS_DATUM
871
872/* Define to 1 if the system has the type `gnutls_datum_t'. */
873#undef HAVE_GNUTLS_DATUM_T
874
875/* Define to 1 if you have the `gnutls_global_init' function. */
876#undef HAVE_GNUTLS_GLOBAL_INIT
877
878/* Define to 1 if you have the <gnutls/gnutls.h> header file. */
879#undef HAVE_GNUTLS_GNUTLS_H
880
881/* gnutls subject_key */
882#undef HAVE_GNUTLS_X509_CRT_SET_SUBJECT_KEY_ID
883
884/* gnutls set_version */
885#undef HAVE_GNUTLS_X509_CRT_SET_VERSION
886
887/* Whether GPFS GPL headers are available */
888#undef HAVE_GPFS
889
890/* Define to 1 if you have the <gpfs_gpl.h> header file. */
891#undef HAVE_GPFS_GPL_H
892
893/* Define to 1 if you have the `grantpt' function. */
894#undef HAVE_GRANTPT
895
896/* Define to 1 if you have the <grp.h> header file. */
897#undef HAVE_GRP_H
898
899/* Whether GSSAPI is available */
900#undef HAVE_GSSAPI
901
902/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
903#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
904
905/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
906#undef HAVE_GSSAPI_GSSAPI_H
907
908/* Define to 1 if you have the <gssapi.h> header file. */
909#undef HAVE_GSSAPI_H
910
911/* Define to 1 if you have the `gss_display_status' function. */
912#undef HAVE_GSS_DISPLAY_STATUS
913
914/* Define to 1 if you have the <history.h> header file. */
915#undef HAVE_HISTORY_H
916
917/* Do we have history_list? */
918#undef HAVE_HISTORY_LIST
919
920/* Whether HPUX ACLs are available */
921#undef HAVE_HPUX_ACLS
922
923/* Define to 1 if you have the `hstrerror' function. */
924#undef HAVE_HSTRERROR
925
926/* Define to 1 if you have the `httpConnect' function. */
927#undef HAVE_HTTPCONNECT
928
929/* Define to 1 if you have the `httpConnectEncrypt' function. */
930#undef HAVE_HTTPCONNECTENCRYPT
931
932/* Define if you have the `h_errno' variable. */
933#undef HAVE_H_ERRNO
934
935/* What header to include for iconv() function: iconv.h */
936#undef HAVE_ICONV
937
938/* Whether iconv.h is present */
939#undef HAVE_ICONV_H
940
941/* Whether iface AIX is available */
942#undef HAVE_IFACE_AIX
943
944/* Whether iface getifaddrs is available */
945#undef HAVE_IFACE_GETIFADDRS
946
947/* Whether iface ifconf is available */
948#undef HAVE_IFACE_IFCONF
949
950/* Whether iface ifreq is available */
951#undef HAVE_IFACE_IFREQ
952
953/* Define to 1 if you have the <ifaddrs.h> header file. */
954#undef HAVE_IFADDRS_H
955
956/* Whether the system has if_nametoindex() */
957#undef HAVE_IF_NAMETOINDEX
958
959/* Whether the compiler supports immediate structures */
960#undef HAVE_IMMEDIATE_STRUCTURES
961
962/* Define to 1 if you have the `inet_aton' function. */
963#undef HAVE_INET_ATON
964
965/* Define to 1 if you have the `inet_ntoa' function. */
966#undef HAVE_INET_NTOA
967
968/* Define to 1 if you have the `inet_ntop' function. */
969#undef HAVE_INET_NTOP
970
971/* Define to 1 if you have the `inet_pton' function. */
972#undef HAVE_INET_PTON
973
974/* Define to 1 if you have the `initgroups' function. */
975#undef HAVE_INITGROUPS
976
977/* Define to 1 if you have the `initialize_krb5_error_table' function. */
978#undef HAVE_INITIALIZE_KRB5_ERROR_TABLE
979
980/* Define to 1 if you have the `innetgr' function. */
981#undef HAVE_INNETGR
982
983/* Whether the 'ino64_t' type is available */
984#undef HAVE_INO64_T
985
986/* Whether kernel has inotify support */
987#undef HAVE_INOTIFY
988
989/* Define to 1 if you have the `inotify_init' function. */
990#undef HAVE_INOTIFY_INIT
991
992/* Whether int16 typedef is included by rpc/rpc.h */
993#undef HAVE_INT16_FROM_RPC_RPC_H
994
995/* Whether int32 typedef is included by rpc/rpc.h */
996#undef HAVE_INT32_FROM_RPC_RPC_H
997
998/* Define to 1 if the system has the type `intptr_t'. */
999#undef HAVE_INTPTR_T
1000
1001/* Define to 1 if you have the <inttypes.h> header file. */
1002#undef HAVE_INTTYPES_H
1003
1004/* Whether we have iPrint */
1005#undef HAVE_IPRINT
1006
1007/* Whether the system has IPv6 support */
1008#undef HAVE_IPV6
1009
1010/* Whether IRIX ACLs are available */
1011#undef HAVE_IRIX_ACLS
1012
1013/* Whether IRIX specific capabilities are available */
1014#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
1015
1016/* Define to 1 if you have the `iruserok' function. */
1017#undef HAVE_IRUSEROK
1018
1019/* Define to 1 if you have the `isatty' function. */
1020#undef HAVE_ISATTY
1021
1022/* Whether kernel notifies changes */
1023#undef HAVE_KERNEL_CHANGE_NOTIFY
1024
1025/* Whether IRIX kernel oplock type definitions are available */
1026#undef HAVE_KERNEL_OPLOCKS_IRIX
1027
1028/* Whether to use linux kernel oplocks */
1029#undef HAVE_KERNEL_OPLOCKS_LINUX
1030
1031/* Whether the kernel supports share modes */
1032#undef HAVE_KERNEL_SHARE_MODES
1033
1034/* Define to 1 if you have the <keyutils.h> header file. */
1035#undef HAVE_KEYUTILS_H
1036
1037/* Whether kerberos is available */
1038#undef HAVE_KRB5
1039
1040/* Whether the type krb5_addresses type exists */
1041#undef HAVE_KRB5_ADDRESSES
1042
1043/* Define to 1 if you have the `krb5_auth_con_setkey' function. */
1044#undef HAVE_KRB5_AUTH_CON_SETKEY
1045
1046/* Define to 1 if you have the `krb5_auth_con_setuseruserkey' function. */
1047#undef HAVE_KRB5_AUTH_CON_SETUSERUSERKEY
1048
1049/* Define to 1 if you have the `krb5_auth_con_set_req_cksumtype' function. */
1050#undef HAVE_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE
1051
1052/* Whether the type krb5_crypto exists */
1053#undef HAVE_KRB5_CRYPTO
1054
1055/* Define to 1 if you have the `krb5_crypto_destroy' function. */
1056#undef HAVE_KRB5_CRYPTO_DESTROY
1057
1058/* Define to 1 if you have the `krb5_crypto_init' function. */
1059#undef HAVE_KRB5_CRYPTO_INIT
1060
1061/* Define to 1 if you have the `krb5_c_enctype_compare' function. */
1062#undef HAVE_KRB5_C_ENCTYPE_COMPARE
1063
1064/* Define to 1 if you have the `krb5_c_verify_checksum' function. */
1065#undef HAVE_KRB5_C_VERIFY_CHECKSUM
1066
1067/* Define to 1 if you have the `krb5_decode_ap_req' function. */
1068#undef HAVE_KRB5_DECODE_AP_REQ
1069
1070/* Whether to use deprecated krb5 interfaces */
1071#undef HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER
1072
1073/* Whether the type krb5_encrypt_block exists */
1074#undef HAVE_KRB5_ENCRYPT_BLOCK
1075
1076/* Define to 1 if you have the `krb5_encrypt_data' function. */
1077#undef HAVE_KRB5_ENCRYPT_DATA
1078
1079/* Define to 1 if you have the `krb5_enctypes_compatible_keys' function. */
1080#undef HAVE_KRB5_ENCTYPES_COMPATIBLE_KEYS
1081
1082/* Define to 1 if you have the `krb5_enctype_to_string' function. */
1083#undef HAVE_KRB5_ENCTYPE_TO_STRING
1084
1085/* whether krb5_enctype_to_string takes krb5_context argument */
1086#undef HAVE_KRB5_ENCTYPE_TO_STRING_WITH_KRB5_CONTEXT_ARG
1087
1088/* whether krb5_enctype_to_string takes size_t argument */
1089#undef HAVE_KRB5_ENCTYPE_TO_STRING_WITH_SIZE_T_ARG
1090
1091/* Define to 1 if you have the `krb5_free_data_contents' function. */
1092#undef HAVE_KRB5_FREE_DATA_CONTENTS
1093
1094/* Define to 1 if you have the `krb5_free_error_contents' function. */
1095#undef HAVE_KRB5_FREE_ERROR_CONTENTS
1096
1097/* Define to 1 if you have the `krb5_free_host_realm' function. */
1098#undef HAVE_KRB5_FREE_HOST_REALM
1099
1100/* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */
1101#undef HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS
1102
1103/* Define to 1 if you have the `krb5_free_unparsed_name' function. */
1104#undef HAVE_KRB5_FREE_UNPARSED_NAME
1105
1106/* Define to 1 if you have the `krb5_fwd_tgt_creds' function. */
1107#undef HAVE_KRB5_FWD_TGT_CREDS
1108
1109/* Define to 1 if you have the `krb5_get_credentials_for_user' function. */
1110#undef HAVE_KRB5_GET_CREDENTIALS_FOR_USER
1111
1112/* Define to 1 if you have the `krb5_get_creds' function. */
1113#undef HAVE_KRB5_GET_CREDS
1114
1115/* Define to 1 if you have the `krb5_get_creds_opt_alloc' function. */
1116#undef HAVE_KRB5_GET_CREDS_OPT_ALLOC
1117
1118/* Define to 1 if you have the `krb5_get_creds_opt_set_impersonate' function.
1119 */
1120#undef HAVE_KRB5_GET_CREDS_OPT_SET_IMPERSONATE
1121
1122/* Define to 1 if you have the `krb5_get_default_in_tkt_etypes' function. */
1123#undef HAVE_KRB5_GET_DEFAULT_IN_TKT_ETYPES
1124
1125/* Define to 1 if you have the `krb5_get_host_realm' function. */
1126#undef HAVE_KRB5_GET_HOST_REALM
1127
1128/* Define to 1 if you have the `krb5_get_init_creds_opt_alloc' function. */
1129#undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
1130
1131/* Define to 1 if you have the `krb5_get_init_creds_opt_free' function. */
1132#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE
1133
1134/* Define to 1 if you have the `krb5_get_init_creds_opt_get_error' function.
1135 */
1136#undef HAVE_KRB5_GET_INIT_CREDS_OPT_GET_ERROR
1137
1138/* Define to 1 if you have the `krb5_get_init_creds_opt_set_pac_request'
1139 function. */
1140#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PAC_REQUEST
1141
1142/* Define to 1 if you have the `krb5_get_kdc_cred' function. */
1143#undef HAVE_KRB5_GET_KDC_CRED
1144
1145/* Define to 1 if you have the `krb5_get_permitted_enctypes' function. */
1146#undef HAVE_KRB5_GET_PERMITTED_ENCTYPES
1147
1148/* Define to 1 if you have the `krb5_get_pw_salt' function. */
1149#undef HAVE_KRB5_GET_PW_SALT
1150
1151/* Define to 1 if you have the `krb5_get_renewed_creds' function. */
1152#undef HAVE_KRB5_GET_RENEWED_CREDS
1153
1154/* Define to 1 if you have the <krb5.h> header file. */
1155#undef HAVE_KRB5_H
1156
1157/* Whether the krb5_creds struct has a keyblock property */
1158#undef HAVE_KRB5_KEYBLOCK_IN_CREDS
1159
1160/* Whether the krb5_keyblock struct has a keyvalue property */
1161#undef HAVE_KRB5_KEYBLOCK_KEYVALUE
1162
1163/* Whether krb5_keytab_entry has key member */
1164#undef HAVE_KRB5_KEYTAB_ENTRY_KEY
1165
1166/* Whether krb5_keytab_entry has keyblock member */
1167#undef HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK
1168
1169/* Whether KRB5_KEYUSAGE_APP_DATA_CKSUM is available */
1170#undef HAVE_KRB5_KEYUSAGE_APP_DATA_CKSUM
1171
1172/* Define to 1 if you have the `krb5_krbhst_get_addrinfo' function. */
1173#undef HAVE_KRB5_KRBHST_GET_ADDRINFO
1174
1175/* Define to 1 if you have the `krb5_krbhst_init' function. */
1176#undef HAVE_KRB5_KRBHST_INIT
1177
1178/* Define to 1 if you have the `krb5_kt_compare' function. */
1179#undef HAVE_KRB5_KT_COMPARE
1180
1181/* Define to 1 if you have the `krb5_kt_free_entry' function. */
1182#undef HAVE_KRB5_KT_FREE_ENTRY
1183
1184/* Whether KRB5_KU_OTHER_CKSUM is available */
1185#undef HAVE_KRB5_KU_OTHER_CKSUM
1186
1187/* Define to 1 if you have the `krb5_locate_kdc' function. */
1188#undef HAVE_KRB5_LOCATE_KDC
1189
1190/* Define to 1 if you have the <krb5/locate_plugin.h> header file. */
1191#undef HAVE_KRB5_LOCATE_PLUGIN_H
1192
1193/* Define to 1 if you have the `krb5_mk_req_extended' function. */
1194#undef HAVE_KRB5_MK_REQ_EXTENDED
1195
1196/* Define to 1 if you have the `krb5_parse_name_norealm' function. */
1197#undef HAVE_KRB5_PARSE_NAME_NOREALM
1198
1199/* Define to 1 if you have the `krb5_principal2salt' function. */
1200#undef HAVE_KRB5_PRINCIPAL2SALT
1201
1202/* Define to 1 if you have the `krb5_principal_compare_any_realm' function. */
1203#undef HAVE_KRB5_PRINCIPAL_COMPARE_ANY_REALM
1204
1205/* Define to 1 if you have the `krb5_principal_get_comp_string' function. */
1206#undef HAVE_KRB5_PRINCIPAL_GET_COMP_STRING
1207
1208/* Whether the function krb5_principal_get_realm is defined */
1209#undef HAVE_KRB5_PRINCIPAL_GET_REALM
1210
1211/* Whether krb5_princ_component is available */
1212#undef HAVE_KRB5_PRINC_COMPONENT
1213
1214/* Whether the macro krb5_princ_realm is defined */
1215#undef HAVE_KRB5_PRINC_REALM
1216
1217/* Define to 1 if you have the `krb5_princ_size' function. */
1218#undef HAVE_KRB5_PRINC_SIZE
1219
1220/* Whether the type krb5_realm exists */
1221#undef HAVE_KRB5_REALM_TYPE
1222
1223/* Whether the krb5_creds struct has a session property */
1224#undef HAVE_KRB5_SESSION_IN_CREDS
1225
1226/* Define to 1 if you have the `krb5_set_default_in_tkt_etypes' function. */
1227#undef HAVE_KRB5_SET_DEFAULT_IN_TKT_ETYPES
1228
1229/* Define to 1 if you have the `krb5_set_default_tgs_enctypes' function. */
1230#undef HAVE_KRB5_SET_DEFAULT_TGS_ENCTYPES
1231
1232/* Define to 1 if you have the `krb5_set_default_tgs_ktypes' function. */
1233#undef HAVE_KRB5_SET_DEFAULT_TGS_KTYPES
1234
1235/* Define to 1 if you have the `krb5_set_real_time' function. */
1236#undef HAVE_KRB5_SET_REAL_TIME
1237
1238/* Define to 1 if you have the `krb5_string_to_key' function. */
1239#undef HAVE_KRB5_STRING_TO_KEY
1240
1241/* Define to 1 if you have the `krb5_string_to_key_salt' function. */
1242#undef HAVE_KRB5_STRING_TO_KEY_SALT
1243
1244/* Whether the krb5_ticket struct has a enc_part2 property */
1245#undef HAVE_KRB5_TKT_ENC_PART2
1246
1247/* Define to 1 if you have the `krb5_use_enctype' function. */
1248#undef HAVE_KRB5_USE_ENCTYPE
1249
1250/* Define to 1 if you have the `krb5_verify_checksum' function. */
1251#undef HAVE_KRB5_VERIFY_CHECKSUM
1252
1253/* Whether the KV5M_KEYTAB option is available */
1254#undef HAVE_KV5M_KEYTAB
1255
1256/* Define to 1 if you have the <langinfo.h> header file. */
1257#undef HAVE_LANGINFO_H
1258
1259/* Define to 1 if you have the <lastlog.h> header file. */
1260#undef HAVE_LASTLOG_H
1261
1262/* Define to 1 if you have the <lber.h> header file. */
1263#undef HAVE_LBER_H
1264
1265/* Support for LDAP/LBER logging interception */
1266#undef HAVE_LBER_LOG_PRINT_FN
1267
1268/* Define to 1 if you have the `lchown' function. */
1269#undef HAVE_LCHOWN
1270
1271/* Whether ldap is available */
1272#undef HAVE_LDAP
1273
1274/* Define to 1 if you have the `ldap_add_result_entry' function. */
1275#undef HAVE_LDAP_ADD_RESULT_ENTRY
1276
1277/* Define to 1 if you have the <ldap.h> header file. */
1278#undef HAVE_LDAP_H
1279
1280/* Define to 1 if you have the `ldap_init' function. */
1281#undef HAVE_LDAP_INIT
1282
1283/* Define to 1 if you have the `ldap_initialize' function. */
1284#undef HAVE_LDAP_INITIALIZE
1285
1286/* Support for SASL wrapping */
1287#undef HAVE_LDAP_SASL_WRAPPING
1288
1289/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
1290#undef HAVE_LDAP_SET_REBIND_PROC
1291
1292/* Whether ldb_sqlite3 is available */
1293#undef HAVE_LDB_SQLITE3
1294
1295/* Define to 1 if you have the `lgetea' function. */
1296#undef HAVE_LGETEA
1297
1298/* Define to 1 if you have the `lgetxattr' function. */
1299#undef HAVE_LGETXATTR
1300
1301/* Define to 1 if you have the `asn1' library (-lasn1). */
1302#undef HAVE_LIBASN1
1303
1304/* Whether we have blkid support (e2fsprogs) */
1305#undef HAVE_LIBBLKID
1306
1307/* Define to 1 if you have the `com_err' library (-lcom_err). */
1308#undef HAVE_LIBCOM_ERR
1309
1310/* Define to 1 if you have the `crypt' library (-lcrypt). */
1311#undef HAVE_LIBCRYPT
1312
1313/* Define to 1 if you have the `crypto' library (-lcrypto). */
1314#undef HAVE_LIBCRYPTO
1315
1316/* Define to 1 if you have the `cups' library (-lcups). */
1317#undef HAVE_LIBCUPS
1318
1319/* Define to 1 if you have the `dns_sd' library (-ldns_sd). */
1320#undef HAVE_LIBDNS_SD
1321
1322/* Define to 1 if you have the `exc' library (-lexc). */
1323#undef HAVE_LIBEXC
1324
1325/* Define to 1 if you have the <libexc.h> header file. */
1326#undef HAVE_LIBEXC_H
1327
1328/* Define to 1 if you have the `fam' library (-lfam). */
1329#undef HAVE_LIBFAM
1330
1331/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
1332#undef HAVE_LIBGCRYPT
1333
1334/* Define to 1 if you have the `gnutls' library (-lgnutls). */
1335#undef HAVE_LIBGNUTLS
1336
1337/* Define to 1 if you have the `gssapi' library (-lgssapi). */
1338#undef HAVE_LIBGSSAPI
1339
1340/* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */
1341#undef HAVE_LIBGSSAPI_KRB5
1342
1343/* Define to 1 if you have the `inet' library (-linet). */
1344#undef HAVE_LIBINET
1345
1346/* Define to 1 if you have the `intl' library (-lintl). */
1347#undef HAVE_LIBINTL
1348
1349/* Define to 1 if you have the <libintl.h> header file. */
1350#undef HAVE_LIBINTL_H
1351
1352/* Define to 1 if you have the `ipv6' library (-lipv6). */
1353#undef HAVE_LIBIPV6
1354
1355/* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
1356#undef HAVE_LIBK5CRYPTO
1357
1358/* Define to 1 if you have the `krb5' library (-lkrb5). */
1359#undef HAVE_LIBKRB5
1360
1361/* Define to 1 if you have the `lber' library (-llber). */
1362#undef HAVE_LIBLBER
1363
1364/* Define to 1 if you have the `ldap' library (-lldap). */
1365#undef HAVE_LIBLDAP
1366
1367/* Define to 1 if you have the `netapi' library (-lnetapi). */
1368#undef HAVE_LIBNETAPI
1369
1370/* Define to 1 if you have the `libnetapi_init' function. */
1371#undef HAVE_LIBNETAPI_INIT
1372
1373/* Define to 1 if you have the `nscd' library (-lnscd). */
1374#undef HAVE_LIBNSCD
1375
1376/* Define to 1 if you have the `nsl' library (-lnsl). */
1377#undef HAVE_LIBNSL
1378
1379/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
1380#undef HAVE_LIBNSL_S
1381
1382/* Define to 1 if you have the `pam' library (-lpam). */
1383#undef HAVE_LIBPAM
1384
1385/* Whether the system has readline */
1386#undef HAVE_LIBREADLINE
1387
1388/* Define to 1 if you have the `resolv' library (-lresolv). */
1389#undef HAVE_LIBRESOLV
1390
1391/* Define to 1 if you have the `roken' library (-lroken). */
1392#undef HAVE_LIBROKEN
1393
1394/* Define to 1 if you have the `rt' library (-lrt). */
1395#undef HAVE_LIBRT
1396
1397/* Define to 1 if you have the `sasl2' library (-lsasl2). */
1398#undef HAVE_LIBSASL2
1399
1400/* Define to 1 if you have the `sendfile' library (-lsendfile). */
1401#undef HAVE_LIBSENDFILE
1402
1403/* Define to 1 if you have the `setproctitle' library (-lsetproctitle). */
1404#undef HAVE_LIBSETPROCTITLE
1405
1406/* Define to 1 if you have the `socket' library (-lsocket). */
1407#undef HAVE_LIBSOCKET
1408
1409/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
1410#undef HAVE_LIBSQLITE3
1411
1412/* Whether libunwind is available */
1413#undef HAVE_LIBUNWIND
1414
1415/* Define to 1 if you have the <libunwind.h> header file. */
1416#undef HAVE_LIBUNWIND_H
1417
1418/* Whether libunwind-ptrace.a is available. */
1419#undef HAVE_LIBUNWIND_PTRACE
1420
1421/* Define to 1 if you have the <libunwind-ptrace.h> header file. */
1422#undef HAVE_LIBUNWIND_PTRACE_H
1423
1424/* Define to 1 if you have the `util' library (-lutil). */
1425#undef HAVE_LIBUTIL
1426
1427/* Define to 1 if you have the <libutil.h> header file. */
1428#undef HAVE_LIBUTIL_H
1429
1430/* Define to 1 if you have the `z' library (-lz). */
1431#undef HAVE_LIBZ
1432
1433/* Define to 1 if you have the <limits.h> header file. */
1434#undef HAVE_LIMITS_H
1435
1436/* Define to 1 if you have the `link' function. */
1437#undef HAVE_LINK
1438
1439/* Define to 1 if you have the <linux/dqblk_xfs.h> header file. */
1440#undef HAVE_LINUX_DQBLK_XFS_H
1441
1442/* Define to 1 if you have the <linux/inotify.h> header file. */
1443#undef HAVE_LINUX_INOTIFY_H
1444
1445/* Whether the system has IPV6_V6ONLY in linux/in6.h */
1446#undef HAVE_LINUX_IPV6_V6ONLY_26
1447
1448/* Whether the Linux ptrace(2) interface is available. */
1449#undef HAVE_LINUX_PTRACE
1450
1451/* Whether Linux readahead is available */
1452#undef HAVE_LINUX_READAHEAD
1453
1454/* Whether Linux splice is available */
1455#undef HAVE_LINUX_SPLICE
1456
1457/* Whether Linux xfs quota support is available */
1458#undef HAVE_LINUX_XFS_QUOTAS
1459
1460/* Define to 1 if you have the `listea' function. */
1461#undef HAVE_LISTEA
1462
1463/* Define to 1 if you have the `listxattr' function. */
1464#undef HAVE_LISTXATTR
1465
1466/* Define to 1 if you have the `llistea' function. */
1467#undef HAVE_LLISTEA
1468
1469/* Define to 1 if you have the `llistxattr' function. */
1470#undef HAVE_LLISTXATTR
1471
1472/* Define to 1 if you have the `llseek' function. */
1473#undef HAVE_LLSEEK
1474
1475/* Define to 1 if you have the <locale.h> header file. */
1476#undef HAVE_LOCALE_H
1477
1478/* Whether the host supports long long's */
1479#undef HAVE_LONGLONG
1480
1481/* Define to 1 if the system has the type `long long'. */
1482#undef HAVE_LONG_LONG
1483
1484/* Define to 1 if you have the `lremoveea' function. */
1485#undef HAVE_LREMOVEEA
1486
1487/* Define to 1 if you have the `lremovexattr' function. */
1488#undef HAVE_LREMOVEXATTR
1489
1490/* Define to 1 if you have the `lseek64' function. */
1491#undef HAVE_LSEEK64
1492
1493/* Define to 1 if you have the `lsetea' function. */
1494#undef HAVE_LSETEA
1495
1496/* Define to 1 if you have the `lsetxattr' function. */
1497#undef HAVE_LSETXATTR
1498
1499/* Define to 1 if you have the `lstat' function. */
1500#undef HAVE_LSTAT
1501
1502/* Define to 1 if you have the `lstat64' function. */
1503#undef HAVE_LSTAT64
1504
1505/* Whether the krb5_address struct has a magic property */
1506#undef HAVE_MAGIC_IN_KRB5_ADDRESS
1507
1508/* Whether the macro for makedev is available */
1509#undef HAVE_MAKEDEV
1510
1511/* Define to 1 if you have the `memalign' function. */
1512#undef HAVE_MEMALIGN
1513
1514/* Define to 1 if you have the `memcpy' function. */
1515#undef HAVE_MEMCPY
1516
1517/* Define to 1 if you have the `memmem' function. */
1518#undef HAVE_MEMMEM
1519
1520/* Define to 1 if you have the `memmove' function. */
1521#undef HAVE_MEMMOVE
1522
1523/* Define to 1 if you have the <memory.h> header file. */
1524#undef HAVE_MEMORY_H
1525
1526/* Whether memset() is available */
1527#undef HAVE_MEMSET
1528
1529/* Define if target mkdir supports mode option */
1530#undef HAVE_MKDIR_MODE
1531
1532/* Define to 1 if you have the `mkdtemp' function. */
1533#undef HAVE_MKDTEMP
1534
1535/* Define to 1 if you have the `mknod' function. */
1536#undef HAVE_MKNOD
1537
1538/* Define to 1 if you have the `mknod64' function. */
1539#undef HAVE_MKNOD64
1540
1541/* Define to 1 if you have the `mktime' function. */
1542#undef HAVE_MKTIME
1543
1544/* Define to 1 if you have the `mlock' function. */
1545#undef HAVE_MLOCK
1546
1547/* Define to 1 if you have the `mlockall' function. */
1548#undef HAVE_MLOCKALL
1549
1550/* Define to 1 if you have the `mmap' function. */
1551#undef HAVE_MMAP
1552
1553/* Define to 1 if you have the <mntent.h> header file. */
1554#undef HAVE_MNTENT_H
1555
1556/* If we can use msg_acctrights for passing file descriptors */
1557#undef HAVE_MSGHDR_MSG_ACCTRIGHTS
1558
1559/* If we can use msg_control for passing file descriptors */
1560#undef HAVE_MSGHDR_MSG_CONTROL
1561
1562/* Define to 1 if you have the `munlock' function. */
1563#undef HAVE_MUNLOCK
1564
1565/* Define to 1 if you have the `munlockall' function. */
1566#undef HAVE_MUNLOCKALL
1567
1568/* Define to 1 if you have the `nanosleep' function. */
1569#undef HAVE_NANOSLEEP
1570
1571/* Whether external iconv is available */
1572#undef HAVE_NATIVE_ICONV
1573
1574/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1575#undef HAVE_NDIR_H
1576
1577/* Define to 1 if you have the <netapi.h> header file. */
1578#undef HAVE_NETAPI_H
1579
1580/* Define to 1 if you have the <netdb.h> header file. */
1581#undef HAVE_NETDB_H
1582
1583/* Define to 1 if you have the <netgroup.h> header file. */
1584#undef HAVE_NETGROUP_H
1585
1586/* Define to 1 if you have the <netinet6/in6.h> header file. */
1587#undef HAVE_NETINET6_IN6_H
1588
1589/* Define to 1 if you have the <netinet/in6.h> header file. */
1590#undef HAVE_NETINET_IN6_H
1591
1592/* Define to 1 if you have the <netinet/in.h> header file. */
1593#undef HAVE_NETINET_IN_H
1594
1595/* Define to 1 if you have the <netinet/in_ip.h> header file. */
1596#undef HAVE_NETINET_IN_IP_H
1597
1598/* Define to 1 if you have the <netinet/in_systm.h> header file. */
1599#undef HAVE_NETINET_IN_SYSTM_H
1600
1601/* Define to 1 if you have the <netinet/ip.h> header file. */
1602#undef HAVE_NETINET_IP_H
1603
1604/* Define to 1 if you have the <netinet/tcp.h> header file. */
1605#undef HAVE_NETINET_TCP_H
1606
1607/* Define to 1 if you have the `NetUserGetGroups' function. */
1608#undef HAVE_NETUSERGETGROUPS
1609
1610/* Define to 1 if you have the `NetUserGetInfo' function. */
1611#undef HAVE_NETUSERGETINFO
1612
1613/* Define to 1 if you have the `NetUserModalsGet' function. */
1614#undef HAVE_NETUSERMODALSGET
1615
1616/* Define to 1 if you have the `NetUserSetInfo' function. */
1617#undef HAVE_NETUSERSETINFO
1618
1619/* usability of net/if.h */
1620#undef HAVE_NET_IF_H
1621
1622/* Do we have rl_completion_matches? */
1623#undef HAVE_NEW_LIBREADLINE
1624
1625/* Define to 1 if you have the `nl_langinfo' function. */
1626#undef HAVE_NL_LANGINFO
1627
1628/* Whether no ACLs support is available */
1629#undef HAVE_NO_ACLS
1630
1631/* Whether no asynchronous io support is available */
1632#undef HAVE_NO_AIO
1633
1634/* Define to 1 if you have the `nscd_flush_cache' function. */
1635#undef HAVE_NSCD_FLUSH_CACHE
1636
1637/* Define to 1 if you have the <nsswitch.h> header file. */
1638#undef HAVE_NSSWITCH_H
1639
1640/* Define to 1 if you have the <nss_common.h> header file. */
1641#undef HAVE_NSS_COMMON_H
1642
1643/* Define to 1 if you have the <nss.h> header file. */
1644#undef HAVE_NSS_H
1645
1646/* Defined if union nss_XbyY_key has ipnode field */
1647#undef HAVE_NSS_XBYY_KEY_IPNODE
1648
1649/* Define to 1 if you have the <ns_api.h> header file. */
1650#undef HAVE_NS_API_H
1651
1652/* Whether off64_t is available */
1653#undef HAVE_OFF64_T
1654
1655/* Whether building on Isilon OneFS */
1656#undef HAVE_ONEFS
1657
1658/* Define to 1 if you have the `open64' function. */
1659#undef HAVE_OPEN64
1660
1661/* Define to 1 if you have the `opendir64' function. */
1662#undef HAVE_OPENDIR64
1663
1664/* Define to 1 if you have the `openpty' function. */
1665#undef HAVE_OPENPTY
1666
1667/* Whether the open(2) accepts O_DIRECT */
1668#undef HAVE_OPEN_O_DIRECT
1669
1670/* Define to 1 if you have the `pam_get_data' function. */
1671#undef HAVE_PAM_GET_DATA
1672
1673/* Define to 1 if you have the <pam/pam_appl.h> header file. */
1674#undef HAVE_PAM_PAM_APPL_H
1675
1676/* Define to 1 if you have the <pam/pam_ext.h> header file. */
1677#undef HAVE_PAM_PAM_EXT_H
1678
1679/* Define to 1 if you have the <pam/pam_modules.h> header file. */
1680#undef HAVE_PAM_PAM_MODULES_H
1681
1682/* Define to 1 if PAM_RADIO_TYPE is available */
1683#undef HAVE_PAM_RADIO_TYPE
1684
1685/* Define to 1 if you have the `pam_start' function. */
1686#undef HAVE_PAM_START
1687
1688/* Define to 1 if you have the `pam_vsyslog' function. */
1689#undef HAVE_PAM_VSYSLOG
1690
1691/* Define to 1 if you have the <pam/_pam_macros.h> header file. */
1692#undef HAVE_PAM__PAM_MACROS_H
1693
1694/* Defined if struct passwd has pw_age field */
1695#undef HAVE_PASSWD_PW_AGE
1696
1697/* Defined if struct passwd has pw_comment field */
1698#undef HAVE_PASSWD_PW_COMMENT
1699
1700/* Define to 1 if you have the `pathconf' function. */
1701#undef HAVE_PATHCONF
1702
1703/* Whether we can use SO_PEERCRED to get socket credentials */
1704#undef HAVE_PEERCRED
1705
1706/* Define to 1 if you have the `pipe' function. */
1707#undef HAVE_PIPE
1708
1709/* Define to 1 if you have the `poll' function. */
1710#undef HAVE_POLL
1711
1712/* Define to 1 if you have the <popt.h> header file. */
1713#undef HAVE_POPT_H
1714
1715/* Whether POSIX ACLs are available */
1716#undef HAVE_POSIX_ACLS
1717
1718/* Whether POSIX capabilities are available */
1719#undef HAVE_POSIX_CAPABILITIES
1720
1721/* Whether posix_fadvise is available */
1722#undef HAVE_POSIX_FADVISE
1723
1724/* Define to 1 if you have the `posix_fallocate' function. */
1725#undef HAVE_POSIX_FALLOCATE
1726
1727/* Define to 1 if you have the `posix_fallocate64' function. */
1728#undef HAVE_POSIX_FALLOCATE64
1729
1730/* Define to 1 if you have the `posix_memalign' function. */
1731#undef HAVE_POSIX_MEMALIGN
1732
1733/* Whether prctl is available */
1734#undef HAVE_PRCTL
1735
1736/* Define to 1 if you have the `pread' function. */
1737#undef HAVE_PREAD
1738
1739/* Define to 1 if you have the `pread64' function. */
1740#undef HAVE_PREAD64
1741
1742/* Whether pread() is available */
1743#undef HAVE_PREAD_DECL
1744
1745/* Define to 1 if you have the `printf' function. */
1746#undef HAVE_PRINTF
1747
1748/* Do we have pthreads around? */
1749#undef HAVE_PTHREAD
1750
1751/* Define to 1 if you have the <pthread.h> header file. */
1752#undef HAVE_PTHREAD_H
1753
1754/* Define to 1 if the system has the type `ptrdiff_t'. */
1755#undef HAVE_PTRDIFF_T
1756
1757/* Define to 1 if you have the <pty.h> header file. */
1758#undef HAVE_PTY_H
1759
1760/* Define to 1 if you have the `putenv' function. */
1761#undef HAVE_PUTENV
1762
1763/* Whether putprpwnam is available */
1764#undef HAVE_PUTPRPWNAM
1765
1766/* Define to 1 if you have the `pututline' function. */
1767#undef HAVE_PUTUTLINE
1768
1769/* Define to 1 if you have the `pututxline' function. */
1770#undef HAVE_PUTUTXLINE
1771
1772/* Define to 1 if you have the <pwd.h> header file. */
1773#undef HAVE_PWD_H
1774
1775/* Define to 1 if you have the `pwrite' function. */
1776#undef HAVE_PWRITE
1777
1778/* Define to 1 if you have the `pwrite64' function. */
1779#undef HAVE_PWRITE64
1780
1781/* Whether pwrite() is available */
1782#undef HAVE_PWRITE_DECL
1783
1784/* Whether CRAY int quotactl (char *spec, int request, char *arg); is
1785 available */
1786#undef HAVE_QUOTACTL_3
1787
1788/* Whether long quotactl(int cmd, char *special, qid_t id, caddr_t addr) is
1789 available */
1790#undef HAVE_QUOTACTL_4A
1791
1792/* Whether int quotactl(const char *path, int cmd, int id, char *addr) is
1793 available */
1794#undef HAVE_QUOTACTL_4B
1795
1796/* Whether Linux quota support is available */
1797#undef HAVE_QUOTACTL_LINUX
1798
1799/* Define to 1 if you have the `rand' function. */
1800#undef HAVE_RAND
1801
1802/* Define to 1 if you have the `random' function. */
1803#undef HAVE_RANDOM
1804
1805/* Define to 1 if you have the `rcmd' function. */
1806#undef HAVE_RCMD
1807
1808/* Define to 1 if you have the `rdchk' function. */
1809#undef HAVE_RDCHK
1810
1811/* Whether readahead() is available */
1812#undef HAVE_READAHEAD_DECL
1813
1814/* Define to 1 if you have the `readdir64' function. */
1815#undef HAVE_READDIR64
1816
1817/* Define to 1 if you have the <readline.h> header file. */
1818#undef HAVE_READLINE_H
1819
1820/* Define to 1 if you have the <readline/history.h> header file. */
1821#undef HAVE_READLINE_HISTORY_H
1822
1823/* Define to 1 if you have the <readline/readline.h> header file. */
1824#undef HAVE_READLINE_READLINE_H
1825
1826/* Define to 1 if you have the `readlink' function. */
1827#undef HAVE_READLINK
1828
1829/* Define to 1 if you have the `readv' function. */
1830#undef HAVE_READV
1831
1832/* Define to 1 if you have the `realpath' function. */
1833#undef HAVE_REALPATH
1834
1835/* Define to 1 if you have the `removeea' function. */
1836#undef HAVE_REMOVEEA
1837
1838/* Define to 1 if you have the `removexattr' function. */
1839#undef HAVE_REMOVEXATTR
1840
1841/* Define to 1 if you have the `rename' function. */
1842#undef HAVE_RENAME
1843
1844/* Define to 1 if you have the <resolv.h> header file. */
1845#undef HAVE_RESOLV_H
1846
1847/* Define to 1 if you have the `res_ndestroy' function. */
1848#undef HAVE_RES_NDESTROY
1849
1850/* Define to 1 if you have the `res_nsearch' function. */
1851#undef HAVE_RES_NSEARCH
1852
1853/* Define to 1 if you have the `res_search' function. */
1854#undef HAVE_RES_SEARCH
1855
1856/* Define to 1 if you have the `rewinddir64' function. */
1857#undef HAVE_REWINDDIR64
1858
1859/* Define to 1 if you have the `roken_getaddrinfo_hostspec' function. */
1860#undef HAVE_ROKEN_GETADDRINFO_HOSTSPEC
1861
1862/* Define to 1 if you have the <rpcsvc/nis.h> header file. */
1863#undef HAVE_RPCSVC_NIS_H
1864
1865/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
1866#undef HAVE_RPCSVC_YPCLNT_H
1867
1868/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */
1869#undef HAVE_RPCSVC_YP_PROT_H
1870
1871/* Whether there is a conflicting AUTH_ERROR define in rpc/rpc.h */
1872#undef HAVE_RPC_AUTH_ERROR_CONFLICT
1873
1874/* Define to 1 if you have the <rpc/nettype.h> header file. */
1875#undef HAVE_RPC_NETTYPE_H
1876
1877/* Define to 1 if you have the <rpc/rpc.h> header file. */
1878#undef HAVE_RPC_RPC_H
1879
1880/* Define to 1 if you have the `sasl_client_init' function. */
1881#undef HAVE_SASL_CLIENT_INIT
1882
1883/* Define to 1 if you have the <sasl/sasl.h> header file. */
1884#undef HAVE_SASL_SASL_H
1885
1886/* Define to 1 if the system has the type `sa_family_t'. */
1887#undef HAVE_SA_FAMILY_T
1888
1889/* Whether SA_SIGINFO() is available */
1890#undef HAVE_SA_SIGINFO_DECL
1891
1892/* Whether mkstemp is secure */
1893#undef HAVE_SECURE_MKSTEMP
1894
1895/* Define to 1 if you have the <security/pam_appl.h> header file. */
1896#undef HAVE_SECURITY_PAM_APPL_H
1897
1898/* Define to 1 if you have the <security/pam_ext.h> header file. */
1899#undef HAVE_SECURITY_PAM_EXT_H
1900
1901/* Define to 1 if you have the <security/pam_modules.h> header file. */
1902#undef HAVE_SECURITY_PAM_MODULES_H
1903
1904/* Define to 1 if you have the <security/_pam_macros.h> header file. */
1905#undef HAVE_SECURITY__PAM_MACROS_H
1906
1907/* Define to 1 if you have the `seekdir64' function. */
1908#undef HAVE_SEEKDIR64
1909
1910/* Define to 1 if you have the `select' function. */
1911#undef HAVE_SELECT
1912
1913/* Whether sendfile() is available */
1914#undef HAVE_SENDFILE
1915
1916/* Whether sendfile64() is available */
1917#undef HAVE_SENDFILE64
1918
1919/* Whether sendfilev() is available */
1920#undef HAVE_SENDFILEV
1921
1922/* Whether sendfilev64() is available */
1923#undef HAVE_SENDFILEV64
1924
1925/* Define to 1 if you have the `sendmsg' function. */
1926#undef HAVE_SENDMSG
1927
1928/* Define to 1 if you have the `setbuffer' function. */
1929#undef HAVE_SETBUFFER
1930
1931/* Define to 1 if you have the `setea' function. */
1932#undef HAVE_SETEA
1933
1934/* Define to 1 if you have the `setegid' function. */
1935#undef HAVE_SETEGID
1936
1937/* Define to 1 if you have the `setenv' function. */
1938#undef HAVE_SETENV
1939
1940/* Whether setenv() is available */
1941#undef HAVE_SETENV_DECL
1942
1943/* Define to 1 if you have the `seteuid' function. */
1944#undef HAVE_SETEUID
1945
1946/* Define to 1 if you have the `setgidx' function. */
1947#undef HAVE_SETGIDX
1948
1949/* Define to 1 if you have the `setgroups' function. */
1950#undef HAVE_SETGROUPS
1951
1952/* Define to 1 if you have the `setitimer' function. */
1953#undef HAVE_SETITIMER
1954
1955/* Define to 1 if you have the <setjmp.h> header file. */
1956#undef HAVE_SETJMP_H
1957
1958/* Define to 1 if you have the `setlinebuf' function. */
1959#undef HAVE_SETLINEBUF
1960
1961/* Define to 1 if you have the `setlocale' function. */
1962#undef HAVE_SETLOCALE
1963
1964/* Define to 1 if you have the `setluid' function. */
1965#undef HAVE_SETLUID
1966
1967/* Define to 1 if you have the `setmntent' function. */
1968#undef HAVE_SETMNTENT
1969
1970/* Define to 1 if you have the `setnetgrent' function. */
1971#undef HAVE_SETNETGRENT
1972
1973/* Define to 1 if you have the `setpgid' function. */
1974#undef HAVE_SETPGID
1975
1976/* Define to 1 if you have the `setpriv' function. */
1977#undef HAVE_SETPRIV
1978
1979/* Whether setproctitle() is available */
1980#undef HAVE_SETPROCTITLE
1981
1982/* Define to 1 if you have the <setproctitle.h> header file. */
1983#undef HAVE_SETPROCTITLE_H
1984
1985/* Define to 1 if you have the `setprogname' function. */
1986#undef HAVE_SETPROGNAME
1987
1988/* Define to 1 if you have the `setproplist' function. */
1989#undef HAVE_SETPROPLIST
1990
1991/* Whether the system has setresgid */
1992#undef HAVE_SETRESGID
1993
1994/* Whether setresgid() is available */
1995#undef HAVE_SETRESGID_DECL
1996
1997/* Whether the system has setresuid */
1998#undef HAVE_SETRESUID
1999
2000/* Whether setresuid() is available */
2001#undef HAVE_SETRESUID_DECL
2002
2003/* Define to 1 if you have the `setsid' function. */
2004#undef HAVE_SETSID
2005
2006/* Define to 1 if you have the `setuidx' function. */
2007#undef HAVE_SETUIDX
2008
2009/* Define to 1 if you have the `setxattr' function. */
2010#undef HAVE_SETXATTR
2011
2012/* Whether set_auth_parameters is available */
2013#undef HAVE_SET_AUTH_PARAMETERS
2014
2015/* Define to 1 if you have the <shadow.h> header file. */
2016#undef HAVE_SHADOW_H
2017
2018/* Define to 1 if you have the `shl_findsym' function. */
2019#undef HAVE_SHL_FINDSYM
2020
2021/* Define to 1 if you have the `shl_load' function. */
2022#undef HAVE_SHL_LOAD
2023
2024/* Define to 1 if you have the `shl_unload' function. */
2025#undef HAVE_SHL_UNLOAD
2026
2027/* Define to 1 if you have the `shmget' function. */
2028#undef HAVE_SHMGET
2029
2030/* Define to 1 if you have the `shm_open' function. */
2031#undef HAVE_SHM_OPEN
2032
2033/* whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal */
2034#undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE
2035
2036/* Define to 1 if you have the `sigaction' function. */
2037#undef HAVE_SIGACTION
2038
2039/* Define to 1 if you have the `sigblock' function. */
2040#undef HAVE_SIGBLOCK
2041
2042/* Define to 1 if you have the <signal.h> header file. */
2043#undef HAVE_SIGNAL_H
2044
2045/* Define to 1 if you have the `sigprocmask' function. */
2046#undef HAVE_SIGPROCMASK
2047
2048/* Define to 1 if you have the `sigset' function. */
2049#undef HAVE_SIGSET
2050
2051/* Whether we have the atomic_t variable type */
2052#undef HAVE_SIG_ATOMIC_T_TYPE
2053
2054/* Define to 1 if you have the `sizeof_proplist_entry' function. */
2055#undef HAVE_SIZEOF_PROPLIST_ENTRY
2056
2057/* Define to 1 if you have the `snprintf' function. */
2058#undef HAVE_SNPRINTF
2059
2060/* Whether struct sockaddr has a sa_len member */
2061#undef HAVE_SOCKADDR_SA_LEN
2062
2063/* Define to 1 if you have the `socket' function. */
2064#undef HAVE_SOCKET
2065
2066/* Define to 1 if you have the `socketpair' function. */
2067#undef HAVE_SOCKETPAIR
2068
2069/* Define to 1 if the system has the type `socklen_t'. */
2070#undef HAVE_SOCKLEN_T
2071
2072/* Whether the sockaddr_in struct has a sin_len property */
2073#undef HAVE_SOCK_SIN_LEN
2074
2075/* Whether solaris ACLs are available */
2076#undef HAVE_SOLARIS_ACLS
2077
2078/* Whether splice() is available */
2079#undef HAVE_SPLICE_DECL
2080
2081/* Whether sqlite3 is available */
2082#undef HAVE_SQLITE3
2083
2084/* Define to 1 if you have the <sqlite3.h> header file. */
2085#undef HAVE_SQLITE3_H
2086
2087/* Define to 1 if you have the `sqlite3_open' function. */
2088#undef HAVE_SQLITE3_OPEN
2089
2090/* Define to 1 if you have the `srand' function. */
2091#undef HAVE_SRAND
2092
2093/* Define to 1 if you have the `srandom' function. */
2094#undef HAVE_SRANDOM
2095
2096/* Defined if struct sockaddr_storage has ss_family field */
2097#undef HAVE_SS_FAMILY
2098
2099/* Define to 1 if you have the <standards.h> header file. */
2100#undef HAVE_STANDARDS_H
2101
2102/* Whether stat64() is available */
2103#undef HAVE_STAT64
2104
2105/* Whether statvfs.f_flag exists */
2106#undef HAVE_STATVFS_F_FLAG
2107
2108/* Whether statvfs.f_flags exists */
2109#undef HAVE_STATVFS_F_FLAGS
2110
2111/* whether there is DOS flags support in the stat struct */
2112#undef HAVE_STAT_DOS_FLAGS
2113
2114/* whether struct stat has sub-second timestamps */
2115#undef HAVE_STAT_HIRES_TIMESTAMPS
2116
2117/* Whether the stat struct has a st_blksize property */
2118#undef HAVE_STAT_ST_BLKSIZE
2119
2120/* Whether the stat struct has a st_block property */
2121#undef HAVE_STAT_ST_BLOCKS
2122
2123/* Whether the stat struct has a st_flags member */
2124#undef HAVE_STAT_ST_FLAGS
2125
2126/* Whether stat has tv_nsec nanosecond fields */
2127#undef HAVE_STAT_TV_NSEC
2128
2129/* Define to 1 if you have the <stdarg.h> header file. */
2130#undef HAVE_STDARG_H
2131
2132/* Define to 1 if you have the <stdbool.h> header file. */
2133#undef HAVE_STDBOOL_H
2134
2135/* Define to 1 if you have the <stdint.h> header file. */
2136#undef HAVE_STDINT_H
2137
2138/* Define to 1 if you have the <stdio.h> header file. */
2139#undef HAVE_STDIO_H
2140
2141/* Define to 1 if you have the <stdlib.h> header file. */
2142#undef HAVE_STDLIB_H
2143
2144/* Define to 1 if you have the `strcasecmp' function. */
2145#undef HAVE_STRCASECMP
2146
2147/* Define to 1 if you have the `strcasestr' function. */
2148#undef HAVE_STRCASESTR
2149
2150/* Define to 1 if you have the `strchr' function. */
2151#undef HAVE_STRCHR
2152
2153/* Define to 1 if you have the `strdup' function. */
2154#undef HAVE_STRDUP
2155
2156/* Define to 1 if you have the `strerror' function. */
2157#undef HAVE_STRERROR
2158
2159/* Define to 1 if you have the `strftime' function. */
2160#undef HAVE_STRFTIME
2161
2162/* Define to 1 if you have the <strings.h> header file. */
2163#undef HAVE_STRINGS_H
2164
2165/* Define to 1 if you have the <string.h> header file. */
2166#undef HAVE_STRING_H
2167
2168/* Define to 1 if you have the `strlcat' function. */
2169#undef HAVE_STRLCAT
2170
2171/* Define to 1 if you have the `strlcpy' function. */
2172#undef HAVE_STRLCPY
2173
2174/* Define to 1 if you have the `strlwr' function. */
2175#undef HAVE_STRLWR
2176
2177/* Define to 1 if you have the `strncasecmp' function. */
2178#undef HAVE_STRNCASECMP
2179
2180/* Define to 1 if you have the `strndup' function. */
2181#undef HAVE_STRNDUP
2182
2183/* Define to 1 if you have the `strnlen' function. */
2184#undef HAVE_STRNLEN
2185
2186/* Define to 1 if you have the <stropts.h> header file. */
2187#undef HAVE_STROPTS_H
2188
2189/* Define to 1 if you have the `strpbrk' function. */
2190#undef HAVE_STRPBRK
2191
2192/* Define to 1 if you have the `strptime' function. */
2193#undef HAVE_STRPTIME
2194
2195/* Define to 1 if you have the `strsep' function. */
2196#undef HAVE_STRSEP
2197
2198/* Define to 1 if you have the `strsep_copy' function. */
2199#undef HAVE_STRSEP_COPY
2200
2201/* Define to 1 if you have the `strsignal' function. */
2202#undef HAVE_STRSIGNAL
2203
2204/* Define to 1 if you have the `strtok_r' function. */
2205#undef HAVE_STRTOK_R
2206
2207/* Define to 1 if you have the `strtol' function. */
2208#undef HAVE_STRTOL
2209
2210/* Define to 1 if you have the `strtoll' function. */
2211#undef HAVE_STRTOLL
2212
2213/* Define to 1 if you have the `strtoq' function. */
2214#undef HAVE_STRTOQ
2215
2216/* Define to 1 if you have the `strtoull' function. */
2217#undef HAVE_STRTOULL
2218
2219/* Define to 1 if you have the `strtouq' function. */
2220#undef HAVE_STRTOUQ
2221
2222/* Define to 1 if the system has the type `struct addrinfo'. */
2223#undef HAVE_STRUCT_ADDRINFO
2224
2225/* ctdb ipv4 support */
2226#undef HAVE_STRUCT_CTDB_CONTROL_TCP
2227
2228/* ctdb ipv6 support */
2229#undef HAVE_STRUCT_CTDB_CONTROL_TCP_ADDR
2230
2231/* Whether the 'DIR64' abstract data type is available */
2232#undef HAVE_STRUCT_DIR64
2233
2234/* Whether the 'dirent64' struct is available */
2235#undef HAVE_STRUCT_DIRENT64
2236
2237/* Whether the flock64 struct is available */
2238#undef HAVE_STRUCT_FLOCK64
2239
2240/* Whether struct ifaddrs is available */
2241#undef HAVE_STRUCT_IFADDRS
2242
2243/* Define to 1 if `method_attrlist' is a member of `struct secmethod_table'.
2244 */
2245#undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_ATTRLIST
2246
2247/* Define to 1 if `method_version' is a member of `struct secmethod_table'. */
2248#undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION
2249
2250/* Whether we have the struct sigevent */
2251#undef HAVE_STRUCT_SIGEVENT
2252
2253/* Define to 1 if `sigev_value.sigval_ptr' is a member of `struct sigevent'.
2254 */
2255#undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR
2256
2257/* Define to 1 if `sigev_value.sival_ptr' is a member of `struct sigevent'. */
2258#undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR
2259
2260/* Define to 1 if the system has the type `struct sockaddr'. */
2261#undef HAVE_STRUCT_SOCKADDR
2262
2263/* Define to 1 if the system has the type `struct sockaddr_in6'. */
2264#undef HAVE_STRUCT_SOCKADDR_IN6
2265
2266/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
2267#undef HAVE_STRUCT_SOCKADDR_SA_LEN
2268
2269/* Define to 1 if the system has the type `struct sockaddr_storage'. */
2270#undef HAVE_STRUCT_SOCKADDR_STORAGE
2271
2272/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
2273#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
2274
2275/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
2276#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
2277
2278/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
2279#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
2280
2281/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
2282#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
2283
2284/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
2285#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
2286
2287/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
2288#undef HAVE_STRUCT_STAT_ST_MTIME_N
2289
2290/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
2291#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
2292
2293/* Define to 1 if `st_rdev' is a member of `struct stat'. */
2294#undef HAVE_STRUCT_STAT_ST_RDEV
2295
2296/* Define to 1 if `st_umtime' is a member of `struct stat'. */
2297#undef HAVE_STRUCT_STAT_ST_UMTIME
2298
2299/* Whether we have struct timespec */
2300#undef HAVE_STRUCT_TIMESPEC
2301
2302/* define if struct winsize is declared in sys/termios.h */
2303#undef HAVE_STRUCT_WINSIZE
2304
2305/* Define to 1 if you have the `strupr' function. */
2306#undef HAVE_STRUPR
2307
2308/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
2309 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
2310#undef HAVE_ST_RDEV
2311
2312/* Define to 1 if you have the `swab' function. */
2313#undef HAVE_SWAB
2314
2315/* Define to 1 if you have the `symlink' function. */
2316#undef HAVE_SYMLINK
2317
2318/* Define to 1 if you have the <syscall.h> header file. */
2319#undef HAVE_SYSCALL_H
2320
2321/* Define to 1 if you have the `sysconf' function. */
2322#undef HAVE_SYSCONF
2323
2324/* Define to 1 if you have the `sysctlbyname' function. */
2325#undef HAVE_SYSCTLBYNAME
2326
2327/* Define to 1 if you have the `syslog' function. */
2328#undef HAVE_SYSLOG
2329
2330/* Define to 1 if you have the <syslog.h> header file. */
2331#undef HAVE_SYSLOG_H
2332
2333/* Define to 1 if you have the <sys/acl.h> header file. */
2334#undef HAVE_SYS_ACL_H
2335
2336/* Define to 1 if you have the <sys/attributes.h> header file. */
2337#undef HAVE_SYS_ATTRIBUTES_H
2338
2339/* Define to 1 if you have the <sys/bswap.h> header file. */
2340#undef HAVE_SYS_BSWAP_H
2341
2342/* Whether sys/capability.h is present */
2343#undef HAVE_SYS_CAPABILITY_H
2344
2345/* Define to 1 if you have the <sys/cdefs.h> header file. */
2346#undef HAVE_SYS_CDEFS_H
2347
2348/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
2349 */
2350#undef HAVE_SYS_DIR_H
2351
2352/* Define to 1 if you have the <sys/dmapi.h> header file. */
2353#undef HAVE_SYS_DMAPI_H
2354
2355/* Define to 1 if you have the <sys/dmi.h> header file. */
2356#undef HAVE_SYS_DMI_H
2357
2358/* Define to 1 if you have the <sys/dustat.h> header file. */
2359#undef HAVE_SYS_DUSTAT_H
2360
2361/* Define to 1 if you have the <sys/ea.h> header file. */
2362#undef HAVE_SYS_EA_H
2363
2364/* Define to 1 if you have the <sys/epoll.h> header file. */
2365#undef HAVE_SYS_EPOLL_H
2366
2367/* Define to 1 if you have the <sys/extattr.h> header file. */
2368#undef HAVE_SYS_EXTATTR_H
2369
2370/* Define to 1 if you have the <sys/fcntl.h> header file. */
2371#undef HAVE_SYS_FCNTL_H
2372
2373/* Define to 1 if you have the <sys/file.h> header file. */
2374#undef HAVE_SYS_FILE_H
2375
2376/* Define to 1 if you have the <sys/filio.h> header file. */
2377#undef HAVE_SYS_FILIO_H
2378
2379/* Define to 1 if you have the <sys/filsys.h> header file. */
2380#undef HAVE_SYS_FILSYS_H
2381
2382/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
2383#undef HAVE_SYS_FS_S5PARAM_H
2384
2385/* Define to 1 if you have the <sys/fs/vx_quota.h> header file. */
2386#undef HAVE_SYS_FS_VX_QUOTA_H
2387
2388/* Define to 1 if you have the <sys/id.h> header file. */
2389#undef HAVE_SYS_ID_H
2390
2391/* Define to 1 if you have the <sys/inotify.h> header file. */
2392#undef HAVE_SYS_INOTIFY_H
2393
2394/* Define to 1 if you have the <sys/ioctl.h> header file. */
2395#undef HAVE_SYS_IOCTL_H
2396
2397/* Define to 1 if you have the <sys/ipc.h> header file. */
2398#undef HAVE_SYS_IPC_H
2399
2400/* Define to 1 if you have the <sys/jfsdmapi.h> header file. */
2401#undef HAVE_SYS_JFSDMAPI_H
2402
2403/* Define to 1 if you have the <sys/mman.h> header file. */
2404#undef HAVE_SYS_MMAN_H
2405
2406/* Define to 1 if you have the <sys/mode.h> header file. */
2407#undef HAVE_SYS_MODE_H
2408
2409/* Define to 1 if you have the <sys/mount.h> header file. */
2410#undef HAVE_SYS_MOUNT_H
2411
2412/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2413 */
2414#undef HAVE_SYS_NDIR_H
2415
2416/* Define to 1 if you have the <sys/param.h> header file. */
2417#undef HAVE_SYS_PARAM_H
2418
2419/* Define to 1 if you have the <sys/prctl.h> header file. */
2420#undef HAVE_SYS_PRCTL_H
2421
2422/* Define to 1 if you have the <sys/priv.h> header file. */
2423#undef HAVE_SYS_PRIV_H
2424
2425/* Define to 1 if you have the <sys/proplist.h> header file. */
2426#undef HAVE_SYS_PROPLIST_H
2427
2428/* Define to 1 if you have the <sys/ptrace.h> header file. */
2429#undef HAVE_SYS_PTRACE_H
2430
2431/* Whether the new lib/sysquotas.c interface can be used */
2432#undef HAVE_SYS_QUOTAS
2433
2434/* Define to 1 if you have the <sys/quota.h> header file. */
2435#undef HAVE_SYS_QUOTA_H
2436
2437/* Define to 1 if you have the <sys/resource.h> header file. */
2438#undef HAVE_SYS_RESOURCE_H
2439
2440/* Define to 1 if you have the <sys/security.h> header file. */
2441#undef HAVE_SYS_SECURITY_H
2442
2443/* Define to 1 if you have the <sys/select.h> header file. */
2444#undef HAVE_SYS_SELECT_H
2445
2446/* Define to 1 if you have the <sys/shm.h> header file. */
2447#undef HAVE_SYS_SHM_H
2448
2449/* Define to 1 if you have the <sys/socket.h> header file. */
2450#undef HAVE_SYS_SOCKET_H
2451
2452/* Define to 1 if you have the <sys/sockio.h> header file. */
2453#undef HAVE_SYS_SOCKIO_H
2454
2455/* Define to 1 if you have the <sys/statfs.h> header file. */
2456#undef HAVE_SYS_STATFS_H
2457
2458/* Define to 1 if you have the <sys/statvfs.h> header file. */
2459#undef HAVE_SYS_STATVFS_H
2460
2461/* Define to 1 if you have the <sys/stat.h> header file. */
2462#undef HAVE_SYS_STAT_H
2463
2464/* Define to 1 if you have the <sys/stropts.h> header file. */
2465#undef HAVE_SYS_STROPTS_H
2466
2467/* Define to 1 if you have the <sys/syscall.h> header file. */
2468#undef HAVE_SYS_SYSCALL_H
2469
2470/* Define to 1 if you have the <sys/sysctl.h> header file. */
2471#undef HAVE_SYS_SYSCTL_H
2472
2473/* Define to 1 if you have the <sys/syslog.h> header file. */
2474#undef HAVE_SYS_SYSLOG_H
2475
2476/* Define to 1 if you have the <sys/sysmacros.h> header file. */
2477#undef HAVE_SYS_SYSMACROS_H
2478
2479/* Define to 1 if you have the <sys/termio.h> header file. */
2480#undef HAVE_SYS_TERMIO_H
2481
2482/* Define to 1 if you have the <sys/timeb.h> header file. */
2483#undef HAVE_SYS_TIMEB_H
2484
2485/* Define to 1 if you have the <sys/times.h> header file. */
2486#undef HAVE_SYS_TIMES_H
2487
2488/* Define to 1 if you have the <sys/time.h> header file. */
2489#undef HAVE_SYS_TIME_H
2490
2491/* Define to 1 if you have the <sys/types.h> header file. */
2492#undef HAVE_SYS_TYPES_H
2493
2494/* Define to 1 if you have the <sys/uio.h> header file. */
2495#undef HAVE_SYS_UIO_H
2496
2497/* Define to 1 if you have the <sys/unistd.h> header file. */
2498#undef HAVE_SYS_UNISTD_H
2499
2500/* Define to 1 if you have the <sys/un.h> header file. */
2501#undef HAVE_SYS_UN_H
2502
2503/* Define to 1 if you have the <sys/utsname.h> header file. */
2504#undef HAVE_SYS_UTSNAME_H
2505
2506/* Define to 1 if you have the <sys/vfs.h> header file. */
2507#undef HAVE_SYS_VFS_H
2508
2509/* Define to 1 if you have the <sys/wait.h> header file. */
2510#undef HAVE_SYS_WAIT_H
2511
2512/* Define to 1 if you have the <sys/xattr.h> header file. */
2513#undef HAVE_SYS_XATTR_H
2514
2515/* Define to 1 if you have the `telldir64' function. */
2516#undef HAVE_TELLDIR64
2517
2518/* Define to 1 if you have the <termcap.h> header file. */
2519#undef HAVE_TERMCAP_H
2520
2521/* Define to 1 if you have the <termios.h> header file. */
2522#undef HAVE_TERMIOS_H
2523
2524/* Define to 1 if you have the <termio.h> header file. */
2525#undef HAVE_TERMIO_H
2526
2527/* Define to 1 if you have the <term.h> header file. */
2528#undef HAVE_TERM_H
2529
2530/* Define to 1 if you have the `textdomain' function. */
2531#undef HAVE_TEXTDOMAIN
2532
2533/* Whether the krb5_ap_req struct has a ticket pointer */
2534#undef HAVE_TICKET_POINTER_IN_KRB5_AP_REQ
2535
2536/* Define to 1 if you have the `timegm' function. */
2537#undef HAVE_TIMEGM
2538
2539/* Define to 1 if you have the <timezone.h> header file. */
2540#undef HAVE_TIMEZONE_H
2541
2542/* Define to 1 if you have the <time.h> header file. */
2543#undef HAVE_TIME_H
2544
2545/* Whether Tru64 ACLs are available */
2546#undef HAVE_TRU64_ACLS
2547
2548/* Whether crypt needs truncated salt */
2549#undef HAVE_TRUNCATED_SALT
2550
2551/* Define to 1 if you have the <ttyname.h> header file. */
2552#undef HAVE_TTYNAME_H
2553
2554/* Whether uint16 typedef is included by rpc/rpc.h */
2555#undef HAVE_UINT16_FROM_RPC_RPC_H
2556
2557/* Whether uint32 typedef is included by rpc/rpc.h */
2558#undef HAVE_UINT32_FROM_RPC_RPC_H
2559
2560/* Define to 1 if the system has the type `uintptr_t'. */
2561#undef HAVE_UINTPTR_T
2562
2563/* Define to 1 if you have the `umask' function. */
2564#undef HAVE_UMASK
2565
2566/* Define to 1 if you have the `uname' function. */
2567#undef HAVE_UNAME
2568
2569/* Define to 1 if you have the <unistd.h> header file. */
2570#undef HAVE_UNISTD_H
2571
2572/* If we need to build with unixscoket support */
2573#undef HAVE_UNIXSOCKET
2574
2575/* Whether UnixWare ACLs are available */
2576#undef HAVE_UNIXWARE_ACLS
2577
2578/* Define to 1 if you have the <unix.h> header file. */
2579#undef HAVE_UNIX_H
2580
2581/* Define to 1 if you have the `unsetenv' function. */
2582#undef HAVE_UNSETENV
2583
2584/* Whether the 'unsigned char' type is available */
2585#undef HAVE_UNSIGNED_CHAR
2586
2587/* Define to 1 if you have the `updwtmp' function. */
2588#undef HAVE_UPDWTMP
2589
2590/* Define to 1 if you have the `updwtmpx' function. */
2591#undef HAVE_UPDWTMPX
2592
2593/* Define to 1 if you have the `usleep' function. */
2594#undef HAVE_USLEEP
2595
2596/* Define to 1 if you have the <util.h> header file. */
2597#undef HAVE_UTIL_H
2598
2599/* Whether struct utimbuf is available */
2600#undef HAVE_UTIMBUF
2601
2602/* Define to 1 if you have the `utime' function. */
2603#undef HAVE_UTIME
2604
2605/* Define to 1 if you have the `utimensat' function. */
2606#undef HAVE_UTIMENSAT
2607
2608/* Define to 1 if you have the `utimes' function. */
2609#undef HAVE_UTIMES
2610
2611/* Define to 1 if you have the <utime.h> header file. */
2612#undef HAVE_UTIME_H
2613
2614/* Define to 1 if you have the <utmpx.h> header file. */
2615#undef HAVE_UTMPX_H
2616
2617/* Define to 1 if you have the <utmp.h> header file. */
2618#undef HAVE_UTMP_H
2619
2620/* Whether the utmp struct has a property ut_addr */
2621#undef HAVE_UT_UT_ADDR
2622
2623/* Whether the utmp struct has a property ut_addr_v6 */
2624#undef HAVE_UT_UT_ADDR_V6
2625
2626/* Whether the utmp struct has a property ut_exit */
2627#undef HAVE_UT_UT_EXIT
2628
2629/* Whether the utmp struct has a property ut_host */
2630#undef HAVE_UT_UT_HOST
2631
2632/* Whether the utmp struct has a property ut_id */
2633#undef HAVE_UT_UT_ID
2634
2635/* Whether the utmp struct has a property ut_name */
2636#undef HAVE_UT_UT_NAME
2637
2638/* Whether the utmp struct has a property ut_pid */
2639#undef HAVE_UT_UT_PID
2640
2641/* Whether the utmp struct has a property ut_time */
2642#undef HAVE_UT_UT_TIME
2643
2644/* Whether the utmp struct has a property ut_tv */
2645#undef HAVE_UT_UT_TV
2646
2647/* Whether the utmp struct has a property ut_type */
2648#undef HAVE_UT_UT_TYPE
2649
2650/* Whether the utmp struct has a property ut_user */
2651#undef HAVE_UT_UT_USER
2652
2653/* Define to 1 if you have the `uuid_generate' function. */
2654#undef HAVE_UUID_GENERATE
2655
2656/* Define to 1 if you have the <uuid/uuid.h> header file. */
2657#undef HAVE_UUID_UUID_H
2658
2659/* Whether the utmpx struct has a property ut_syslen */
2660#undef HAVE_UX_UT_SYSLEN
2661
2662/* Define to 1 if you have the <valgrind.h> header file. */
2663#undef HAVE_VALGRIND_H
2664
2665/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
2666#undef HAVE_VALGRIND_MEMCHECK_H
2667
2668/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
2669#undef HAVE_VALGRIND_VALGRIND_H
2670
2671/* Define to 1 if you have the <vararg.h> header file. */
2672#undef HAVE_VARARG_H
2673
2674/* Define to 1 if you have the `vasprintf' function. */
2675#undef HAVE_VASPRINTF
2676
2677/* Whether va_copy() is available */
2678#undef HAVE_VA_COPY
2679
2680/* Define to 1 if you have the `vdprintf' function. */
2681#undef HAVE_VDPRINTF
2682
2683/* Whether the C compiler understands volatile */
2684#undef HAVE_VOLATILE
2685
2686/* Define to 1 if you have the `vsnprintf' function. */
2687#undef HAVE_VSNPRINTF
2688
2689/* Define to 1 if you have the `vsyslog' function. */
2690#undef HAVE_VSYSLOG
2691
2692/* Define to 1 if you have the `wait4' function. */
2693#undef HAVE_WAIT4
2694
2695/* Define to 1 if you have the `waitpid' function. */
2696#undef HAVE_WAITPID
2697
2698/* Define to 1 if you have the `warn' function. */
2699#undef HAVE_WARN
2700
2701/* Define to 1 if you have the `warnx' function. */
2702#undef HAVE_WARNX
2703
2704/* Define to 1 if you have the <windows.h> header file. */
2705#undef HAVE_WINDOWS_H
2706
2707/* Define to 1 if you have the <winsock2.h> header file. */
2708#undef HAVE_WINSOCK2_H
2709
2710/* Whether the WRFILE:-keytab is supported */
2711#undef HAVE_WRFILE_KEYTAB
2712
2713/* Define to 1 if you have the `writev' function. */
2714#undef HAVE_WRITEV
2715
2716/* Define to 1 if you have the <ws2tcpip.h> header file. */
2717#undef HAVE_WS2TCPIP_H
2718
2719/* define if struct winsize has ws_xpixel */
2720#undef HAVE_WS_XPIXEL
2721
2722/* define if struct winsize has ws_ypixel */
2723#undef HAVE_WS_YPIXEL
2724
2725/* Whether we have xattr support */
2726#undef HAVE_XATTR_SUPPORT
2727
2728/* Define to 1 if you have the <xfs/dmapi.h> header file. */
2729#undef HAVE_XFS_DMAPI_H
2730
2731/* Define to 1 if you have the <xfs/libxfs.h> header file. */
2732#undef HAVE_XFS_LIBXFS_H
2733
2734/* Whether xfs quota support is available */
2735#undef HAVE_XFS_QUOTAS
2736
2737/* Define to 1 if you have the `yp_get_default_domain' function. */
2738#undef HAVE_YP_GET_DEFAULT_DOMAIN
2739
2740/* Define to 1 if you have the `zlibVersion' function. */
2741#undef HAVE_ZLIBVERSION
2742
2743/* Define to 1 if you have the <zlib.h> header file. */
2744#undef HAVE_ZLIB_H
2745
2746/* Define to 1 if you have the `_acl' function. */
2747#undef HAVE__ACL
2748
2749/* Whether the _Bool type is available */
2750#undef HAVE__Bool
2751
2752/* Define to 1 if you have the `_chdir' function. */
2753#undef HAVE__CHDIR
2754
2755/* Define to 1 if you have the `_close' function. */
2756#undef HAVE__CLOSE
2757
2758/* Define to 1 if you have the `_closedir' function. */
2759#undef HAVE__CLOSEDIR
2760
2761/* Define to 1 if you have the `_dup' function. */
2762#undef HAVE__DUP
2763
2764/* Define to 1 if you have the `_dup2' function. */
2765#undef HAVE__DUP2
2766
2767/* Define to 1 if you have the `_et_list' function. */
2768#undef HAVE__ET_LIST
2769
2770/* Define to 1 if you have the `_facl' function. */
2771#undef HAVE__FACL
2772
2773/* Define to 1 if you have the `_fchdir' function. */
2774#undef HAVE__FCHDIR
2775
2776/* Define to 1 if you have the `_fcntl' function. */
2777#undef HAVE__FCNTL
2778
2779/* Define to 1 if you have the `_fork' function. */
2780#undef HAVE__FORK
2781
2782/* Define to 1 if you have the `_fstat' function. */
2783#undef HAVE__FSTAT
2784
2785/* Define to 1 if you have the `_fstat64' function. */
2786#undef HAVE__FSTAT64
2787
2788/* Define to 1 if you have the `_getcwd' function. */
2789#undef HAVE__GETCWD
2790
2791/* Define to 1 if you have the `_llseek' function. */
2792#undef HAVE__LLSEEK
2793
2794/* Define to 1 if you have the `_lseek' function. */
2795#undef HAVE__LSEEK
2796
2797/* Define to 1 if you have the `_lstat' function. */
2798#undef HAVE__LSTAT
2799
2800/* Define to 1 if you have the `_lstat64' function. */
2801#undef HAVE__LSTAT64
2802
2803/* Define to 1 if you have the `_open' function. */
2804#undef HAVE__OPEN
2805
2806/* Define to 1 if you have the `_open64' function. */
2807#undef HAVE__OPEN64
2808
2809/* Define to 1 if you have the `_opendir' function. */
2810#undef HAVE__OPENDIR
2811
2812/* Define to 1 if you have the `_pread' function. */
2813#undef HAVE__PREAD
2814
2815/* Define to 1 if you have the `_pread64' function. */
2816#undef HAVE__PREAD64
2817
2818/* Define to 1 if you have the `_pwrite' function. */
2819#undef HAVE__PWRITE
2820
2821/* Define to 1 if you have the `_pwrite64' function. */
2822#undef HAVE__PWRITE64
2823
2824/* Define to 1 if you have the `_read' function. */
2825#undef HAVE__READ
2826
2827/* Define to 1 if you have the `_readdir' function. */
2828#undef HAVE__READDIR
2829
2830/* Define to 1 if you have the `_readdir64' function. */
2831#undef HAVE__READDIR64
2832
2833/* Define if you have the `_res' variable. */
2834#undef HAVE__RES
2835
2836/* Define to 1 if you have the `_seekdir' function. */
2837#undef HAVE__SEEKDIR
2838
2839/* Define to 1 if you have the `_stat' function. */
2840#undef HAVE__STAT
2841
2842/* Define to 1 if you have the `_stat64' function. */
2843#undef HAVE__STAT64
2844
2845/* Define to 1 if you have the `_telldir' function. */
2846#undef HAVE__TELLDIR
2847
2848/* Whether the __VA_ARGS__ macro is available */
2849#undef HAVE__VA_ARGS__MACRO
2850
2851/* Define to 1 if you have the `_write' function. */
2852#undef HAVE__WRITE
2853
2854/* Define to 1 if you have the `__acl' function. */
2855#undef HAVE___ACL
2856
2857/* Define to 1 if you have the `__chdir' function. */
2858#undef HAVE___CHDIR
2859
2860/* Define to 1 if you have the `__close' function. */
2861#undef HAVE___CLOSE
2862
2863/* Define to 1 if you have the `__closedir' function. */
2864#undef HAVE___CLOSEDIR
2865
2866/* Define to 1 if you have the `__dup' function. */
2867#undef HAVE___DUP
2868
2869/* Define to 1 if you have the `__dup2' function. */
2870#undef HAVE___DUP2
2871
2872/* Define to 1 if you have the `__facl' function. */
2873#undef HAVE___FACL
2874
2875/* Define to 1 if you have the `__fchdir' function. */
2876#undef HAVE___FCHDIR
2877
2878/* Define to 1 if you have the `__fcntl' function. */
2879#undef HAVE___FCNTL
2880
2881/* Define to 1 if you have the `__fork' function. */
2882#undef HAVE___FORK
2883
2884/* Define to 1 if you have the `__fstat' function. */
2885#undef HAVE___FSTAT
2886
2887/* Define to 1 if you have the `__fstat64' function. */
2888#undef HAVE___FSTAT64
2889
2890/* Define to 1 if you have the `__fxstat' function. */
2891#undef HAVE___FXSTAT
2892
2893/* Define to 1 if you have the `__getcwd' function. */
2894#undef HAVE___GETCWD
2895
2896/* Define to 1 if you have the `__getdents' function. */
2897#undef HAVE___GETDENTS
2898
2899/* Define to 1 if you have the `__llseek' function. */
2900#undef HAVE___LLSEEK
2901
2902/* Define to 1 if you have the `__lseek' function. */
2903#undef HAVE___LSEEK
2904
2905/* Define to 1 if you have the `__lstat' function. */
2906#undef HAVE___LSTAT
2907
2908/* Define to 1 if you have the `__lstat64' function. */
2909#undef HAVE___LSTAT64
2910
2911/* Define to 1 if you have the `__lxstat' function. */
2912#undef HAVE___LXSTAT
2913
2914/* Whether __NR_inotify_init() is available */
2915#undef HAVE___NR_INOTIFY_INIT_DECL
2916
2917/* Define to 1 if you have the `__open' function. */
2918#undef HAVE___OPEN
2919
2920/* Define to 1 if you have the `__open64' function. */
2921#undef HAVE___OPEN64
2922
2923/* Define to 1 if you have the `__opendir' function. */
2924#undef HAVE___OPENDIR
2925
2926/* Define to 1 if you have the `__pread' function. */
2927#undef HAVE___PREAD
2928
2929/* Define to 1 if you have the `__pread64' function. */
2930#undef HAVE___PREAD64
2931
2932/* Define to 1 if you have the `__pwrite' function. */
2933#undef HAVE___PWRITE
2934
2935/* Define to 1 if you have the `__pwrite64' function. */
2936#undef HAVE___PWRITE64
2937
2938/* Define to 1 if you have the `__read' function. */
2939#undef HAVE___READ
2940
2941/* Define to 1 if you have the `__readdir' function. */
2942#undef HAVE___READDIR
2943
2944/* Define to 1 if you have the `__readdir64' function. */
2945#undef HAVE___READDIR64
2946
2947/* Define to 1 if you have the `__seekdir' function. */
2948#undef HAVE___SEEKDIR
2949
2950/* Defined if struct sockaddr_storage has __ss_family field */
2951#undef HAVE___SS_FAMILY
2952
2953/* Define to 1 if you have the `__stat' function. */
2954#undef HAVE___STAT
2955
2956/* Define to 1 if you have the `__stat64' function. */
2957#undef HAVE___STAT64
2958
2959/* Define to 1 if you have the `__strtoll' function. */
2960#undef HAVE___STRTOLL
2961
2962/* Define to 1 if you have the `__strtoull' function. */
2963#undef HAVE___STRTOULL
2964
2965/* Define to 1 if you have the `__sys_llseek' function. */
2966#undef HAVE___SYS_LLSEEK
2967
2968/* Define to 1 if you have the `__telldir' function. */
2969#undef HAVE___TELLDIR
2970
2971/* Whether __va_copy() is available */
2972#undef HAVE___VA_COPY
2973
2974/* Define to 1 if you have the `__write' function. */
2975#undef HAVE___WRITE
2976
2977/* Define to 1 if you have the `__xstat' function. */
2978#undef HAVE___XSTAT
2979
2980/* Whether there is a __func__ macro */
2981#undef HAVE_func_MACRO
2982
2983/* Whether the host os is HPUX */
2984#undef HPUX
2985
2986/* Whether the hpux sendfile() API is available */
2987#undef HPUX_SENDFILE_API
2988
2989/* Whether the host os is irix */
2990#undef IRIX
2991
2992/* Whether the host os is irix6 */
2993#undef IRIX6
2994
2995/* Whether krb5_get_init_creds_opt_free takes a context argument */
2996#undef KRB5_CREDS_OPT_FREE_REQUIRES_CONTEXT
2997
2998/* Whether krb5_princ_realm returns krb5_realm or krb5_data */
2999#undef KRB5_PRINC_REALM_RETURNS_REALM
3000
3001/* Whether the krb5_ticket structure contains the kvno and enctype */
3002#undef KRB5_TICKET_HAS_KEYINFO
3003
3004/* Number of arguments to krb5_verify_checksum */
3005#undef KRB5_VERIFY_CHECKSUM_ARGS
3006
3007/* Number of arguments to ldap_set_rebind_proc */
3008#undef LDAP_SET_REBIND_PROC_ARGS
3009
3010/* ldb Modules directory */
3011#undef LDB_MODULESDIR
3012
3013/* LIBREPLACE_NETWORK_CHECKS were used */
3014#undef LIBREPLACE_NETWORK_CHECKS
3015
3016/* Whether the host os is linux */
3017#undef LINUX
3018
3019/* Whether (linux) sendfile() is broken */
3020#undef LINUX_BROKEN_SENDFILE_API
3021
3022/* Whether linux sendfile() API is available */
3023#undef LINUX_SENDFILE_API
3024
3025/* Whether MMAP is broken */
3026#undef MMAP_BLACKLIST
3027
3028/* Whether the host os is NeXT v2 */
3029#undef NEXT2
3030
3031/* Define to 1 if your C compiler doesn't accept -c and -o together. */
3032#undef NO_MINUS_C_MINUS_O
3033
3034/* Use nss wrapper library */
3035#undef NSS_WRAPPER
3036
3037/* Whether the host os is osf1 */
3038#undef OSF1
3039
3040/* Define to the address where bug reports for this package should be sent. */
3041#undef PACKAGE_BUGREPORT
3042
3043/* Define to the full name of this package. */
3044#undef PACKAGE_NAME
3045
3046/* Define to the full name and version of this package. */
3047#undef PACKAGE_STRING
3048
3049/* Define to the one symbol short name of this package. */
3050#undef PACKAGE_TARNAME
3051
3052/* Define to the home page for this package. */
3053#undef PACKAGE_URL
3054
3055/* Define to the version of this package. */
3056#undef PACKAGE_VERSION
3057
3058/* Does a POSIX ACL need a mask element */
3059#undef POSIX_ACL_NEEDS_MASK
3060
3061/* Whether pututline returns pointer */
3062#undef PUTUTLINE_RETURNS_UTMP
3063
3064/* Whether the host os is qnx */
3065#undef QNX
3066
3067/* Whether the realpath function allows NULL */
3068#undef REALPATH_TAKES_NULL
3069
3070/* Whether the host os is reliantunix */
3071#undef RELIANTUNIX
3072
3073/* Whether getpass should be replaced */
3074#undef REPLACE_GETPASS
3075
3076/* getpass returns <9 chars where getpassphrase returns <265 chars */
3077#undef REPLACE_GETPASS_BY_GETPASSPHRASE
3078
3079/* Whether inet_ntoa should be replaced */
3080#undef REPLACE_INET_NTOA
3081
3082/* replace readdir */
3083#undef REPLACE_READDIR
3084
3085/* replace readdir using getdents() */
3086#undef REPLACE_READDIR_GETDENTS
3087
3088/* replace readdir using getdirentries() */
3089#undef REPLACE_READDIR_GETDIRENTRIES
3090
3091/* Whether strptime should be replaced */
3092#undef REPLACE_STRPTIME
3093
3094/* Define as the return type of signal handlers (`int' or `void'). */
3095#undef RETSIGTYPE
3096
3097/* Whether we use in internal heimdal build */
3098#undef SAMBA4_INTERNAL_HEIMDAL
3099
3100/* Whether the host os is sco unix */
3101#undef SCO
3102
3103/* Whether seekdir returns an int */
3104#undef SEEKDIR_RETURNS_INT
3105
3106/* Whether seekdir returns void */
3107#undef SEEKDIR_RETURNS_VOID
3108
3109/* Shared library extension */
3110#undef SHLIBEXT
3111
3112/* The size of `char', as computed by sizeof. */
3113#undef SIZEOF_CHAR
3114
3115/* The size of the 'dev_t' type */
3116#undef SIZEOF_DEV_T
3117
3118/* The size of the 'ino_t' type */
3119#undef SIZEOF_INO_T
3120
3121/* The size of `int', as computed by sizeof. */
3122#undef SIZEOF_INT
3123
3124/* The size of `long', as computed by sizeof. */
3125#undef SIZEOF_LONG
3126
3127/* The size of `long long', as computed by sizeof. */
3128#undef SIZEOF_LONG_LONG
3129
3130/* The size of the 'off_t' type */
3131#undef SIZEOF_OFF_T
3132
3133/* The size of `short', as computed by sizeof. */
3134#undef SIZEOF_SHORT
3135
3136/* The size of `size_t', as computed by sizeof. */
3137#undef SIZEOF_SIZE_T
3138
3139/* The size of `ssize_t', as computed by sizeof. */
3140#undef SIZEOF_SSIZE_T
3141
3142/* The size of the 'time_t' type */
3143#undef SIZEOF_TIME_T
3144
3145/* The size of `void *', as computed by sizeof. */
3146#undef SIZEOF_VOID_P
3147
3148/* Use socket wrapper library */
3149#undef SOCKET_WRAPPER
3150
3151/* getgrent_r irix (similar to solaris) function prototype */
3152#undef SOLARIS_GETGRENT_R
3153
3154/* getpwent_r irix (similar to solaris) function prototype */
3155#undef SOLARIS_GETPWENT_R
3156
3157/* Whether the solaris sendfile() API is available */
3158#undef SOLARIS_SENDFILE_API
3159
3160/* Whether statfs requires two arguments and struct statfs has bsize property
3161 */
3162#undef STAT_STATFS2_BSIZE
3163
3164/* Whether statfs requires 2 arguments and struct statfs has fsize */
3165#undef STAT_STATFS2_FSIZE
3166
3167/* Whether statfs requires 2 arguments and struct fs_data is available */
3168#undef STAT_STATFS2_FS_DATA
3169
3170/* Whether statfs requires 3 arguments */
3171#undef STAT_STATFS3_OSF1
3172
3173/* Whether statfs requires 4 arguments */
3174#undef STAT_STATFS4
3175
3176/* Whether statvfs() is available */
3177#undef STAT_STATVFS
3178
3179/* Whether statvfs64() is available */
3180#undef STAT_STATVFS64
3181
3182/* The size of a block */
3183#undef STAT_ST_BLOCKSIZE
3184
3185/* Define to 1 if you have the ANSI C header files. */
3186#undef STDC_HEADERS
3187
3188/* String list of builtin modules */
3189#undef STRING_STATIC_MODULES
3190
3191/* Whether the host os is sunos4 */
3192#undef SUNOS4
3193
3194/* Whether the host os is solaris */
3195#undef SUNOS5
3196
3197/* Whether sysconf(_SC_NGROUPS_MAX) is available */
3198#undef SYSCONF_SC_NGROUPS_MAX
3199
3200/* Whether sysconf(_SC_NPROCESSORS_ONLN) is available */
3201#undef SYSCONF_SC_NPROCESSORS_ONLN
3202
3203/* Whether sysconf(_SC_NPROC_ONLN) is available */
3204#undef SYSCONF_SC_NPROC_ONLN
3205
3206/* Whether sysconf(_SC_PAGESIZE) is available */
3207#undef SYSCONF_SC_PAGESIZE
3208
3209/* syslog facility to log to */
3210#undef SYSLOG_FACILITY
3211
3212/* Whether this is a system V system */
3213#undef SYSV
3214
3215/* Whether telldir takes a const pointer */
3216#undef TELLDIR_TAKES_CONST_DIR
3217
3218/* The maximum value of the 'time_t' type */
3219#undef TIME_T_MAX
3220
3221/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
3222#undef TIME_WITH_SYS_TIME
3223
3224/* Whether the host os is unixware */
3225#undef UNIXWARE
3226
3227/* Whether to use both of HPUX' crypt calls */
3228#undef USE_BOTH_CRYPT_CALLS
3229
3230/* Whether we should build DMAPI integration components */
3231#undef USE_DMAPI
3232
3233/* Whether seteuid() is available */
3234#undef USE_SETEUID
3235
3236/* Whether setresuid() is available */
3237#undef USE_SETRESUID
3238
3239/* Whether setreuid() is available */
3240#undef USE_SETREUID
3241
3242/* Whether setuidx() is available */
3243#undef USE_SETUIDX
3244
3245/* Enable extensions on AIX 3, Interix. */
3246#ifndef _ALL_SOURCE
3247# undef _ALL_SOURCE
3248#endif
3249/* Enable GNU extensions on systems that have them. */
3250#ifndef _GNU_SOURCE
3251# undef _GNU_SOURCE
3252#endif
3253/* Enable threading extensions on Solaris. */
3254#ifndef _POSIX_PTHREAD_SEMANTICS
3255# undef _POSIX_PTHREAD_SEMANTICS
3256#endif
3257/* Enable extensions on HP NonStop. */
3258#ifndef _TANDEM_SOURCE
3259# undef _TANDEM_SOURCE
3260#endif
3261/* Enable general extensions on Solaris. */
3262#ifndef __EXTENSIONS__
3263# undef __EXTENSIONS__
3264#endif
3265
3266
3267/* Define if signal handlers return void. */
3268#undef VOID_RETSIGTYPE
3269
3270/* Whether to include Active Directory support */
3271#undef WITH_ADS
3272
3273/* Whether to include AFS clear-text auth support */
3274#undef WITH_AFS
3275
3276/* Using asynchronous io */
3277#undef WITH_AIO
3278
3279/* Whether to include automount support */
3280#undef WITH_AUTOMOUNT
3281
3282/* Whether to enable avahi support */
3283#undef WITH_AVAHI_SUPPORT
3284
3285/* Whether to build mount.cifs */
3286#undef WITH_CIFSMOUNT
3287
3288/* Whether to build umount.cifs */
3289#undef WITH_CIFSUMOUNT
3290
3291/* whether to build cifs.upcall */
3292#undef WITH_CIFSUPCALL
3293
3294/* Whether to include DFS support */
3295#undef WITH_DFS
3296
3297/* Whether to enable DNS service discovery support */
3298#undef WITH_DNSSD_SUPPORT
3299
3300/* Whether to enable DNS Update support */
3301#undef WITH_DNS_UPDATES
3302
3303/* Whether to include AFS fake-kaserver support */
3304#undef WITH_FAKE_KASERVER
3305
3306/* Whether to include nisplus_home support */
3307#undef WITH_NISPLUS_HOME
3308
3309/* Whether to include PAM support */
3310#undef WITH_PAM
3311
3312/* Whether to include PAM MODULES support */
3313#undef WITH_PAM_MODULES
3314
3315/* Whether to use profiling */
3316#undef WITH_PROFILE
3317
3318/* Whether to include pthreadpool helpers */
3319#undef WITH_PTHREADPOOL
3320
3321/* Whether to use disk quota support */
3322#undef WITH_QUOTAS
3323
3324/* Whether to include sendfile() support */
3325#undef WITH_SENDFILE
3326
3327/* Whether to include experimental syslog support */
3328#undef WITH_SYSLOG
3329
3330/* Whether to include experimental utmp accounting */
3331#undef WITH_UTMP
3332
3333/* Whether to build winbind */
3334#undef WITH_WINBIND
3335
3336/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
3337 significant byte first (like Motorola and SPARC, unlike Intel). */
3338#if defined AC_APPLE_UNIVERSAL_BUILD
3339# if defined __BIG_ENDIAN__
3340# define WORDS_BIGENDIAN 1
3341# endif
3342#else
3343# ifndef WORDS_BIGENDIAN
3344# undef WORDS_BIGENDIAN
3345# endif
3346#endif
3347
3348/* xattr functions have additional options */
3349#undef XATTR_ADDITIONAL_OPTIONS
3350
3351/* xattr functions have additional options */
3352#undef XATTR_ADD_OPT
3353
3354/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
3355 `char[]'. */
3356#undef YYTEXT_POINTER
3357
3358/* Enable large inode numbers on Mac OS X 10.5. */
3359#ifndef _DARWIN_USE_64_BIT_INODE
3360# define _DARWIN_USE_64_BIT_INODE 1
3361#endif
3362
3363/* File offset bits */
3364#undef _FILE_OFFSET_BITS
3365
3366/* Whether to use GNU libc extensions */
3367#undef _GNU_SOURCE
3368
3369/* Whether to enable large file support */
3370#undef _LARGEFILE64_SOURCE
3371
3372/* Whether to enable large file support */
3373#undef _LARGE_FILES
3374
3375/* Define to 1 if on MINIX. */
3376#undef _MINIX
3377
3378
3379#ifndef _OSF_SOURCE
3380# undef _OSF_SOURCE
3381#endif
3382
3383
3384/* Define to 2 if the system does not provide POSIX.1 features except with
3385 this defined. */
3386#undef _POSIX_1_SOURCE
3387
3388/* Whether to enable POSIX support */
3389#undef _POSIX_C_SOURCE
3390
3391/* Define to 1 if you need to in order for `stat' and other things to work. */
3392#undef _POSIX_SOURCE
3393
3394/* Whether to enable System V compatibility */
3395#undef _SYSV
3396
3397
3398#ifndef _XOPEN_SOURCE
3399# undef _XOPEN_SOURCE
3400#endif
3401
3402
3403
3404#ifndef _XOPEN_SOURCE_EXTENDED
3405# undef _XOPEN_SOURCE_EXTENDED
3406#endif
3407
3408
3409/* Define to 1 if type `char' is unsigned and you are not using gcc. */
3410#ifndef __CHAR_UNSIGNED__
3411# undef __CHAR_UNSIGNED__
3412#endif
3413
3414/* Whether to build auth_builtin as shared module */
3415#undef auth_builtin_init
3416
3417/* Whether to build auth_domain as shared module */
3418#undef auth_domain_init
3419
3420/* Whether to build auth_netlogond as shared module */
3421#undef auth_netlogond_init
3422
3423/* Whether to build auth_sam as shared module */
3424#undef auth_sam_init
3425
3426/* Whether to build auth_script as shared module */
3427#undef auth_script_init
3428
3429/* Whether to build auth_server as shared module */
3430#undef auth_server_init
3431
3432/* Whether to build auth_unix as shared module */
3433#undef auth_unix_init
3434
3435/* Whether to build auth_wbc as shared module */
3436#undef auth_wbc_init
3437
3438/* Whether to build auth_winbind as shared module */
3439#undef auth_winbind_init
3440
3441/* Whether to build charset_CP437 as shared module */
3442#undef charset_CP437_init
3443
3444/* Whether to build charset_CP850 as shared module */
3445#undef charset_CP850_init
3446
3447/* Whether to build charset_macosxfs as shared module */
3448#undef charset_macosxfs_init
3449
3450/* Whether to build charset_weird as shared module */
3451#undef charset_weird_init
3452
3453/* Define to empty if `const' does not conform to ANSI C. */
3454#undef const
3455
3456/* ctdb ipv4 support */
3457#undef ctdb_control_tcp
3458
3459/* Define to `int' if <sys/types.h> doesn't define. */
3460#undef gid_t
3461
3462/* Whether to build gpext_registry as shared module */
3463#undef gpext_registry_init
3464
3465/* Whether to build gpext_scripts as shared module */
3466#undef gpext_scripts_init
3467
3468/* Whether to build gpext_security as shared module */
3469#undef gpext_security_init
3470
3471/* Whether to build idmap_ad as shared module */
3472#undef idmap_ad_init
3473
3474/* Whether to build idmap_adex as shared module */
3475#undef idmap_adex_init
3476
3477/* Whether to build idmap_hash as shared module */
3478#undef idmap_hash_init
3479
3480/* Whether to build idmap_ldap as shared module */
3481#undef idmap_ldap_init
3482
3483/* Whether to build idmap_nss as shared module */
3484#undef idmap_nss_init
3485
3486/* Whether to build idmap_passdb as shared module */
3487#undef idmap_passdb_init
3488
3489/* Whether to build idmap_rid as shared module */
3490#undef idmap_rid_init
3491
3492/* Whether to build idmap_tdb2 as shared module */
3493#undef idmap_tdb2_init
3494
3495/* Whether to build idmap_tdb as shared module */
3496#undef idmap_tdb_init
3497
3498/* Define to `__inline__' or `__inline' if that's what the C compiler
3499 calls it, or to nothing if 'inline' is not supported under any name. */
3500#ifndef __cplusplus
3501#undef inline
3502#endif
3503
3504/* Define to `unsigned' if <sys/types.h> does not define. */
3505#undef ino_t
3506
3507/* Define to `short' if <sys/types.h> does not define. */
3508#undef int16_t
3509
3510/* Define to `long' if <sys/types.h> does not define. */
3511#undef int32_t
3512
3513/* Define to `long long' if <sys/types.h> does not define. */
3514#undef int64_t
3515
3516/* Define to `char' if <sys/types.h> does not define. */
3517#undef int8_t
3518
3519/* Define to `unsigned long' if <sys/types.h> does not define. */
3520#undef intptr_t
3521
3522/* Define to `off_t' if <sys/types.h> does not define. */
3523#undef loff_t
3524
3525/* Define to `int' if <sys/types.h> does not define. */
3526#undef mode_t
3527
3528/* Whether to build nss_info_template as shared module */
3529#undef nss_info_template_init
3530
3531/* Define to `long int' if <sys/types.h> does not define. */
3532#undef off_t
3533
3534/* Define to `loff_t' if <sys/types.h> does not define. */
3535#undef offset_t
3536
3537/* Whether to build pdb_ads as shared module */
3538#undef pdb_ads_init
3539
3540/* Whether to build pdb_ldap as shared module */
3541#undef pdb_ldap_init
3542
3543/* Whether to build pdb_smbpasswd as shared module */
3544#undef pdb_smbpasswd_init
3545
3546/* Whether to build pdb_tdbsam as shared module */
3547#undef pdb_tdbsam_init
3548
3549/* Whether to build pdb_wbc_sam as shared module */
3550#undef pdb_wbc_sam_init
3551
3552/* Whether to build perfcount_onefs as shared module */
3553#undef perfcount_onefs_init
3554
3555/* Whether to build perfcount_test as shared module */
3556#undef perfcount_test_init
3557
3558/* Define to `int' if <sys/types.h> does not define. */
3559#undef pid_t
3560
3561/* Whether to build rpc_dssetup as shared module */
3562#undef rpc_dssetup_init
3563
3564/* Whether to build rpc_eventlog as shared module */
3565#undef rpc_eventlog_init
3566
3567/* Whether to build rpc_initshutdown as shared module */
3568#undef rpc_initshutdown_init
3569
3570/* Whether to build rpc_lsarpc as shared module */
3571#undef rpc_lsarpc_init
3572
3573/* Whether to build rpc_netdfs as shared module */
3574#undef rpc_netdfs_init
3575
3576/* Whether to build rpc_netlogon as shared module */
3577#undef rpc_netlogon_init
3578
3579/* Whether to build rpc_ntsvcs as shared module */
3580#undef rpc_ntsvcs_init
3581
3582/* Whether to build rpc_rpcecho as shared module */
3583#undef rpc_rpcecho_init
3584
3585/* Whether to build rpc_samr as shared module */
3586#undef rpc_samr_init
3587
3588/* Whether to build rpc_spoolss as shared module */
3589#undef rpc_spoolss_init
3590
3591/* Whether to build rpc_srvsvc as shared module */
3592#undef rpc_srvsvc_init
3593
3594/* Whether to build rpc_svcctl as shared module */
3595#undef rpc_svcctl_init
3596
3597/* Whether to build rpc_winreg as shared module */
3598#undef rpc_winreg_init
3599
3600/* Whether to build rpc_wkssvc as shared module */
3601#undef rpc_wkssvc_init
3602
3603/* Define to `unsigned int' if <sys/types.h> does not define. */
3604#undef size_t
3605
3606/* Define to `int' if <sys/types.h> does not define. */
3607#undef ssize_t
3608
3609/* Decl of Static init functions */
3610#undef static_decl_auth
3611
3612/* Decl of Static init functions */
3613#undef static_decl_charset
3614
3615/* Decl of Static init functions */
3616#undef static_decl_gpext
3617
3618/* Decl of Static init functions */
3619#undef static_decl_idmap
3620
3621/* Decl of Static init functions */
3622#undef static_decl_nss_info
3623
3624/* Decl of Static init functions */
3625#undef static_decl_pdb
3626
3627/* Decl of Static init functions */
3628#undef static_decl_perfcount
3629
3630/* Decl of Static init functions */
3631#undef static_decl_rpc
3632
3633/* Decl of Static init functions */
3634#undef static_decl_vfs
3635
3636/* Static init functions */
3637#undef static_init_auth
3638
3639/* Static init functions */
3640#undef static_init_charset
3641
3642/* Static init functions */
3643#undef static_init_gpext
3644
3645/* Static init functions */
3646#undef static_init_idmap
3647
3648/* Static init functions */
3649#undef static_init_nss_info
3650
3651/* Static init functions */
3652#undef static_init_pdb
3653
3654/* Static init functions */
3655#undef static_init_perfcount
3656
3657/* Static init functions */
3658#undef static_init_rpc
3659
3660/* Static init functions */
3661#undef static_init_vfs
3662
3663/* Define to `uint8_t' if <sys/types.h> does not define. */
3664#undef u_char
3665
3666/* Define to `uint32_t' if <sys/types.h> does not define. */
3667#undef u_int32_t
3668
3669/* Define to `int' if <sys/types.h> doesn't define. */
3670#undef uid_t
3671
3672/* Define to `unsigned short' if <sys/types.h> does not define. */
3673#undef uint16_t
3674
3675/* Define to `unsigned long' if <sys/types.h> does not define. */
3676#undef uint32_t
3677
3678/* Define to `unsigned long long' if <sys/types.h> does not define. */
3679#undef uint64_t
3680
3681/* Define to `unsigned char' if <sys/types.h> does not define. */
3682#undef uint8_t
3683
3684/* Define to `unsigned int' if <sys/types.h> does not define. */
3685#undef uint_t
3686
3687/* Whether to build vfs_acl_tdb as shared module */
3688#undef vfs_acl_tdb_init
3689
3690/* Whether to build vfs_acl_xattr as shared module */
3691#undef vfs_acl_xattr_init
3692
3693/* Whether to build vfs_afsacl as shared module */
3694#undef vfs_afsacl_init
3695
3696/* Whether to build vfs_aio_fork as shared module */
3697#undef vfs_aio_fork_init
3698
3699/* Whether to build vfs_aixacl2 as shared module */
3700#undef vfs_aixacl2_init
3701
3702/* Whether to build vfs_aixacl as shared module */
3703#undef vfs_aixacl_init
3704
3705/* Whether to build vfs_audit as shared module */
3706#undef vfs_audit_init
3707
3708/* Whether to build vfs_cacheprime as shared module */
3709#undef vfs_cacheprime_init
3710
3711/* Whether to build vfs_cap as shared module */
3712#undef vfs_cap_init
3713
3714/* Whether to build vfs_catia as shared module */
3715#undef vfs_catia_init
3716
3717/* Whether to build vfs_commit as shared module */
3718#undef vfs_commit_init
3719
3720/* Whether to build vfs_default as shared module */
3721#undef vfs_default_init
3722
3723/* Whether to build vfs_default_quota as shared module */
3724#undef vfs_default_quota_init
3725
3726/* Whether to build vfs_dirsort as shared module */
3727#undef vfs_dirsort_init
3728
3729/* Whether to build vfs_expand_msdfs as shared module */
3730#undef vfs_expand_msdfs_init
3731
3732/* Whether to build vfs_extd_audit as shared module */
3733#undef vfs_extd_audit_init
3734
3735/* Whether to build vfs_fake_perms as shared module */
3736#undef vfs_fake_perms_init
3737
3738/* Whether to build vfs_fileid as shared module */
3739#undef vfs_fileid_init
3740
3741/* Whether to build vfs_full_audit as shared module */
3742#undef vfs_full_audit_init
3743
3744/* Whether to build vfs_gpfs as shared module */
3745#undef vfs_gpfs_init
3746
3747/* Whether to build vfs_hpuxacl as shared module */
3748#undef vfs_hpuxacl_init
3749
3750/* Whether to build vfs_irixacl as shared module */
3751#undef vfs_irixacl_init
3752
3753/* Whether to build vfs_netatalk as shared module */
3754#undef vfs_netatalk_init
3755
3756/* Whether to build vfs_notify_fam as shared module */
3757#undef vfs_notify_fam_init
3758
3759/* Whether to build vfs_onefs as shared module */
3760#undef vfs_onefs_init
3761
3762/* Whether to build vfs_onefs_shadow_copy as shared module */
3763#undef vfs_onefs_shadow_copy_init
3764
3765/* Whether to build vfs_posixacl as shared module */
3766#undef vfs_posixacl_init
3767
3768/* Whether to build vfs_prealloc as shared module */
3769#undef vfs_prealloc_init
3770
3771/* Whether to build vfs_preopen as shared module */
3772#undef vfs_preopen_init
3773
3774/* Whether to build vfs_readahead as shared module */
3775#undef vfs_readahead_init
3776
3777/* Whether to build vfs_readonly as shared module */
3778#undef vfs_readonly_init
3779
3780/* Whether to build vfs_recycle as shared module */
3781#undef vfs_recycle_init
3782
3783/* Whether to build vfs_scannedonly as shared module */
3784#undef vfs_scannedonly_init
3785
3786/* Whether to build vfs_shadow_copy2 as shared module */
3787#undef vfs_shadow_copy2_init
3788
3789/* Whether to build vfs_shadow_copy as shared module */
3790#undef vfs_shadow_copy_init
3791
3792/* Whether to build vfs_smb_traffic_analyzer as shared module */
3793#undef vfs_smb_traffic_analyzer_init
3794
3795/* Whether to build vfs_solarisacl as shared module */
3796#undef vfs_solarisacl_init
3797
3798/* Whether to build vfs_streams_depot as shared module */
3799#undef vfs_streams_depot_init
3800
3801/* Whether to build vfs_streams_xattr as shared module */
3802#undef vfs_streams_xattr_init
3803
3804/* Whether to build vfs_syncops as shared module */
3805#undef vfs_syncops_init
3806
3807/* Whether to build vfs_tru64acl as shared module */
3808#undef vfs_tru64acl_init
3809
3810/* Whether to build vfs_tsmsm as shared module */
3811#undef vfs_tsmsm_init
3812
3813/* Whether to build vfs_xattr_tdb as shared module */
3814#undef vfs_xattr_tdb_init
3815
3816/* Whether to build vfs_zfsacl as shared module */
3817#undef vfs_zfsacl_init
3818
3819/* Define to `unsigned short' if <sys/types.h> does not define. */
3820#undef wchar_t
Note: See TracBrowser for help on using the repository browser.