1/* include/config.h.  Generated by configure.  */
2/* include/config.h.in.  Generated from configure.in by autoheader.  */
3
4/* Whether the host os is aix */
5/* #undef AIX */
6
7/* Whether the AIX send_file() API is available */
8/* #undef AIX_SENDFILE_API */
9
10/* Does getgrnam work correctly */
11/* #undef BROKEN_GETGRNAM */
12
13/* Whether the nisplus include files are broken */
14#define BROKEN_NISPLUS_INCLUDE_FILES 1
15
16/* Broken RedHat 7.2 system header files */
17/* #undef BROKEN_REDHAT_7_SYSTEM_HEADERS */
18
19/* Does strndup work correctly */
20/* #undef BROKEN_STRNDUP */
21
22/* Does strnlen work correctly */
23/* #undef BROKEN_STRNLEN */
24
25/* Does this system use unicode compose characters */
26/* #undef BROKEN_UNICODE_COMPOSE_CHARACTERS */
27
28/* Whether the compiler supports the LL prefix on long long integers */
29#define COMPILER_SUPPORTS_LL 1
30
31/* Whether the host os is Darwin/MacOSX */
32/* #undef DARWINOS */
33
34/* Default display charset name */
35#define DEFAULT_DISPLAY_CHARSET "ASCII"
36
37/* Default dos charset name */
38#define DEFAULT_DOS_CHARSET "ASCII"
39
40/* Default unix charset name */
41#define DEFAULT_UNIX_CHARSET "UTF8"
42
43/* Define to check invariants around some common functions */
44/* #undef DMALLOC_FUNC_CHECK */
45
46/* Define to turn on dmalloc debugging */
47/* #undef ENABLE_DMALLOC */
48
49/* Whether the host os is FreeBSD */
50/* #undef FREEBSD */
51
52/* Whether the FreeBSD sendfile() API is available */
53/* #undef FREEBSD_SENDFILE_API */
54
55/* Whether ftruncate() needs root */
56/* #undef FTRUNCATE_NEEDS_ROOT */
57
58/* Whether acl_get_perm_np() is available */
59/* #undef HAVE_ACL_GET_PERM_NP */
60
61/* Whether the krb5_address struct has a addrtype property */
62/* #undef HAVE_ADDRTYPE_IN_KRB5_ADDRESS */
63
64/* Whether the krb5_address struct has a addr_type property */
65/* #undef HAVE_ADDR_TYPE_IN_KRB5_ADDRESS */
66
67/* Define to 1 if you have the <afs/afs.h> header file. */
68/* #undef HAVE_AFS_AFS_H */
69
70/* Define to 1 if you have the <afs.h> header file. */
71/* #undef HAVE_AFS_H */
72
73/* Whether AIX ACLs are available */
74/* #undef HAVE_AIX_ACLS */
75
76/* Whether the AP_OPTS_USE_SUBKEY ap option is available */
77/* #undef HAVE_AP_OPTS_USE_SUBKEY */
78
79/* Define to 1 if you have the <arpa/inet.h> header file. */
80#define HAVE_ARPA_INET_H 1
81
82/* check for <asm/types.h> */
83/* #undef HAVE_ASM_TYPES_H */
84
85/* Define to 1 if you have the `asprintf' function. */
86#define HAVE_ASPRINTF 1
87
88/* Whether asprintf() is available */
89/* #undef HAVE_ASPRINTF_DECL */
90
91/* Define to 1 if you have the `atexit' function. */
92#define HAVE_ATEXIT 1
93
94/* Define to 1 if you have the `attr_get' function. */
95/* #undef HAVE_ATTR_GET */
96
97/* Define to 1 if you have the `attr_getf' function. */
98/* #undef HAVE_ATTR_GETF */
99
100/* Define to 1 if you have the `attr_list' function. */
101/* #undef HAVE_ATTR_LIST */
102
103/* Define to 1 if you have the `attr_listf' function. */
104/* #undef HAVE_ATTR_LISTF */
105
106/* Define to 1 if you have the `attr_remove' function. */
107/* #undef HAVE_ATTR_REMOVE */
108
109/* Define to 1 if you have the `attr_removef' function. */
110/* #undef HAVE_ATTR_REMOVEF */
111
112/* Define to 1 if you have the `attr_set' function. */
113/* #undef HAVE_ATTR_SET */
114
115/* Define to 1 if you have the `attr_setf' function. */
116/* #undef HAVE_ATTR_SETF */
117
118/* Define to 1 if you have the <attr/xattr.h> header file. */
119/* #undef HAVE_ATTR_XATTR_H */
120
121/* Define to 1 if you have the `backtrace_symbols' function. */
122/* #undef HAVE_BACKTRACE_SYMBOLS */
123
124/* Define to 1 if you have the `ber_scanf' function. */
125/* #undef HAVE_BER_SCANF */
126
127/* What header to include for iconv() function: biconv.h */
128/* #undef HAVE_BICONV */
129
130/* Define to 1 if you have the `bigcrypt' function. */
131/* #undef HAVE_BIGCRYPT */
132
133/* Whether fcntl64 locks are broken */
134/* #undef HAVE_BROKEN_FCNTL64_LOCKS */
135
136/* Whether getgroups is broken */
137/* #undef HAVE_BROKEN_GETGROUPS */
138
139/* Whether readdir() is broken */
140/* #undef HAVE_BROKEN_READDIR */
141
142/* Whether there is a C99 compliant vsnprintf */
143/* #undef HAVE_C99_VSNPRINTF */
144
145/* Define to 1 if you have the <CFStringEncodingConverter.h> header file. */
146/* #undef HAVE_CFSTRINGENCODINGCONVERTER_H */
147
148/* Define to 1 if you have the `chmod' function. */
149#define HAVE_CHMOD 1
150
151/* Define to 1 if you have the `chown' function. */
152#define HAVE_CHOWN 1
153
154/* Define to 1 if you have the `chroot' function. */
155#define HAVE_CHROOT 1
156
157/* Whether the compiler will optimize out function calls */
158#define HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS 1
159
160/* Define to 1 if you have the <com_err.h> header file. */
161/* #undef HAVE_COM_ERR_H */
162
163/* Whether the system has connect() */
164#define HAVE_CONNECT 1
165
166/* Define to 1 if you have the `copy_Authenticator' function. */
167/* #undef HAVE_COPY_AUTHENTICATOR */
168
169/* Define to 1 if you have the <CoreFoundation/CFStringEncodingConverter.h>
170   header file. */
171/* #undef HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H */
172
173/* Define to 1 if you have the `creat64' function. */
174#define HAVE_CREAT64 1
175
176/* Whether the system has the crypt() function */
177#define HAVE_CRYPT 1
178
179/* Define to 1 if you have the `crypt16' function. */
180/* #undef HAVE_CRYPT16 */
181
182/* Define to 1 if you have the <ctype.h> header file. */
183#define HAVE_CTYPE_H 1
184
185/* Whether we have CUPS */
186/* #undef HAVE_CUPS */
187
188/* Define to 1 if you have the `des_set_key' function. */
189/* #undef HAVE_DES_SET_KEY */
190
191/* Whether the 'dev64_t' type is available */
192/* #undef HAVE_DEV64_T */
193
194/* Whether the major macro for dev_t is available */
195/* #undef HAVE_DEVICE_MAJOR_FN */
196
197/* Whether the minor macro for dev_t is available */
198/* #undef HAVE_DEVICE_MINOR_FN */
199
200/* Define to 1 if you have the `devnm' function. */
201/* #undef HAVE_DEVNM */
202
203/* Define to 1 if you have the <devnm.h> header file. */
204/* #undef HAVE_DEVNM_H */
205
206/* Whether dirent has a d_off member */
207#define HAVE_DIRENT_D_OFF 1
208
209/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
210   */
211#define HAVE_DIRENT_H 1
212
213/* Define to 1 if you have the `dlclose' function. */
214#define HAVE_DLCLOSE 1
215
216/* Define to 1 if you have the `dlerror' function. */
217#define HAVE_DLERROR 1
218
219/* Define to 1 if you have the <dlfcn.h> header file. */
220#define HAVE_DLFCN_H 1
221
222/* Define to 1 if you have the `dlopen' function. */
223#define HAVE_DLOPEN 1
224
225/* Define to 1 if you have the `dlsym' function. */
226#define HAVE_DLSYM 1
227
228/* Define to 1 if you have the `dlsym_prepend_underscore' function. */
229/* #undef HAVE_DLSYM_PREPEND_UNDERSCORE */
230
231/* struct dqblk .dqb_fsoftlimit */
232/* #undef HAVE_DQB_FSOFTLIMIT */
233
234/* Define to 1 if you have the `dup2' function. */
235#define HAVE_DUP2 1
236
237/* Whether the ENCTYPE_ARCFOUR_HMAC_MD5 key type is available */
238/* #undef HAVE_ENCTYPE_ARCFOUR_HMAC_MD5 */
239
240/* Define to 1 if you have the `endmntent' function. */
241/* #undef HAVE_ENDMNTENT */
242
243/* Define to 1 if you have the `endnetgrent' function. */
244/* #undef HAVE_ENDNETGRENT */
245
246/* Whether errno() is available */
247#define HAVE_ERRNO_DECL 1
248
249/* Define to 1 if you have the <execinfo.h> header file. */
250/* #undef HAVE_EXECINFO_H */
251
252/* Define to 1 if you have the `execl' function. */
253#define HAVE_EXECL 1
254
255/* Whether large file support can be enabled */
256/* #undef HAVE_EXPLICIT_LARGEFILE_SUPPORT */
257
258/* Define to 1 if you have the `fchmod' function. */
259#define HAVE_FCHMOD 1
260
261/* Define to 1 if you have the `fchown' function. */
262#define HAVE_FCHOWN 1
263
264/* Define to 1 if you have the <fcntl.h> header file. */
265#define HAVE_FCNTL_H 1
266
267/* Whether fcntl locking is available */
268/* #undef HAVE_FCNTL_LOCK */
269
270/* Define to 1 if you have the `fcvt' function. */
271/* #undef HAVE_FCVT */
272
273/* Define to 1 if you have the `fcvtl' function. */
274/* #undef HAVE_FCVTL */
275
276/* Define to 1 if you have the `fgetxattr' function. */
277#define HAVE_FGETXATTR 1
278
279/* Define to 1 if you have the `flistxattr' function. */
280#define HAVE_FLISTXATTR 1
281
282/* Define to 1 if you have the `fopen64' function. */
283#define HAVE_FOPEN64 1
284
285/* Define to 1 if you have the `fremovexattr' function. */
286#define HAVE_FREMOVEXATTR 1
287
288/* Define to 1 if you have the `fseek64' function. */
289/* #undef HAVE_FSEEK64 */
290
291/* Define to 1 if you have the `fseeko64' function. */
292#define HAVE_FSEEKO64 1
293
294/* Define to 1 if you have the `fsetxattr' function. */
295#define HAVE_FSETXATTR 1
296
297/* Define to 1 if you have the `fstat' function. */
298#define HAVE_FSTAT 1
299
300/* Whether fstat64() is available */
301#define HAVE_FSTAT64 1
302
303/* Define to 1 if you have the `fsync' function. */
304#define HAVE_FSYNC 1
305
306/* Define to 1 if you have the `ftell64' function. */
307/* #undef HAVE_FTELL64 */
308
309/* Define to 1 if you have the `ftello64' function. */
310#define HAVE_FTELLO64 1
311
312/* Define to 1 if you have the `ftruncate' function. */
313#define HAVE_FTRUNCATE 1
314
315/* Define to 1 if you have the `ftruncate64' function. */
316#define HAVE_FTRUNCATE64 1
317
318/* Truncate extend */
319/* #undef HAVE_FTRUNCATE_EXTEND */
320
321/* Whether there is a __FUNCTION__ macro */
322#define HAVE_FUNCTION_MACRO 1
323
324/* Define to 1 if you have the `getauthuid' function. */
325/* #undef HAVE_GETAUTHUID */
326
327/* Define to 1 if you have the `getcwd' function. */
328#define HAVE_GETCWD 1
329
330/* Define to 1 if you have the `getdents' function. */
331/* #undef HAVE_GETDENTS */
332
333/* Define to 1 if you have the `getdirentries' function. */
334/* #undef HAVE_GETDIRENTRIES */
335
336/* Define to 1 if you have the `getgrent' function. */
337#define HAVE_GETGRENT 1
338
339/* Define to 1 if you have the `getgrnam' function. */
340#define HAVE_GETGRNAM 1
341
342/* Define to 1 if you have the `getgrouplist' function. */
343/* #undef HAVE_GETGROUPLIST */
344
345/* Define to 1 if you have the `getmntent' function. */
346/* #undef HAVE_GETMNTENT */
347
348/* Define to 1 if you have the `getnetgrent' function. */
349/* #undef HAVE_GETNETGRENT */
350
351/* Define to 1 if you have the `getprpwnam' function. */
352/* #undef HAVE_GETPRPWNAM */
353
354/* Define to 1 if you have the `getpwanam' function. */
355/* #undef HAVE_GETPWANAM */
356
357/* Define to 1 if you have the `getrlimit' function. */
358#define HAVE_GETRLIMIT 1
359
360/* Define to 1 if you have the `getspnam' function. */
361#define HAVE_GETSPNAM 1
362
363/* Whether gettimeofday() is available */
364#define HAVE_GETTIMEOFDAY_TZ 1
365
366/* Define to 1 if you have the `getutmpx' function. */
367/* #undef HAVE_GETUTMPX */
368
369/* Define to 1 if you have the `getxattr' function. */
370#define HAVE_GETXATTR 1
371
372/* What header to include for iconv() function: giconv.h */
373/* #undef HAVE_GICONV */
374
375/* Define to 1 if you have the `glob' function. */
376#define HAVE_GLOB 1
377
378/* Define to 1 if you have the <glob.h> header file. */
379#define HAVE_GLOB_H 1
380
381/* Define to 1 if you have the `grantpt' function. */
382#define HAVE_GRANTPT 1
383
384/* Define to 1 if you have the <grp.h> header file. */
385#define HAVE_GRP_H 1
386
387/* Whether GSSAPI is available */
388/* #undef HAVE_GSSAPI */
389
390/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
391/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
392
393/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
394/* #undef HAVE_GSSAPI_GSSAPI_H */
395
396/* Define to 1 if you have the <gssapi.h> header file. */
397/* #undef HAVE_GSSAPI_H */
398
399/* Define to 1 if you have the `gss_display_status' function. */
400/* #undef HAVE_GSS_DISPLAY_STATUS */
401
402/* Define to 1 if you have the <history.h> header file. */
403/* #undef HAVE_HISTORY_H */
404
405/* Whether HPUX ACLs are available */
406/* #undef HAVE_HPUX_ACLS */
407
408/* What header to include for iconv() function: iconv.h */
409/* #undef HAVE_ICONV */
410
411/* Whether iface AIX is available */
412/* #undef HAVE_IFACE_AIX */
413
414/* Whether iface ifconf is available */
415/* #undef HAVE_IFACE_IFCONF */
416
417/* Whether iface ifreq is available */
418/* #undef HAVE_IFACE_IFREQ */
419
420/* Whether the compiler supports immediate structures */
421#define HAVE_IMMEDIATE_STRUCTURES 1
422
423/* Define to 1 if you have the `initgroups' function. */
424#define HAVE_INITGROUPS 1
425
426/* Define to 1 if you have the `innetgr' function. */
427/* #undef HAVE_INNETGR */
428
429/* Whether the 'ino64_t' type is available */
430/* #undef HAVE_INO64_T */
431
432/* Whether int16 typedef is included by rpc/rpc.h */
433/* #undef HAVE_INT16_FROM_RPC_RPC_H */
434
435/* Whether int32 typedef is included by rpc/rpc.h */
436/* #undef HAVE_INT32_FROM_RPC_RPC_H */
437
438/* Define to 1 if you have the <inttypes.h> header file. */
439#define HAVE_INTTYPES_H 1
440
441/* Whether IRIX ACLs are available */
442/* #undef HAVE_IRIX_ACLS */
443
444/* Whether IRIX specific capabilities are available */
445/* #undef HAVE_IRIX_SPECIFIC_CAPABILITIES */
446
447/* Whether kernel notifies changes */
448/* #undef HAVE_KERNEL_CHANGE_NOTIFY */
449
450/* Whether IRIX kernel oplock type definitions are available */
451/* #undef HAVE_KERNEL_OPLOCKS_IRIX */
452
453/* Whether to use linux kernel oplocks */
454/* #undef HAVE_KERNEL_OPLOCKS_LINUX */
455
456/* Whether the kernel supports share modes */
457/* #undef HAVE_KERNEL_SHARE_MODES */
458
459/* Whether to have KRB5 support */
460/* #undef HAVE_KRB5 */
461
462/* Define to 1 if you have the `krb5_auth_con_setkey' function. */
463/* #undef HAVE_KRB5_AUTH_CON_SETKEY */
464
465/* Define to 1 if you have the `krb5_auth_con_setuseruserkey' function. */
466/* #undef HAVE_KRB5_AUTH_CON_SETUSERUSERKEY */
467
468/* Define to 1 if you have the `krb5_c_enctype_compare' function. */
469/* #undef HAVE_KRB5_C_ENCTYPE_COMPARE */
470
471/* Whether the type krb5_encrypt_block exists */
472/* #undef HAVE_KRB5_ENCRYPT_BLOCK */
473
474/* Define to 1 if you have the `krb5_encrypt_data' function. */
475/* #undef HAVE_KRB5_ENCRYPT_DATA */
476
477/* Define to 1 if you have the `krb5_enctypes_compatible_keys' function. */
478/* #undef HAVE_KRB5_ENCTYPES_COMPATIBLE_KEYS */
479
480/* Define to 1 if you have the `krb5_free_data_contents' function. */
481/* #undef HAVE_KRB5_FREE_DATA_CONTENTS */
482
483/* Define to 1 if you have the `krb5_free_keytab_entry_contents' function. */
484/* #undef HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS */
485
486/* Define to 1 if you have the `krb5_free_ktypes' function. */
487/* #undef HAVE_KRB5_FREE_KTYPES */
488
489/* Define to 1 if you have the `krb5_free_unparsed_name' function. */
490/* #undef HAVE_KRB5_FREE_UNPARSED_NAME */
491
492/* Define to 1 if you have the `krb5_get_default_in_tkt_etypes' function. */
493/* #undef HAVE_KRB5_GET_DEFAULT_IN_TKT_ETYPES */
494
495/* Define to 1 if you have the `krb5_get_permitted_enctypes' function. */
496/* #undef HAVE_KRB5_GET_PERMITTED_ENCTYPES */
497
498/* Define to 1 if you have the `krb5_get_pw_salt' function. */
499/* #undef HAVE_KRB5_GET_PW_SALT */
500
501/* Define to 1 if you have the <krb5.h> header file. */
502/* #undef HAVE_KRB5_H */
503
504/* Whether the krb5_creds struct has a keyblock property */
505/* #undef HAVE_KRB5_KEYBLOCK_IN_CREDS */
506
507/* Whether the krb5_keyblock struct has a keyvalue property */
508/* #undef HAVE_KRB5_KEYBLOCK_KEYVALUE */
509
510/* Whether krb5_keytab_entry has key member */
511/* #undef HAVE_KRB5_KEYTAB_ENTRY_KEY */
512
513/* Whether krb5_keytab_entry has keyblock member */
514/* #undef HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK */
515
516/* Define to 1 if you have the `krb5_krbhst_get_addrinfo' function. */
517/* #undef HAVE_KRB5_KRBHST_GET_ADDRINFO */
518
519/* Define to 1 if you have the `krb5_kt_compare' function. */
520/* #undef HAVE_KRB5_KT_COMPARE */
521
522/* Define to 1 if you have the `krb5_kt_free_entry' function. */
523/* #undef HAVE_KRB5_KT_FREE_ENTRY */
524
525/* Define to 1 if you have the `krb5_locate_kdc' function. */
526/* #undef HAVE_KRB5_LOCATE_KDC */
527
528/* Define to 1 if you have the `krb5_mk_req_extended' function. */
529/* #undef HAVE_KRB5_MK_REQ_EXTENDED */
530
531/* Define to 1 if you have the `krb5_principal2salt' function. */
532/* #undef HAVE_KRB5_PRINCIPAL2SALT */
533
534/* Define to 1 if you have the `krb5_principal_get_comp_string' function. */
535/* #undef HAVE_KRB5_PRINCIPAL_GET_COMP_STRING */
536
537/* Whether krb5_princ_component is available */
538/* #undef HAVE_KRB5_PRINC_COMPONENT */
539
540/* Whether the krb5_creds struct has a session property */
541/* #undef HAVE_KRB5_SESSION_IN_CREDS */
542
543/* Define to 1 if you have the `krb5_set_default_in_tkt_etypes' function. */
544/* #undef HAVE_KRB5_SET_DEFAULT_IN_TKT_ETYPES */
545
546/* Define to 1 if you have the `krb5_set_default_tgs_ktypes' function. */
547/* #undef HAVE_KRB5_SET_DEFAULT_TGS_KTYPES */
548
549/* Define to 1 if you have the `krb5_set_real_time' function. */
550/* #undef HAVE_KRB5_SET_REAL_TIME */
551
552/* Define to 1 if you have the `krb5_string_to_key' function. */
553/* #undef HAVE_KRB5_STRING_TO_KEY */
554
555/* Define to 1 if you have the `krb5_string_to_key_salt' function. */
556/* #undef HAVE_KRB5_STRING_TO_KEY_SALT */
557
558/* Whether the krb5_ticket struct has a enc_part2 property */
559/* #undef HAVE_KRB5_TKT_ENC_PART2 */
560
561/* Define to 1 if you have the `krb5_use_enctype' function. */
562/* #undef HAVE_KRB5_USE_ENCTYPE */
563
564/* Whether the KV5M_KEYTAB option is available */
565/* #undef HAVE_KV5M_KEYTAB */
566
567/* Define to 1 if you have the <langinfo.h> header file. */
568#define HAVE_LANGINFO_H 1
569
570/* Define to 1 if you have the <lastlog.h> header file. */
571#define HAVE_LASTLOG_H 1
572
573/* Define to 1 if you have the <lber.h> header file. */
574/* #undef HAVE_LBER_H */
575
576/* Whether ldap is available */
577/* #undef HAVE_LDAP */
578
579/* Define to 1 if you have the `ldap_domain2hostlist' function. */
580/* #undef HAVE_LDAP_DOMAIN2HOSTLIST */
581
582/* Define to 1 if you have the <ldap.h> header file. */
583/* #undef HAVE_LDAP_H */
584
585/* Define to 1 if you have the `ldap_init' function. */
586/* #undef HAVE_LDAP_INIT */
587
588/* Define to 1 if you have the `ldap_initialize' function. */
589/* #undef HAVE_LDAP_INITIALIZE */
590
591/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
592/* #undef HAVE_LDAP_SET_REBIND_PROC */
593
594/* Define to 1 if you have the `lgetxattr' function. */
595#define HAVE_LGETXATTR 1
596
597/* Define to 1 if you have the `asn1' library (-lasn1). */
598/* #undef HAVE_LIBASN1 */
599
600/* Define to 1 if you have the `com_err' library (-lcom_err). */
601/* #undef HAVE_LIBCOM_ERR */
602
603/* Define to 1 if you have the `crypto' library (-lcrypto). */
604/* #undef HAVE_LIBCRYPTO */
605
606/* Define to 1 if you have the `dl' library (-ldl). */
607/* #undef HAVE_LIBDL */
608
609/* Define to 1 if you have the `exc' library (-lexc). */
610/* #undef HAVE_LIBEXC */
611
612/* Define to 1 if you have the <libexc.h> header file. */
613/* #undef HAVE_LIBEXC_H */
614
615/* Define to 1 if you have the `gen' library (-lgen). */
616/* #undef HAVE_LIBGEN */
617
618/* Define to 1 if you have the `gssapi' library (-lgssapi). */
619/* #undef HAVE_LIBGSSAPI */
620
621/* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */
622/* #undef HAVE_LIBGSSAPI_KRB5 */
623
624/* Define to 1 if you have the `inet' library (-linet). */
625/* #undef HAVE_LIBINET */
626
627/* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
628/* #undef HAVE_LIBK5CRYPTO */
629
630/* Define to 1 if you have the `krb5' library (-lkrb5). */
631/* #undef HAVE_LIBKRB5 */
632
633/* Define to 1 if you have the `lber' library (-llber). */
634/* #undef HAVE_LIBLBER */
635
636/* Define to 1 if you have the `ldap' library (-lldap). */
637/* #undef HAVE_LIBLDAP */
638
639/* Define to 1 if you have the `nsl' library (-lnsl). */
640/* #undef HAVE_LIBNSL */
641
642/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
643/* #undef HAVE_LIBNSL_S */
644
645/* Whether libpam is available */
646/* #undef HAVE_LIBPAM */
647
648/* Whether the system has readline */
649/* #undef HAVE_LIBREADLINE */
650
651/* Define to 1 if you have the `resolv' library (-lresolv). */
652/* #undef HAVE_LIBRESOLV */
653
654/* Define to 1 if you have the `roken' library (-lroken). */
655/* #undef HAVE_LIBROKEN */
656
657/* Define to 1 if you have the `sec' library (-lsec). */
658/* #undef HAVE_LIBSEC */
659
660/* Define to 1 if you have the `security' library (-lsecurity). */
661/* #undef HAVE_LIBSECURITY */
662
663/* Define to 1 if you have the `sendfile' library (-lsendfile). */
664/* #undef HAVE_LIBSENDFILE */
665
666/* Define to 1 if you have the `socket' library (-lsocket). */
667/* #undef HAVE_LIBSOCKET */
668
669/* Define to 1 if you have the <limits.h> header file. */
670#define HAVE_LIMITS_H 1
671
672/* Define to 1 if you have the `link' function. */
673#define HAVE_LINK 1
674
675/* Whether Linux xfs quota support is available */
676/* #undef HAVE_LINUX_XFS_QUOTAS */
677
678/* Define to 1 if you have the `listxattr' function. */
679#define HAVE_LISTXATTR 1
680
681/* Define to 1 if you have the `llistxattr' function. */
682#define HAVE_LLISTXATTR 1
683
684/* Define to 1 if you have the `llseek' function. */
685/* #undef HAVE_LLSEEK */
686
687/* Define to 1 if you have the <locale.h> header file. */
688#define HAVE_LOCALE_H 1
689
690/* Whether the host supports long long's */
691#define HAVE_LONGLONG 1
692
693/* Define to 1 if you have the `lremovexattr' function. */
694#define HAVE_LREMOVEXATTR 1
695
696/* Define to 1 if you have the `lseek64' function. */
697#define HAVE_LSEEK64 1
698
699/* Define to 1 if you have the `lsetxattr' function. */
700#define HAVE_LSETXATTR 1
701
702/* Define to 1 if you have the `lstat64' function. */
703#define HAVE_LSTAT64 1
704
705/* Whether the macro for makedev is available */
706/* #undef HAVE_MAKEDEV */
707
708/* Define to 1 if you have the `memmove' function. */
709#define HAVE_MEMMOVE 1
710
711/* Define to 1 if you have the <memory.h> header file. */
712#define HAVE_MEMORY_H 1
713
714/* Whether memset() is available */
715#define HAVE_MEMSET 1
716
717/* Define to 1 if you have the `mknod' function. */
718#define HAVE_MKNOD 1
719
720/* Define to 1 if you have the `mknod64' function. */
721/* #undef HAVE_MKNOD64 */
722
723/* Define to 1 if you have the `mktime' function. */
724#define HAVE_MKTIME 1
725
726/* Whether mmap works */
727/* #undef HAVE_MMAP */
728
729/* Define to 1 if you have the <mntent.h> header file. */
730/* #undef HAVE_MNTENT_H */
731
732/* Define to 1 if you have the `nanosleep' function. */
733#define HAVE_NANOSLEEP 1
734
735/* Whether to use native iconv */
736/* #undef HAVE_NATIVE_ICONV */
737
738/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
739/* #undef HAVE_NDIR_H */
740
741/* Define to 1 if you have the <netinet/in_ip.h> header file. */
742/* #undef HAVE_NETINET_IN_IP_H */
743
744/* Define to 1 if you have the <netinet/in_systm.h> header file. */
745#define HAVE_NETINET_IN_SYSTM_H 1
746
747/* Define to 1 if you have the <netinet/ip.h> header file. */
748#define HAVE_NETINET_IP_H 1
749
750/* Define to 1 if you have the <netinet/tcp.h> header file. */
751#define HAVE_NETINET_TCP_H 1
752
753/* Define to 1 if you have the <net/if.h> header file. */
754#define HAVE_NET_IF_H 1
755
756/* Do we have rl_completion_matches? */
757/* #undef HAVE_NEW_LIBREADLINE */
758
759/* Define to 1 if you have the `nl_langinfo' function. */
760#define HAVE_NL_LANGINFO 1
761
762/* Whether no ACLs support is available */
763#define HAVE_NO_ACLS 1
764
765/* Define to 1 if you have the <nsswitch.h> header file. */
766/* #undef HAVE_NSSWITCH_H */
767
768/* Define to 1 if you have the <nss_common.h> header file. */
769/* #undef HAVE_NSS_COMMON_H */
770
771/* Define to 1 if you have the <nss.h> header file. */
772/* #undef HAVE_NSS_H */
773
774/* Define to 1 if you have the <ns_api.h> header file. */
775/* #undef HAVE_NS_API_H */
776
777/* Whether off64_t is available */
778/* #undef HAVE_OFF64_T */
779
780/* Define to 1 if you have the `open64' function. */
781#define HAVE_OPEN64 1
782
783/* Defined if struct passwd has pw_age field */
784/* #undef HAVE_PASSWD_PW_AGE */
785
786/* Defined if struct passwd has pw_comment field */
787/* #undef HAVE_PASSWD_PW_COMMENT */
788
789/* Define to 1 if you have the `pathconf' function. */
790#define HAVE_PATHCONF 1
791
792/* Define to 1 if you have the `pipe' function. */
793#define HAVE_PIPE 1
794
795/* Define to 1 if you have the `poll' function. */
796#define HAVE_POLL 1
797
798/* Define to 1 if you have the <poll.h> header file. */
799#define HAVE_POLL_H 1
800
801/* Whether POSIX ACLs are available */
802/* #undef HAVE_POSIX_ACLS */
803
804/* Define to 1 if you have the `pread' function. */
805/* #undef HAVE_PREAD */
806
807/* Define to 1 if you have the `pread64' function. */
808/* #undef HAVE_PREAD64 */
809
810/* Define to 1 if you have the `putprpwnam' function. */
811/* #undef HAVE_PUTPRPWNAM */
812
813/* Define to 1 if you have the `pututline' function. */
814#define HAVE_PUTUTLINE 1
815
816/* Define to 1 if you have the `pututxline' function. */
817/* #undef HAVE_PUTUTXLINE */
818
819/* Define to 1 if you have the `pwrite' function. */
820/* #undef HAVE_PWRITE */
821
822/* Define to 1 if you have the `pwrite64' function. */
823/* #undef HAVE_PWRITE64 */
824
825/* Whether CRAY int quotactl (char *spec, int request, char *arg); is
826   available */
827/* #undef HAVE_QUOTACTL_3 */
828
829/* Whether long quotactl(int cmd, char *special, qid_t id, caddr_t addr) is
830   available */
831/* #undef HAVE_QUOTACTL_4A */
832
833/* Whether int quotactl(const char *path, int cmd, int id, char *addr) is
834   available */
835/* #undef HAVE_QUOTACTL_4B */
836
837/* Whether Linux quota support is available */
838/* #undef HAVE_QUOTACTL_LINUX */
839
840/* Define to 1 if you have the `rand' function. */
841#define HAVE_RAND 1
842
843/* Define to 1 if you have the `random' function. */
844#define HAVE_RANDOM 1
845
846/* Define to 1 if you have the `rdchk' function. */
847/* #undef HAVE_RDCHK */
848
849/* Define to 1 if you have the `readdir64' function. */
850#define HAVE_READDIR64 1
851
852/* Define to 1 if you have the <readline.h> header file. */
853/* #undef HAVE_READLINE_H */
854
855/* Define to 1 if you have the <readline/history.h> header file. */
856/* #undef HAVE_READLINE_HISTORY_H */
857
858/* Define to 1 if you have the <readline/readline.h> header file. */
859/* #undef HAVE_READLINE_READLINE_H */
860
861/* Define to 1 if you have the `readlink' function. */
862#define HAVE_READLINK 1
863
864/* Define to 1 if you have the `realpath' function. */
865#define HAVE_REALPATH 1
866
867/* Define to 1 if you have the `removexattr' function. */
868#define HAVE_REMOVEXATTR 1
869
870/* Define to 1 if you have the `rename' function. */
871#define HAVE_RENAME 1
872
873/* Define to 1 if you have the `roken_getaddrinfo_hostspec' function. */
874/* #undef HAVE_ROKEN_GETADDRINFO_HOSTSPEC */
875
876/* Whether current user is root */
877/* #undef HAVE_ROOT */
878
879/* Define to 1 if you have the <rpcsvc/nis.h> header file. */
880/* #undef HAVE_RPCSVC_NIS_H */
881
882/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
883/* #undef HAVE_RPCSVC_YPCLNT_H */
884
885/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */
886/* #undef HAVE_RPCSVC_YP_PROT_H */
887
888/* Whether there is a conflicting AUTH_ERROR define in rpc/rpc.h */
889/* #undef HAVE_RPC_AUTH_ERROR_CONFLICT */
890
891/* Define to 1 if you have the <rpc/nettype.h> header file. */
892/* #undef HAVE_RPC_NETTYPE_H */
893
894/* Define to 1 if you have the <rpc/rpc.h> header file. */
895#define HAVE_RPC_RPC_H 1
896
897/* Whether mkstemp is secure */
898/* #undef HAVE_SECURE_MKSTEMP */
899
900/* Define to 1 if you have the <security/pam_appl.h> header file. */
901/* #undef HAVE_SECURITY_PAM_APPL_H */
902
903/* Define to 1 if you have the <security/pam_modules.h> header file. */
904/* #undef HAVE_SECURITY_PAM_MODULES_H */
905
906/* Define to 1 if you have the <security/_pam_macros.h> header file. */
907/* #undef HAVE_SECURITY__PAM_MACROS_H */
908
909/* Define to 1 if you have the `select' function. */
910#define HAVE_SELECT 1
911
912/* Whether sendfile() is available */
913#define HAVE_SENDFILE 1
914
915/* Whether sendfile64() is available */
916/* #undef HAVE_SENDFILE64 */
917
918/* Whether sendfilev() is available */
919/* #undef HAVE_SENDFILEV */
920
921/* Whether sendfilev64() is available */
922/* #undef HAVE_SENDFILEV64 */
923
924/* Define to 1 if you have the `setbuffer' function. */
925#define HAVE_SETBUFFER 1
926
927/* Define to 1 if you have the `setenv' function. */
928#define HAVE_SETENV 1
929
930/* Define to 1 if you have the `setgidx' function. */
931/* #undef HAVE_SETGIDX */
932
933/* Define to 1 if you have the `setgroups' function. */
934#define HAVE_SETGROUPS 1
935
936/* Define to 1 if you have the `setlinebuf' function. */
937#define HAVE_SETLINEBUF 1
938
939/* Define to 1 if you have the `setlocale' function. */
940#define HAVE_SETLOCALE 1
941
942/* Define to 1 if you have the `setluid' function. */
943/* #undef HAVE_SETLUID */
944
945/* Define to 1 if you have the `setmntent' function. */
946/* #undef HAVE_SETMNTENT */
947
948/* Define to 1 if you have the `setnetgrent' function. */
949/* #undef HAVE_SETNETGRENT */
950
951/* Define to 1 if you have the `setpgid' function. */
952#define HAVE_SETPGID 1
953
954/* Define to 1 if you have the `setpriv' function. */
955/* #undef HAVE_SETPRIV */
956
957/* Whether the system has setresgid */
958/* #undef HAVE_SETRESGID */
959
960/* Whether setresgid() is available */
961/* #undef HAVE_SETRESGID_DECL */
962
963/* Whether the system has setresuid */
964/* #undef HAVE_SETRESUID */
965
966/* Whether setresuid() is available */
967/* #undef HAVE_SETRESUID_DECL */
968
969/* Define to 1 if you have the `setsid' function. */
970#define HAVE_SETSID 1
971
972/* Define to 1 if you have the `setuidx' function. */
973/* #undef HAVE_SETUIDX */
974
975/* Define to 1 if you have the `setxattr' function. */
976#define HAVE_SETXATTR 1
977
978/* Define to 1 if you have the `set_auth_parameters' function. */
979/* #undef HAVE_SET_AUTH_PARAMETERS */
980
981/* Define to 1 if you have the <shadow.h> header file. */
982#define HAVE_SHADOW_H 1
983
984/* Define to 1 if you have the `shmget' function. */
985#define HAVE_SHMGET 1
986
987/* Define to 1 if you have the `shm_open' function. */
988/* #undef HAVE_SHM_OPEN */
989
990/* Define to 1 if you have the `sigaction' function. */
991#define HAVE_SIGACTION 1
992
993/* Define to 1 if you have the `sigblock' function. */
994#define HAVE_SIGBLOCK 1
995
996/* Define to 1 if you have the `sigprocmask' function. */
997#define HAVE_SIGPROCMASK 1
998
999/* Define to 1 if you have the `sigset' function. */
1000#define HAVE_SIGSET 1
1001
1002/* Whether we have the atomic_t variable type */
1003#define HAVE_SIG_ATOMIC_T_TYPE 1
1004
1005/* Define to 1 if you have the `snprintf' function. */
1006#define HAVE_SNPRINTF 1
1007
1008/* Whether snprintf() is available */
1009#define HAVE_SNPRINTF_DECL 1
1010
1011/* Whether we have the variable type socklen_t */
1012#define HAVE_SOCKLEN_T_TYPE 1
1013
1014/* Whether the sockaddr_in struct has a sin_len property */
1015/* #undef HAVE_SOCK_SIN_LEN */
1016
1017/* Whether solaris ACLs are available */
1018/* #undef HAVE_SOLARIS_ACLS */
1019
1020/* Define to 1 if you have the `srand' function. */
1021#define HAVE_SRAND 1
1022
1023/* Define to 1 if you have the `srandom' function. */
1024#define HAVE_SRANDOM 1
1025
1026/* Whether stat64() is available */
1027#define HAVE_STAT64 1
1028
1029/* Whether the stat struct has a st_blksize property */
1030#define HAVE_STAT_ST_BLKSIZE 1
1031
1032/* Whether the stat struct has a st_block property */
1033#define HAVE_STAT_ST_BLOCKS 1
1034
1035/* Define to 1 if you have the <stdarg.h> header file. */
1036#define HAVE_STDARG_H 1
1037
1038/* Define to 1 if you have the <stdint.h> header file. */
1039#define HAVE_STDINT_H 1
1040
1041/* Define to 1 if you have the <stdlib.h> header file. */
1042#define HAVE_STDLIB_H 1
1043
1044/* Define to 1 if you have the `strcasecmp' function. */
1045#define HAVE_STRCASECMP 1
1046
1047/* Define to 1 if you have the `strchr' function. */
1048#define HAVE_STRCHR 1
1049
1050/* Define to 1 if you have the `strdup' function. */
1051#define HAVE_STRDUP 1
1052
1053/* Define to 1 if you have the `strerror' function. */
1054#define HAVE_STRERROR 1
1055
1056/* Define to 1 if you have the `strftime' function. */
1057#define HAVE_STRFTIME 1
1058
1059/* Define to 1 if you have the <strings.h> header file. */
1060#define HAVE_STRINGS_H 1
1061
1062/* Define to 1 if you have the <string.h> header file. */
1063#define HAVE_STRING_H 1
1064
1065/* Define to 1 if you have the `strlcat' function. */
1066#define HAVE_STRLCAT 1
1067
1068/* Define to 1 if you have the `strlcpy' function. */
1069#define HAVE_STRLCPY 1
1070
1071/* Define to 1 if you have the `strndup' function. */
1072#define HAVE_STRNDUP 1
1073
1074/* Define to 1 if you have the `strnlen' function. */
1075#define HAVE_STRNLEN 1
1076
1077/* Define to 1 if you have the <stropts.h> header file. */
1078/* #undef HAVE_STROPTS_H */
1079
1080/* Define to 1 if you have the `strpbrk' function. */
1081#define HAVE_STRPBRK 1
1082
1083/* Define to 1 if you have the `strtoul' function. */
1084#define HAVE_STRTOUL 1
1085
1086/* Whether the 'dirent64' struct is available */
1087/* #undef HAVE_STRUCT_DIRENT64 */
1088
1089/* Whether the flock64 struct is available */
1090/* #undef HAVE_STRUCT_FLOCK64 */
1091
1092/* Define to 1 if `method_attrlist' is member of `struct secmethod_table'. */
1093/* #undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_ATTRLIST */
1094
1095/* Define to 1 if `method_version' is member of `struct secmethod_table'. */
1096/* #undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION */
1097
1098/* Define to 1 if `st_rdev' is member of `struct stat'. */
1099#define HAVE_STRUCT_STAT_ST_RDEV 1
1100
1101/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
1102   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
1103#define HAVE_ST_RDEV 1
1104
1105/* Define to 1 if you have the `symlink' function. */
1106#define HAVE_SYMLINK 1
1107
1108/* Define to 1 if you have the `syscall' function. */
1109#define HAVE_SYSCALL 1
1110
1111/* Define to 1 if you have the <syscall.h> header file. */
1112#define HAVE_SYSCALL_H 1
1113
1114/* Define to 1 if you have the `sysconf' function. */
1115#define HAVE_SYSCONF 1
1116
1117/* Define to 1 if you have the `syslog' function. */
1118#define HAVE_SYSLOG 1
1119
1120/* Define to 1 if you have the <syslog.h> header file. */
1121#define HAVE_SYSLOG_H 1
1122
1123/* Define to 1 if you have the <sys/acl.h> header file. */
1124/* #undef HAVE_SYS_ACL_H */
1125
1126/* Define to 1 if you have the <sys/attributes.h> header file. */
1127/* #undef HAVE_SYS_ATTRIBUTES_H */
1128
1129/* Define to 1 if you have the <sys/capability.h> header file. */
1130/* #undef HAVE_SYS_CAPABILITY_H */
1131
1132/* Define to 1 if you have the <sys/cdefs.h> header file. */
1133#define HAVE_SYS_CDEFS_H 1
1134
1135/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1136   */
1137/* #undef HAVE_SYS_DIR_H */
1138
1139/* Define to 1 if you have the <sys/dustat.h> header file. */
1140/* #undef HAVE_SYS_DUSTAT_H */
1141
1142/* Define to 1 if you have the <sys/fcntl.h> header file. */
1143#define HAVE_SYS_FCNTL_H 1
1144
1145/* Define to 1 if you have the <sys/filio.h> header file. */
1146/* #undef HAVE_SYS_FILIO_H */
1147
1148/* Define to 1 if you have the <sys/filsys.h> header file. */
1149/* #undef HAVE_SYS_FILSYS_H */
1150
1151/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
1152/* #undef HAVE_SYS_FS_S5PARAM_H */
1153
1154/* Define to 1 if you have the <sys/fs/vx_quota.h> header file. */
1155/* #undef HAVE_SYS_FS_VX_QUOTA_H */
1156
1157/* Define to 1 if you have the <sys/id.h> header file. */
1158/* #undef HAVE_SYS_ID_H */
1159
1160/* Define to 1 if you have the <sys/ioctl.h> header file. */
1161#define HAVE_SYS_IOCTL_H 1
1162
1163/* Define to 1 if you have the <sys/ipc.h> header file. */
1164#define HAVE_SYS_IPC_H 1
1165
1166/* Define to 1 if you have the <sys/mman.h> header file. */
1167#define HAVE_SYS_MMAN_H 1
1168
1169/* Define to 1 if you have the <sys/mode.h> header file. */
1170/* #undef HAVE_SYS_MODE_H */
1171
1172/* Define to 1 if you have the <sys/mount.h> header file. */
1173#define HAVE_SYS_MOUNT_H 1
1174
1175/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1176   */
1177/* #undef HAVE_SYS_NDIR_H */
1178
1179/* Define to 1 if you have the <sys/param.h> header file. */
1180#define HAVE_SYS_PARAM_H 1
1181
1182/* Define to 1 if you have the <sys/priv.h> header file. */
1183/* #undef HAVE_SYS_PRIV_H */
1184
1185/* Whether the new lib/sysquotas.c interface can be used */
1186/* #undef HAVE_SYS_QUOTAS */
1187
1188/* Define to 1 if you have the <sys/quota.h> header file. */
1189/* #undef HAVE_SYS_QUOTA_H */
1190
1191/* Define to 1 if you have the <sys/resource.h> header file. */
1192#define HAVE_SYS_RESOURCE_H 1
1193
1194/* Define to 1 if you have the <sys/security.h> header file. */
1195/* #undef HAVE_SYS_SECURITY_H */
1196
1197/* Define to 1 if you have the <sys/select.h> header file. */
1198#define HAVE_SYS_SELECT_H 1
1199
1200/* Define to 1 if you have the <sys/shm.h> header file. */
1201#define HAVE_SYS_SHM_H 1
1202
1203/* Define to 1 if you have the <sys/socket.h> header file. */
1204#define HAVE_SYS_SOCKET_H 1
1205
1206/* Define to 1 if you have the <sys/sockio.h> header file. */
1207/* #undef HAVE_SYS_SOCKIO_H */
1208
1209/* Define to 1 if you have the <sys/statfs.h> header file. */
1210#define HAVE_SYS_STATFS_H 1
1211
1212/* Define to 1 if you have the <sys/statvfs.h> header file. */
1213#define HAVE_SYS_STATVFS_H 1
1214
1215/* Define to 1 if you have the <sys/stat.h> header file. */
1216#define HAVE_SYS_STAT_H 1
1217
1218/* Define to 1 if you have the <sys/syscall.h> header file. */
1219#define HAVE_SYS_SYSCALL_H 1
1220
1221/* Define to 1 if you have the <sys/syslog.h> header file. */
1222#define HAVE_SYS_SYSLOG_H 1
1223
1224/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1225#define HAVE_SYS_SYSMACROS_H 1
1226
1227/* Define to 1 if you have the <sys/termio.h> header file. */
1228/* #undef HAVE_SYS_TERMIO_H */
1229
1230/* Define to 1 if you have the <sys/time.h> header file. */
1231#define HAVE_SYS_TIME_H 1
1232
1233/* Define to 1 if you have the <sys/types.h> header file. */
1234#define HAVE_SYS_TYPES_H 1
1235
1236/* Define to 1 if you have the <sys/unistd.h> header file. */
1237#define HAVE_SYS_UNISTD_H 1
1238
1239/* Define to 1 if you have the <sys/vfs.h> header file. */
1240#define HAVE_SYS_VFS_H 1
1241
1242/* Define to 1 if you have the <sys/wait.h> header file. */
1243#define HAVE_SYS_WAIT_H 1
1244
1245/* Define to 1 if you have the <sys/xattr.h> header file. */
1246#define HAVE_SYS_XATTR_H 1
1247
1248/* Define to 1 if you have the <termios.h> header file. */
1249#define HAVE_TERMIOS_H 1
1250
1251/* Define to 1 if you have the <termio.h> header file. */
1252#define HAVE_TERMIO_H 1
1253
1254/* Define to 1 if you have the `timegm' function. */
1255#define HAVE_TIMEGM 1
1256
1257/* Whether Tru64 ACLs are available */
1258/* #undef HAVE_TRU64_ACLS */
1259
1260/* Whether crypt needs truncated salt */
1261/* #undef HAVE_TRUNCATED_SALT */
1262
1263/* Whether uint16 typedef is included by rpc/rpc.h */
1264/* #undef HAVE_UINT16_FROM_RPC_RPC_H */
1265
1266/* Whether uint32 typedef is included by rpc/rpc.h */
1267/* #undef HAVE_UINT32_FROM_RPC_RPC_H */
1268
1269/* Define to 1 if you have the <unistd.h> header file. */
1270#define HAVE_UNISTD_H 1
1271
1272/* If we need to build with unixscoket support */
1273#define HAVE_UNIXSOCKET 1
1274
1275/* Whether UnixWare ACLs are available */
1276/* #undef HAVE_UNIXWARE_ACLS */
1277
1278/* Whether the 'unsigned char' type is available */
1279/* #undef HAVE_UNSIGNED_CHAR */
1280
1281/* Define to 1 if you have the `updwtmp' function. */
1282#define HAVE_UPDWTMP 1
1283
1284/* Define to 1 if you have the `updwtmpx' function. */
1285/* #undef HAVE_UPDWTMPX */
1286
1287/* Define to 1 if you have the `usleep' function. */
1288#define HAVE_USLEEP 1
1289
1290/* Whether struct utimbuf is available */
1291#define HAVE_UTIMBUF 1
1292
1293/* Define to 1 if you have the `utime' function. */
1294#define HAVE_UTIME 1
1295
1296/* Define to 1 if you have the `utimes' function. */
1297#define HAVE_UTIMES 1
1298
1299/* Define to 1 if you have the <utime.h> header file. */
1300#define HAVE_UTIME_H 1
1301
1302/* Define to 1 if you have the <utmpx.h> header file. */
1303/* #undef HAVE_UTMPX_H */
1304
1305/* Define to 1 if you have the <utmp.h> header file. */
1306#define HAVE_UTMP_H 1
1307
1308/* Whether the utmp struct has a property ut_addr */
1309#define HAVE_UT_UT_ADDR 1
1310
1311/* Whether the utmp struct has a property ut_exit */
1312#define HAVE_UT_UT_EXIT 1
1313
1314/* Whether the utmp struct has a property ut_host */
1315#define HAVE_UT_UT_HOST 1
1316
1317/* Whether the utmp struct has a property ut_id */
1318#define HAVE_UT_UT_ID 1
1319
1320/* Whether the utmp struct has a property ut_name */
1321#define HAVE_UT_UT_NAME 1
1322
1323/* Whether the utmp struct has a property ut_pid */
1324#define HAVE_UT_UT_PID 1
1325
1326/* Whether the utmp struct has a property ut_time */
1327#define HAVE_UT_UT_TIME 1
1328
1329/* Whether the utmp struct has a property ut_tv */
1330#define HAVE_UT_UT_TV 1
1331
1332/* Whether the utmp struct has a property ut_type */
1333#define HAVE_UT_UT_TYPE 1
1334
1335/* Whether the utmp struct has a property ut_user */
1336#define HAVE_UT_UT_USER 1
1337
1338/* Whether the utmpx struct has a property ut_syslen */
1339/* #undef HAVE_UX_UT_SYSLEN */
1340
1341/* Define to 1 if you have the <valgrind.h> header file. */
1342/* #undef HAVE_VALGRIND_H */
1343
1344/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
1345/* #undef HAVE_VALGRIND_MEMCHECK_H */
1346
1347/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
1348/* #undef HAVE_VALGRIND_VALGRIND_H */
1349
1350/* Define to 1 if you have the `vasprintf' function. */
1351#define HAVE_VASPRINTF 1
1352
1353/* Whether vasprintf() is available */
1354/* #undef HAVE_VASPRINTF_DECL */
1355
1356/* Whether va_copy() is available */
1357#define HAVE_VA_COPY 1
1358
1359/* Whether the C compiler understands volatile */
1360#define HAVE_VOLATILE 1
1361
1362/* Define to 1 if you have the `vsnprintf' function. */
1363#define HAVE_VSNPRINTF 1
1364
1365/* Whether vsnprintf() is available */
1366#define HAVE_VSNPRINTF_DECL 1
1367
1368/* Define to 1 if you have the `vsyslog' function. */
1369#define HAVE_VSYSLOG 1
1370
1371/* Define to 1 if you have the `waitpid' function. */
1372#define HAVE_WAITPID 1
1373
1374/* Define if you have working AF_LOCAL sockets */
1375#define HAVE_WORKING_AF_LOCAL 1
1376
1377/* Whether the WRFILE:-keytab is supported */
1378/* #undef HAVE_WRFILE_KEYTAB */
1379
1380/* Whether xfs quota support is available */
1381/* #undef HAVE_XFS_QUOTAS */
1382
1383/* Define to 1 if you have the `yp_get_default_domain' function. */
1384/* #undef HAVE_YP_GET_DEFAULT_DOMAIN */
1385
1386/* Define to 1 if you have the `_acl' function. */
1387/* #undef HAVE__ACL */
1388
1389/* Define to 1 if you have the `_chdir' function. */
1390/* #undef HAVE__CHDIR */
1391
1392/* Define to 1 if you have the `_close' function. */
1393/* #undef HAVE__CLOSE */
1394
1395/* Define to 1 if you have the `_closedir' function. */
1396/* #undef HAVE__CLOSEDIR */
1397
1398/* Define to 1 if you have the `_dup' function. */
1399/* #undef HAVE__DUP */
1400
1401/* Define to 1 if you have the `_dup2' function. */
1402/* #undef HAVE__DUP2 */
1403
1404/* Define to 1 if you have the `_et_list' function. */
1405/* #undef HAVE__ET_LIST */
1406
1407/* Define to 1 if you have the `_facl' function. */
1408/* #undef HAVE__FACL */
1409
1410/* Define to 1 if you have the `_fchdir' function. */
1411/* #undef HAVE__FCHDIR */
1412
1413/* Define to 1 if you have the `_fcntl' function. */
1414/* #undef HAVE__FCNTL */
1415
1416/* Define to 1 if you have the `_fork' function. */
1417/* #undef HAVE__FORK */
1418
1419/* Define to 1 if you have the `_fstat' function. */
1420/* #undef HAVE__FSTAT */
1421
1422/* Define to 1 if you have the `_fstat64' function. */
1423/* #undef HAVE__FSTAT64 */
1424
1425/* Define to 1 if you have the `_getcwd' function. */
1426/* #undef HAVE__GETCWD */
1427
1428/* Define to 1 if you have the `_getdents' function. */
1429/* #undef HAVE__GETDENTS */
1430
1431/* Define to 1 if you have the `_llseek' function. */
1432/* #undef HAVE__LLSEEK */
1433
1434/* Define to 1 if you have the `_lseek' function. */
1435/* #undef HAVE__LSEEK */
1436
1437/* Define to 1 if you have the `_lstat' function. */
1438/* #undef HAVE__LSTAT */
1439
1440/* Define to 1 if you have the `_lstat64' function. */
1441/* #undef HAVE__LSTAT64 */
1442
1443/* Define to 1 if you have the `_open' function. */
1444/* #undef HAVE__OPEN */
1445
1446/* Define to 1 if you have the `_open64' function. */
1447/* #undef HAVE__OPEN64 */
1448
1449/* Define to 1 if you have the `_opendir' function. */
1450/* #undef HAVE__OPENDIR */
1451
1452/* Define to 1 if you have the `_pread' function. */
1453/* #undef HAVE__PREAD */
1454
1455/* Define to 1 if you have the `_pread64' function. */
1456/* #undef HAVE__PREAD64 */
1457
1458/* Define to 1 if you have the `_pwrite' function. */
1459/* #undef HAVE__PWRITE */
1460
1461/* Define to 1 if you have the `_pwrite64' function. */
1462/* #undef HAVE__PWRITE64 */
1463
1464/* Define to 1 if you have the `_read' function. */
1465/* #undef HAVE__READ */
1466
1467/* Define to 1 if you have the `_readdir' function. */
1468/* #undef HAVE__READDIR */
1469
1470/* Define to 1 if you have the `_readdir64' function. */
1471/* #undef HAVE__READDIR64 */
1472
1473/* Define to 1 if you have the `_seekdir' function. */
1474/* #undef HAVE__SEEKDIR */
1475
1476/* Define to 1 if you have the `_stat' function. */
1477/* #undef HAVE__STAT */
1478
1479/* Define to 1 if you have the `_stat64' function. */
1480/* #undef HAVE__STAT64 */
1481
1482/* Define to 1 if you have the `_telldir' function. */
1483/* #undef HAVE__TELLDIR */
1484
1485/* Define to 1 if you have the `_write' function. */
1486/* #undef HAVE__WRITE */
1487
1488/* Define to 1 if you have the `__acl' function. */
1489/* #undef HAVE___ACL */
1490
1491/* Define to 1 if you have the `__chdir' function. */
1492/* #undef HAVE___CHDIR */
1493
1494/* Define to 1 if you have the `__close' function. */
1495/* #undef HAVE___CLOSE */
1496
1497/* Define to 1 if you have the `__closedir' function. */
1498/* #undef HAVE___CLOSEDIR */
1499
1500/* Define to 1 if you have the `__dup' function. */
1501/* #undef HAVE___DUP */
1502
1503/* Define to 1 if you have the `__dup2' function. */
1504/* #undef HAVE___DUP2 */
1505
1506/* Define to 1 if you have the `__facl' function. */
1507/* #undef HAVE___FACL */
1508
1509/* Define to 1 if you have the `__fchdir' function. */
1510/* #undef HAVE___FCHDIR */
1511
1512/* Define to 1 if you have the `__fcntl' function. */
1513/* #undef HAVE___FCNTL */
1514
1515/* Define to 1 if you have the `__fork' function. */
1516/* #undef HAVE___FORK */
1517
1518/* Define to 1 if you have the `__fstat' function. */
1519/* #undef HAVE___FSTAT */
1520
1521/* Define to 1 if you have the `__fstat64' function. */
1522/* #undef HAVE___FSTAT64 */
1523
1524/* Define to 1 if you have the `__fxstat' function. */
1525/* #undef HAVE___FXSTAT */
1526
1527/* Define to 1 if you have the `__getcwd' function. */
1528/* #undef HAVE___GETCWD */
1529
1530/* Define to 1 if you have the `__getdents' function. */
1531/* #undef HAVE___GETDENTS */
1532
1533/* Define to 1 if you have the `__llseek' function. */
1534/* #undef HAVE___LLSEEK */
1535
1536/* Define to 1 if you have the `__lseek' function. */
1537/* #undef HAVE___LSEEK */
1538
1539/* Define to 1 if you have the `__lstat' function. */
1540/* #undef HAVE___LSTAT */
1541
1542/* Define to 1 if you have the `__lstat64' function. */
1543/* #undef HAVE___LSTAT64 */
1544
1545/* Define to 1 if you have the `__lxstat' function. */
1546/* #undef HAVE___LXSTAT */
1547
1548/* Define to 1 if you have the `__open' function. */
1549/* #undef HAVE___OPEN */
1550
1551/* Define to 1 if you have the `__open64' function. */
1552/* #undef HAVE___OPEN64 */
1553
1554/* Define to 1 if you have the `__opendir' function. */
1555/* #undef HAVE___OPENDIR */
1556
1557/* Define to 1 if you have the `__pread' function. */
1558/* #undef HAVE___PREAD */
1559
1560/* Define to 1 if you have the `__pread64' function. */
1561/* #undef HAVE___PREAD64 */
1562
1563/* Define to 1 if you have the `__pwrite' function. */
1564/* #undef HAVE___PWRITE */
1565
1566/* Define to 1 if you have the `__pwrite64' function. */
1567/* #undef HAVE___PWRITE64 */
1568
1569/* Define to 1 if you have the `__read' function. */
1570/* #undef HAVE___READ */
1571
1572/* Define to 1 if you have the `__readdir' function. */
1573/* #undef HAVE___READDIR */
1574
1575/* Define to 1 if you have the `__readdir64' function. */
1576/* #undef HAVE___READDIR64 */
1577
1578/* Define to 1 if you have the `__seekdir' function. */
1579/* #undef HAVE___SEEKDIR */
1580
1581/* Define to 1 if you have the `__stat' function. */
1582/* #undef HAVE___STAT */
1583
1584/* Define to 1 if you have the `__stat64' function. */
1585/* #undef HAVE___STAT64 */
1586
1587/* Define to 1 if you have the `__sys_llseek' function. */
1588/* #undef HAVE___SYS_LLSEEK */
1589
1590/* Define to 1 if you have the `__telldir' function. */
1591/* #undef HAVE___TELLDIR */
1592
1593/* Whether __va_copy() is available */
1594/* #undef HAVE___VA_COPY */
1595
1596/* Define to 1 if you have the `__write' function. */
1597/* #undef HAVE___WRITE */
1598
1599/* Define to 1 if you have the `__xstat' function. */
1600/* #undef HAVE___XSTAT */
1601
1602/* Whether the host os is HPUX */
1603/* #undef HPUX */
1604
1605/* Whether the hpux sendfile() API is available */
1606/* #undef HPUX_SENDFILE_API */
1607
1608/* Whether to use intel spinlocks */
1609/* #undef INTEL_SPINLOCKS */
1610
1611/* Whether the host os is irix */
1612/* #undef IRIX */
1613
1614/* Whether the host os is irix6 */
1615/* #undef IRIX6 */
1616
1617/* Whether krb5_princ_realm returns krb5_realm or krb5_data */
1618/* #undef KRB5_PRINC_REALM_RETURNS_REALM */
1619
1620/* Number of arguments to ldap_set_rebind_proc */
1621/* #undef LDAP_SET_REBIND_PROC_ARGS */
1622
1623/* Whether the host os is linux */
1624#define LINUX 1
1625
1626/* Whether (linux) sendfile() is broken */
1627/* #undef LINUX_BROKEN_SENDFILE_API */
1628
1629/* Whether linux sendfile() API is available */
1630#define LINUX_SENDFILE_API 1
1631
1632/* Whether to use mips spinlocks */
1633/* #undef MIPS_SPINLOCKS */
1634
1635/* Whether MMAP is broken */
1636/* #undef MMAP_BLACKLIST */
1637
1638/* Whether the host os is NeXT v2 */
1639/* #undef NEXT2 */
1640
1641/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1642/* #undef NO_MINUS_C_MINUS_O */
1643
1644/* Whether the host os is osf1 */
1645/* #undef OSF1 */
1646
1647/* Define to the address where bug reports for this package should be sent. */
1648#define PACKAGE_BUGREPORT ""
1649
1650/* Define to the full name of this package. */
1651#define PACKAGE_NAME ""
1652
1653/* Define to the full name and version of this package. */
1654#define PACKAGE_STRING ""
1655
1656/* Define to the one symbol short name of this package. */
1657#define PACKAGE_TARNAME ""
1658
1659/* Define to the version of this package. */
1660#define PACKAGE_VERSION ""
1661
1662/* Does a POSIX ACL need a mask element */
1663/* #undef POSIX_ACL_NEEDS_MASK */
1664
1665/* Whether to use powerpc spinlocks */
1666/* #undef POWERPC_SPINLOCKS */
1667
1668/* Whether pututline returns pointer */
1669#define PUTUTLINE_RETURNS_UTMP 1
1670
1671/* Whether the host os is qnx */
1672/* #undef QNX */
1673
1674/* Whether the realpath function allows NULL */
1675/* #undef REALPATH_TAKES_NULL */
1676
1677/* Whether the host os is reliantunix */
1678/* #undef RELIANTUNIX */
1679
1680/* Whether getpass should be replaced */
1681#define REPLACE_GETPASS 1
1682
1683/* Whether inet_ntoa should be replaced */
1684/* #undef REPLACE_INET_NTOA */
1685
1686/* Define as the return type of signal handlers (`int' or `void'). */
1687#define RETSIGTYPE void
1688
1689/* Whether the host os is sco unix */
1690/* #undef SCO */
1691
1692/* Whether seekdir returns void */
1693#define SEEKDIR_RETURNS_VOID 1
1694
1695/* The size of the 'ino_t' type */
1696/* #undef SIZEOF_INO_T */
1697
1698/* The size of a `int', as computed by sizeof. */
1699#define SIZEOF_INT 4
1700
1701/* The size of a `long', as computed by sizeof. */
1702#define SIZEOF_LONG 4
1703
1704/* The size of the 'off_t' type */
1705/* #undef SIZEOF_OFF_T */
1706
1707/* The size of a `short', as computed by sizeof. */
1708#define SIZEOF_SHORT 2
1709
1710/* Whether the solaris sendfile() API is available */
1711/* #undef SOLARIS_SENDFILE_API */
1712
1713/* Whether to use sparc spinlocks */
1714/* #undef SPARC_SPINLOCKS */
1715
1716/* Whether statfs requires two arguments and struct statfs has bsize property
1717   */
1718/* #undef STAT_STATFS2_BSIZE */
1719
1720/* Whether statfs requires 2 arguments and struct statfs has fsize */
1721/* #undef STAT_STATFS2_FSIZE */
1722
1723/* Whether statfs requires 2 arguments and struct fs_data is available */
1724/* #undef STAT_STATFS2_FS_DATA */
1725
1726/* Whether statfs requires 3 arguments */
1727/* #undef STAT_STATFS3_OSF1 */
1728
1729/* Whether statfs requires 4 arguments */
1730/* #undef STAT_STATFS4 */
1731
1732/* Whether statvfs() is available */
1733#define STAT_STATVFS 1
1734
1735/* Whether statvfs64() is available */
1736/* #undef STAT_STATVFS64 */
1737
1738/* The size of a block */
1739#define STAT_ST_BLOCKSIZE 512
1740
1741/* Define to 1 if you have the ANSI C header files. */
1742#define STDC_HEADERS 1
1743
1744/* String list of builtin modules */
1745#define STRING_STATIC_MODULES " pdb_smbpasswd pdb_tdbsam pdb_guest rpc_lsa rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_samr idmap_tdb auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin"
1746
1747/* Whether the host os is sunos4 */
1748/* #undef SUNOS4 */
1749
1750/* Whether the host os is solaris */
1751/* #undef SUNOS5 */
1752
1753/* Whether sysconf(_SC_NGROUPS_MAX) is available */
1754/* #undef SYSCONF_SC_NGROUPS_MAX */
1755
1756/* Whether sysconf(_SC_NPROC_ONLN) is available */
1757/* #undef SYSCONF_SC_NPROC_ONLN */
1758
1759/* Whether this is a system V system */
1760/* #undef SYSV */
1761
1762/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1763#define TIME_WITH_SYS_TIME 1
1764
1765/* Whether the host os is unixware */
1766/* #undef UNIXWARE */
1767
1768/* Whether to use both of HPUX' crypt calls */
1769/* #undef USE_BOTH_CRYPT_CALLS */
1770
1771/* Whether seteuid() is available */
1772/* #undef USE_SETEUID */
1773
1774/* Whether setresuid() is available */
1775/* #undef USE_SETRESUID */
1776
1777/* Whether setreuid() is available */
1778/* #undef USE_SETREUID */
1779
1780/* Whether setuidx() is available */
1781/* #undef USE_SETUIDX */
1782
1783/* Whether to use spin locks instead of fcntl locks */
1784/* #undef USE_SPINLOCKS */
1785
1786/* Whether to include Active Directory support */
1787/* #undef WITH_ADS */
1788
1789/* Whether to include AFS clear-text auth support */
1790/* #undef WITH_AFS */
1791
1792/* Whether to include automount support */
1793/* #undef WITH_AUTOMOUNT */
1794
1795/* Whether to include DFS support */
1796/* #undef WITH_DFS */
1797
1798/* Whether to include AFS fake-kaserver support */
1799/* #undef WITH_FAKE_KASERVER */
1800
1801/* Whether to include 2.2 compatible LDAP SAM configuration */
1802/* #undef WITH_LDAP_SAMCONFIG */
1803
1804/* Whether to include nisplus_home support */
1805/* #undef WITH_NISPLUS_HOME */
1806
1807/* Whether to include PAM support */
1808/* #undef WITH_PAM */
1809
1810/* Whether to use profiling */
1811/* #undef WITH_PROFILE */
1812
1813/* Whether to use disk quota support */
1814/* #undef WITH_QUOTAS */
1815
1816/* Whether to include sendfile() support */
1817#define WITH_SENDFILE 1
1818
1819/* Whether to build smbmount */
1820/* #undef WITH_SMBMOUNT */
1821
1822/* Whether to include smbwrapper support */
1823/* #undef WITH_SMBWRAPPER */
1824
1825/* Whether to include experimental syslog support */
1826/* #undef WITH_SYSLOG */
1827
1828/* Whether to include experimental utmp accounting */
1829/* #undef WITH_UTMP */
1830
1831/* Whether to build winbind */
1832/* #undef WITH_WINBIND */
1833
1834/* Define to 1 if your processor stores words with the most significant byte
1835   first (like Motorola and SPARC, unlike Intel and VAX). */
1836/* #undef WORDS_BIGENDIAN */
1837
1838/* Required alignment */
1839/* #undef _ALIGNMENT_REQUIRED */
1840
1841/* File offset bits */
1842/* #undef _FILE_OFFSET_BITS */
1843
1844/* Whether to use GNU libc extensions */
1845/* #undef _GNU_SOURCE */
1846
1847/* Whether to use HPUX extensions */
1848/* #undef _HPUX_SOURCE */
1849
1850/* Whether to enable large file support */
1851/* #undef _LARGEFILE64_SOURCE */
1852
1853/* Whether to enable large file support */
1854/* #undef _LARGE_FILES */
1855
1856/* Maximum alignment */
1857/* #undef _MAX_ALIGNMENT */
1858
1859/* Whether to enable POSIX support */
1860/* #undef _POSIX_C_SOURCE */
1861
1862/* Whether to use POSIX compatible functions */
1863/* #undef _POSIX_SOURCE */
1864
1865/* Whether to enable System V compatibility */
1866/* #undef _SYSV */
1867
1868/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1869#ifndef __CHAR_UNSIGNED__
1870/* # undef __CHAR_UNSIGNED__ */
1871#endif
1872
1873/* Whether to build auth_builtin as shared module */
1874/* #undef auth_builtin_init */
1875
1876/* Whether to build auth_domain as shared module */
1877/* #undef auth_domain_init */
1878
1879/* Whether to build auth_rhosts as shared module */
1880/* #undef auth_rhosts_init */
1881
1882/* Whether to build auth_sam as shared module */
1883/* #undef auth_sam_init */
1884
1885/* Whether to build auth_server as shared module */
1886/* #undef auth_server_init */
1887
1888/* Whether to build auth_unix as shared module */
1889/* #undef auth_unix_init */
1890
1891/* Whether to build auth_winbind as shared module */
1892/* #undef auth_winbind_init */
1893
1894/* Whether to build charset_CP437 as shared module */
1895#define charset_CP437_init init_module
1896
1897/* Whether to build charset_CP850 as shared module */
1898#define charset_CP850_init init_module
1899
1900/* Whether to build charset_macosxfs as shared module */
1901/* #undef charset_macosxfs_init */
1902
1903/* Whether to build charset_weird as shared module */
1904/* #undef charset_weird_init */
1905
1906/* Define to empty if `const' does not conform to ANSI C. */
1907/* #undef const */
1908
1909/* Define to `int' if <sys/types.h> doesn't define. */
1910/* #undef gid_t */
1911
1912/* Whether to build idmap_ldap as shared module */
1913/* #undef idmap_ldap_init */
1914
1915/* Whether to build idmap_rid as shared module */
1916/* #undef idmap_rid_init */
1917
1918/* Whether to build idmap_tdb as shared module */
1919/* #undef idmap_tdb_init */
1920
1921/* Define to `__inline__' or `__inline' if that's what the C compiler
1922   calls it, or to nothing if 'inline' is not supported under any name.  */
1923#ifndef __cplusplus
1924/* #undef inline */
1925#endif
1926
1927/* Define to `unsigned' if <sys/types.h> does not define. */
1928/* #undef ino_t */
1929
1930/* Define to `off_t' if <sys/types.h> does not define. */
1931/* #undef loff_t */
1932
1933/* Define to `int' if <sys/types.h> does not define. */
1934/* #undef mode_t */
1935
1936/* Define to `long' if <sys/types.h> does not define. */
1937/* #undef off_t */
1938
1939/* Define to `loff_t' if <sys/types.h> does not define. */
1940#define offset_t loff_t
1941
1942/* Whether to build pdb_guest as shared module */
1943/* #undef pdb_guest_init */
1944
1945/* Whether to build pdb_ldap as shared module */
1946/* #undef pdb_ldap_init */
1947
1948/* Whether to build pdb_mysql as shared module */
1949/* #undef pdb_mysql_init */
1950
1951/* Whether to build pdb_pgsql as shared module */
1952/* #undef pdb_pgsql_init */
1953
1954/* Whether to build pdb_smbpasswd as shared module */
1955/* #undef pdb_smbpasswd_init */
1956
1957/* Whether to build pdb_tdbsam as shared module */
1958/* #undef pdb_tdbsam_init */
1959
1960/* Whether to build pdb_xml as shared module */
1961/* #undef pdb_xml_init */
1962
1963/* Define to `int' if <sys/types.h> does not define. */
1964/* #undef pid_t */
1965
1966/* Whether to build rpc_dfs as shared module */
1967/* #undef rpc_dfs_init */
1968
1969/* Whether to build rpc_echo as shared module */
1970/* #undef rpc_echo_init */
1971
1972/* Whether to build rpc_lsa_ds as shared module */
1973/* #undef rpc_lsa_ds_init */
1974
1975/* Whether to build rpc_lsa as shared module */
1976/* #undef rpc_lsa_init */
1977
1978/* Whether to build rpc_net as shared module */
1979/* #undef rpc_net_init */
1980
1981/* Whether to build rpc_reg as shared module */
1982/* #undef rpc_reg_init */
1983
1984/* Whether to build rpc_samr as shared module */
1985/* #undef rpc_samr_init */
1986
1987/* Whether to build rpc_spoolss as shared module */
1988/* #undef rpc_spoolss_init */
1989
1990/* Whether to build rpc_srv as shared module */
1991/* #undef rpc_srv_init */
1992
1993/* Whether to build rpc_wks as shared module */
1994/* #undef rpc_wks_init */
1995
1996/* Define to `unsigned' if <sys/types.h> does not define. */
1997/* #undef size_t */
1998
1999/* Define to `int' if <sys/types.h> does not define. */
2000/* #undef ssize_t */
2001
2002/* Static init functions */
2003#define static_init_auth { auth_rhosts_init(); auth_sam_init(); auth_unix_init(); auth_winbind_init(); auth_server_init(); auth_domain_init(); auth_builtin_init();}
2004
2005/* Static init functions */
2006#define static_init_charset {}
2007
2008/* Static init functions */
2009#define static_init_idmap { idmap_tdb_init();}
2010
2011/* Static init functions */
2012#define static_init_pdb { pdb_smbpasswd_init(); pdb_tdbsam_init(); pdb_guest_init();}
2013
2014/* Static init functions */
2015#define static_init_rpc { rpc_lsa_init(); rpc_reg_init(); rpc_lsa_ds_init(); rpc_wks_init(); rpc_net_init(); rpc_dfs_init(); rpc_srv_init(); rpc_spoolss_init(); rpc_samr_init();}
2016
2017/* Static init functions */
2018#define static_init_vfs {}
2019
2020/* Define to `int' if <sys/types.h> doesn't define. */
2021/* #undef uid_t */
2022
2023/* Whether to build vfs_afsacl as shared module */
2024/* #undef vfs_afsacl_init */
2025
2026/* Whether to build vfs_audit as shared module */
2027#define vfs_audit_init init_module
2028
2029/* Whether to build vfs_cap as shared module */
2030#define vfs_cap_init init_module
2031
2032/* Whether to build vfs_default_quota as shared module */
2033#define vfs_default_quota_init init_module
2034
2035/* Whether to build vfs_expand_msdfs as shared module */
2036#define vfs_expand_msdfs_init init_module
2037
2038/* Whether to build vfs_extd_audit as shared module */
2039#define vfs_extd_audit_init init_module
2040
2041/* Whether to build vfs_fake_perms as shared module */
2042#define vfs_fake_perms_init init_module
2043
2044/* Whether to build vfs_full_audit as shared module */
2045#define vfs_full_audit_init init_module
2046
2047/* Whether to build vfs_netatalk as shared module */
2048#define vfs_netatalk_init init_module
2049
2050/* Whether to build vfs_readonly as shared module */
2051#define vfs_readonly_init init_module
2052
2053/* Whether to build vfs_recycle as shared module */
2054#define vfs_recycle_init init_module
2055
2056/* Whether to build vfs_shadow_copy as shared module */
2057#define vfs_shadow_copy_init init_module
2058
2059/* Define to `unsigned short' if <sys/types.h> does not define. */
2060/* #undef wchar_t */
2061