source: branches/samba-3.3.x/source/include/config.h@ 224

Last change on this file since 224 was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

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