source: trunk/samba-3.0.25pre1/source/include/config.h@ 3

Last change on this file since 3 was 3, checked in by Yuri Dario, 18 years ago

File cleanup.

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