This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[ira/wip.git] / source3 / include / config.h.in
1 /* include/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Whether the host os is aix */
4 #undef AIX
5
6 /* Whether the nisplus include files are broken */
7 #undef BROKEN_NISPLUS_INCLUDE_FILES
8
9 /* Broken RedHat 7.2 system header files */
10 #undef BROKEN_REDHAT_7_SYSTEM_HEADERS
11
12 /* Whether the compiler supports the LL prefix on long long integers */
13 #undef COMPILER_SUPPORTS_LL
14
15 /* Define to check invariants around some common functions */
16 #undef DMALLOC_FUNC_CHECK
17
18 /* Define to turn on dmalloc debugging */
19 #undef ENABLE_DMALLOC
20
21 /* Whether the FreeBSD sendfile() API is available */
22 #undef FREEBSD_SENDFILE_API
23
24 /* Whether ftruncate() needs root */
25 #undef FTRUNCATE_NEEDS_ROOT
26
27 /* Whether acl_get_perm_np() is available */
28 #undef HAVE_ACL_GET_PERM_NP
29
30 /* Whether AIX ACLs are available */
31 #undef HAVE_AIX_ACLS
32
33 /* Define to 1 if you have the <arpa/inet.h> header file. */
34 #undef HAVE_ARPA_INET_H
35
36 /* Define to 1 if you have the `asprintf' function. */
37 #undef HAVE_ASPRINTF
38
39 /* Whether asprintf() is available */
40 #undef HAVE_ASPRINTF_DECL
41
42 /* Define to 1 if you have the `atexit' function. */
43 #undef HAVE_ATEXIT
44
45 /* Define to 1 if you have the `bigcrypt' function. */
46 #undef HAVE_BIGCRYPT
47
48 /* Whether fcntl64 locks are broken */
49 #undef HAVE_BROKEN_FCNTL64_LOCKS
50
51 /* Whether getgroups is broken */
52 #undef HAVE_BROKEN_GETGROUPS
53
54 /* Whether readdir() is broken */
55 #undef HAVE_BROKEN_READDIR
56
57 /* Define to 1 if you have the `bzero' function. */
58 #undef HAVE_BZERO
59
60 /* Whether there is a C99 compliant vsnprintf */
61 #undef HAVE_C99_VSNPRINTF
62
63 /* Define to 1 if you have the `chmod' function. */
64 #undef HAVE_CHMOD
65
66 /* Define to 1 if you have the `chown' function. */
67 #undef HAVE_CHOWN
68
69 /* Define to 1 if you have the `chroot' function. */
70 #undef HAVE_CHROOT
71
72 /* Define to 1 if you have the <compat.h> header file. */
73 #undef HAVE_COMPAT_H
74
75 /* Whether the system has connect() */
76 #undef HAVE_CONNECT
77
78 /* Define to 1 if you have the `creat64' function. */
79 #undef HAVE_CREAT64
80
81 /* Whether crypt() is available */
82 #undef HAVE_CRYPT
83
84 /* Define to 1 if you have the `crypt16' function. */
85 #undef HAVE_CRYPT16
86
87 /* Define to 1 if you have the <ctype.h> header file. */
88 #undef HAVE_CTYPE_H
89
90 /* Whether we have CUPS */
91 #undef HAVE_CUPS
92
93 /* Whether the 'dev64_t' type is available */
94 #undef HAVE_DEV64_T
95
96 /* Whether the major macro for dev_t is available */
97 #undef HAVE_DEVICE_MAJOR_FN
98
99 /* Whether the minor macro for dev_t is available */
100 #undef HAVE_DEVICE_MINOR_FN
101
102 /* Whether dirent has a d_off member */
103 #undef HAVE_DIRENT_D_OFF
104
105 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
106    */
107 #undef HAVE_DIRENT_H
108
109 /* Define to 1 if you have the `dlclose' function. */
110 #undef HAVE_DLCLOSE
111
112 /* Define to 1 if you have the `dlerror' function. */
113 #undef HAVE_DLERROR
114
115 /* Define to 1 if you have the <dlfcn.h> header file. */
116 #undef HAVE_DLFCN_H
117
118 /* Define to 1 if you have the `dlopen' function. */
119 #undef HAVE_DLOPEN
120
121 /* Define to 1 if you have the `dlsym' function. */
122 #undef HAVE_DLSYM
123
124 /* Define to 1 if you have the `dup2' function. */
125 #undef HAVE_DUP2
126
127 /* Define to 1 if you have the `endnetgrent' function. */
128 #undef HAVE_ENDNETGRENT
129
130 /* Whether errno() is available */
131 #undef HAVE_ERRNO_DECL
132
133 /* Define to 1 if you have the `execl' function. */
134 #undef HAVE_EXECL
135
136 /* Whether large file support can be enabled */
137 #undef HAVE_EXPLICIT_LARGEFILE_SUPPORT
138
139 /* Define to 1 if you have the `fchmod' function. */
140 #undef HAVE_FCHMOD
141
142 /* Define to 1 if you have the `fchown' function. */
143 #undef HAVE_FCHOWN
144
145 /* Define to 1 if you have the <fcntl.h> header file. */
146 #undef HAVE_FCNTL_H
147
148 /* Whether fcntl locking is available */
149 #undef HAVE_FCNTL_LOCK
150
151 /* Define to 1 if you have the `fcvt' function. */
152 #undef HAVE_FCVT
153
154 /* Define to 1 if you have the `fcvtl' function. */
155 #undef HAVE_FCVTL
156
157 /* Whether there is a __FILE__ macro */
158 #undef HAVE_FILE_MACRO
159
160 /* Define to 1 if you have the `fopen64' function. */
161 #undef HAVE_FOPEN64
162
163 /* Define to 1 if you have the `fseek64' function. */
164 #undef HAVE_FSEEK64
165
166 /* Define to 1 if you have the `fseeko64' function. */
167 #undef HAVE_FSEEKO64
168
169 /* Define to 1 if you have the `fstat' function. */
170 #undef HAVE_FSTAT
171
172 /* Whether fstat64() is available */
173 #undef HAVE_FSTAT64
174
175 /* Define to 1 if you have the `fsync' function. */
176 #undef HAVE_FSYNC
177
178 /* Define to 1 if you have the `ftell64' function. */
179 #undef HAVE_FTELL64
180
181 /* Define to 1 if you have the `ftello64' function. */
182 #undef HAVE_FTELLO64
183
184 /* Define to 1 if you have the `ftruncate' function. */
185 #undef HAVE_FTRUNCATE
186
187 /* Define to 1 if you have the `ftruncate64' function. */
188 #undef HAVE_FTRUNCATE64
189
190 /* Truncate extend */
191 #undef HAVE_FTRUNCATE_EXTEND
192
193 /* Whether there is a __FUNCTION__ macro */
194 #undef HAVE_FUNCTION_MACRO
195
196 /* Define to 1 if you have the `getauthuid' function. */
197 #undef HAVE_GETAUTHUID
198
199 /* Define to 1 if you have the `getcwd' function. */
200 #undef HAVE_GETCWD
201
202 /* Define to 1 if you have the `getdents' function. */
203 #undef HAVE_GETDENTS
204
205 /* Define to 1 if you have the `getgrent' function. */
206 #undef HAVE_GETGRENT
207
208 /* Define to 1 if you have the `getgrnam' function. */
209 #undef HAVE_GETGRNAM
210
211 /* Define to 1 if you have the `getgrouplist' function. */
212 #undef HAVE_GETGROUPLIST
213
214 /* Define to 1 if you have the `getnetgrent' function. */
215 #undef HAVE_GETNETGRENT
216
217 /* Define to 1 if you have the `getprpwnam' function. */
218 #undef HAVE_GETPRPWNAM
219
220 /* Define to 1 if you have the `getpwanam' function. */
221 #undef HAVE_GETPWANAM
222
223 /* Define to 1 if you have the `getrlimit' function. */
224 #undef HAVE_GETRLIMIT
225
226 /* Define to 1 if you have the `getspnam' function. */
227 #undef HAVE_GETSPNAM
228
229 /* Whether gettimeofday() is available */
230 #undef HAVE_GETTIMEOFDAY_TZ
231
232 /* Define to 1 if you have the `getutmpx' function. */
233 #undef HAVE_GETUTMPX
234
235 /* Define to 1 if you have the `glob' function. */
236 #undef HAVE_GLOB
237
238 /* Define to 1 if you have the <glob.h> header file. */
239 #undef HAVE_GLOB_H
240
241 /* Define to 1 if you have the `grantpt' function. */
242 #undef HAVE_GRANTPT
243
244 /* Define to 1 if you have the <grp.h> header file. */
245 #undef HAVE_GRP_H
246
247 /* Whether GSSAPI is available */
248 #undef HAVE_GSSAPI
249
250 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
251 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
252
253 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
254 #undef HAVE_GSSAPI_GSSAPI_H
255
256 /* Define to 1 if you have the <history.h> header file. */
257 #undef HAVE_HISTORY_H
258
259 /* Whether HPUX ACLs are available */
260 #undef HAVE_HPUX_ACLS
261
262 /* Whether iface AIX is available */
263 #undef HAVE_IFACE_AIX
264
265 /* Whether iface ifconf is available */
266 #undef HAVE_IFACE_IFCONF
267
268 /* Whether iface ifreq is available */
269 #undef HAVE_IFACE_IFREQ
270
271 /* Whether the compiler supports immediate structures */
272 #undef HAVE_IMMEDIATE_STRUCTURES
273
274 /* Define to 1 if you have the `initgroups' function. */
275 #undef HAVE_INITGROUPS
276
277 /* Define to 1 if you have the `innetgr' function. */
278 #undef HAVE_INNETGR
279
280 /* Whether the 'ino64_t' type is available */
281 #undef HAVE_INO64_T
282
283 /* Whether int16 typedef is included by rpc/rpc.h */
284 #undef HAVE_INT16_FROM_RPC_RPC_H
285
286 /* Whether int32 typedef is included by rpc/rpc.h */
287 #undef HAVE_INT32_FROM_RPC_RPC_H
288
289 /* Define to 1 if you have the <inttypes.h> header file. */
290 #undef HAVE_INTTYPES_H
291
292 /* Whether IRIX ACLs are available */
293 #undef HAVE_IRIX_ACLS
294
295 /* Whether IRIX specific capabilities are available */
296 #undef HAVE_IRIX_SPECIFIC_CAPABILITIES
297
298 /* Whether kernel notifies changes */
299 #undef HAVE_KERNEL_CHANGE_NOTIFY
300
301 /* Whether IRIX kernel oplock type definitions are available */
302 #undef HAVE_KERNEL_OPLOCKS_IRIX
303
304 /* Whether to use linux kernel oplocks */
305 #undef HAVE_KERNEL_OPLOCKS_LINUX
306
307 /* Whether the kernel supports share modes */
308 #undef HAVE_KERNEL_SHARE_MODES
309
310 /* Whether KRB5 is available */
311 #undef HAVE_KRB5
312
313 /* Define to 1 if you have the <krb5.h> header file. */
314 #undef HAVE_KRB5_H
315
316 /* Define to 1 if you have the <lastlog.h> header file. */
317 #undef HAVE_LASTLOG_H
318
319 /* Define to 1 if you have the <lber.h> header file. */
320 #undef HAVE_LBER_H
321
322 /* Whether ldap is available */
323 #undef HAVE_LDAP
324
325 /* Define to 1 if you have the <ldap.h> header file. */
326 #undef HAVE_LDAP_H
327
328 /* Define to 1 if you have the `ldap_set_rebind_proc' function. */
329 #undef HAVE_LDAP_SET_REBIND_PROC
330
331 /* Define to 1 if you have the `acl' library (-lacl). */
332 #undef HAVE_LIBACL
333
334 /* Define to 1 if you have the `gen' library (-lgen). */
335 #undef HAVE_LIBGEN
336
337 /* Define to 1 if you have the `iconv' library (-liconv). */
338 #undef HAVE_LIBICONV
339
340 /* Define to 1 if you have the `inet' library (-linet). */
341 #undef HAVE_LIBINET
342
343 /* Define to 1 if you have the `nsl' library (-lnsl). */
344 #undef HAVE_LIBNSL
345
346 /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
347 #undef HAVE_LIBNSL_S
348
349 /* Whether libpam is available */
350 #undef HAVE_LIBPAM
351
352 /* Whether the system has readline */
353 #undef HAVE_LIBREADLINE
354
355 /* Define to 1 if you have the `resolv' library (-lresolv). */
356 #undef HAVE_LIBRESOLV
357
358 /* Define to 1 if you have the `sec' library (-lsec). */
359 #undef HAVE_LIBSEC
360
361 /* Define to 1 if you have the `security' library (-lsecurity). */
362 #undef HAVE_LIBSECURITY
363
364 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
365 #undef HAVE_LIBSENDFILE
366
367 /* Define to 1 if you have the `socket' library (-lsocket). */
368 #undef HAVE_LIBSOCKET
369
370 /* Define to 1 if you have the <limits.h> header file. */
371 #undef HAVE_LIMITS_H
372
373 /* Define to 1 if you have the `link' function. */
374 #undef HAVE_LINK
375
376 /* Define to 1 if you have the <linux/xqm.h> header file. */
377 #undef HAVE_LINUX_XQM_H
378
379 /* Define to 1 if you have the `llseek' function. */
380 #undef HAVE_LLSEEK
381
382 /* Whether the host supports long long's */
383 #undef HAVE_LONGLONG
384
385 /* Define to 1 if you have the `lseek64' function. */
386 #undef HAVE_LSEEK64
387
388 /* Define to 1 if you have the `lstat64' function. */
389 #undef HAVE_LSTAT64
390
391 /* Define to 1 if you have the `memmove' function. */
392 #undef HAVE_MEMMOVE
393
394 /* Define to 1 if you have the <memory.h> header file. */
395 #undef HAVE_MEMORY_H
396
397 /* Whether memset() is available */
398 #undef HAVE_MEMSET
399
400 /* Define to 1 if you have the `mknod' function. */
401 #undef HAVE_MKNOD
402
403 /* Define to 1 if you have the `mknod64' function. */
404 #undef HAVE_MKNOD64
405
406 /* Define to 1 if you have the `mktime' function. */
407 #undef HAVE_MKTIME
408
409 /* Whether mmap works */
410 #undef HAVE_MMAP
411
412 /* Whether to use native iconv */
413 #undef HAVE_NATIVE_ICONV
414
415 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
416 #undef HAVE_NDIR_H
417
418 /* Define to 1 if you have the <netinet/in_ip.h> header file. */
419 #undef HAVE_NETINET_IN_IP_H
420
421 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
422 #undef HAVE_NETINET_IN_SYSTM_H
423
424 /* Define to 1 if you have the <netinet/ip.h> header file. */
425 #undef HAVE_NETINET_IP_H
426
427 /* Define to 1 if you have the <netinet/tcp.h> header file. */
428 #undef HAVE_NETINET_TCP_H
429
430 /* Define to 1 if you have the <net/if.h> header file. */
431 #undef HAVE_NET_IF_H
432
433 /* Do we have rl_completion_matches? */
434 #undef HAVE_NEW_LIBREADLINE
435
436 /* Whether no ACLs support is available */
437 #undef HAVE_NO_ACLS
438
439 /* Define to 1 if you have the <nss_common.h> header file. */
440 #undef HAVE_NSS_COMMON_H
441
442 /* Define to 1 if you have the <nss.h> header file. */
443 #undef HAVE_NSS_H
444
445 /* Define to 1 if you have the <ns_api.h> header file. */
446 #undef HAVE_NS_API_H
447
448 /* Whether off64_t is available */
449 #undef HAVE_OFF64_T
450
451 /* Define to 1 if you have the `open64' function. */
452 #undef HAVE_OPEN64
453
454 /* Whether struct passwd has pw_age */
455 #undef HAVE_PASSWD_PW_AGE
456
457 /* Whether struct passwd has pw_comment */
458 #undef HAVE_PASSWD_PW_COMMENT
459
460 /* Define to 1 if you have the `pathconf' function. */
461 #undef HAVE_PATHCONF
462
463 /* Define to 1 if you have the `pipe' function. */
464 #undef HAVE_PIPE
465
466 /* Define to 1 if you have the `poll' function. */
467 #undef HAVE_POLL
468
469 /* Define to 1 if you have the <poll.h> header file. */
470 #undef HAVE_POLL_H
471
472 /* Whether POSIX ACLs are available */
473 #undef HAVE_POSIX_ACLS
474
475 /* Define to 1 if you have the `pread' function. */
476 #undef HAVE_PREAD
477
478 /* Define to 1 if you have the `pread64' function. */
479 #undef HAVE_PREAD64
480
481 /* Define to 1 if you have the `putprpwnam' function. */
482 #undef HAVE_PUTPRPWNAM
483
484 /* Define to 1 if you have the `pututline' function. */
485 #undef HAVE_PUTUTLINE
486
487 /* Define to 1 if you have the `pututxline' function. */
488 #undef HAVE_PUTUTXLINE
489
490 /* Define to 1 if you have the `pwrite' function. */
491 #undef HAVE_PWRITE
492
493 /* Define to 1 if you have the `pwrite64' function. */
494 #undef HAVE_PWRITE64
495
496 /* Define to 1 if you have the `rand' function. */
497 #undef HAVE_RAND
498
499 /* Define to 1 if you have the `random' function. */
500 #undef HAVE_RANDOM
501
502 /* Define to 1 if you have the `rdchk' function. */
503 #undef HAVE_RDCHK
504
505 /* Define to 1 if you have the `readdir64' function. */
506 #undef HAVE_READDIR64
507
508 /* Define to 1 if you have the <readline.h> header file. */
509 #undef HAVE_READLINE_H
510
511 /* Define to 1 if you have the <readline/history.h> header file. */
512 #undef HAVE_READLINE_HISTORY_H
513
514 /* Define to 1 if you have the <readline/readline.h> header file. */
515 #undef HAVE_READLINE_READLINE_H
516
517 /* Define to 1 if you have the `readlink' function. */
518 #undef HAVE_READLINK
519
520 /* Define to 1 if you have the `realpath' function. */
521 #undef HAVE_REALPATH
522
523 /* Define to 1 if you have the `rename' function. */
524 #undef HAVE_RENAME
525
526 /* Whether current user is root */
527 #undef HAVE_ROOT
528
529 /* Define to 1 if you have the <rpcsvc/nis.h> header file. */
530 #undef HAVE_RPCSVC_NIS_H
531
532 /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
533 #undef HAVE_RPCSVC_YPCLNT_H
534
535 /* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */
536 #undef HAVE_RPCSVC_YP_PROT_H
537
538 /* Whether there is a conflicting AUTH_ERROR define in rpc/rpc.h */
539 #undef HAVE_RPC_AUTH_ERROR_CONFLICT
540
541 /* Define to 1 if you have the <rpc/rpc.h> header file. */
542 #undef HAVE_RPC_RPC_H
543
544 /* Whether mkstemp is secure */
545 #undef HAVE_SECURE_MKSTEMP
546
547 /* Define to 1 if you have the <security/pam_appl.h> header file. */
548 #undef HAVE_SECURITY_PAM_APPL_H
549
550 /* Define to 1 if you have the <security/pam_modules.h> header file. */
551 #undef HAVE_SECURITY_PAM_MODULES_H
552
553 /* Define to 1 if you have the <security/_pam_macros.h> header file. */
554 #undef HAVE_SECURITY__PAM_MACROS_H
555
556 /* Define to 1 if you have the `select' function. */
557 #undef HAVE_SELECT
558
559 /* Whether sendfile() is available */
560 #undef HAVE_SENDFILE
561
562 /* Whether sendfile64() is available */
563 #undef HAVE_SENDFILE64
564
565 /* Whether sendfilev() is available */
566 #undef HAVE_SENDFILEV
567
568 /* Whether sendfilev64() is available */
569 #undef HAVE_SENDFILEV64
570
571 /* Define to 1 if you have the `setbuffer' function. */
572 #undef HAVE_SETBUFFER
573
574 /* Define to 1 if you have the `setenv' function. */
575 #undef HAVE_SETENV
576
577 /* Define to 1 if you have the `setgidx' function. */
578 #undef HAVE_SETGIDX
579
580 /* Define to 1 if you have the `setgroups' function. */
581 #undef HAVE_SETGROUPS
582
583 /* Define to 1 if you have the `setlinebuf' function. */
584 #undef HAVE_SETLINEBUF
585
586 /* Define to 1 if you have the `setluid' function. */
587 #undef HAVE_SETLUID
588
589 /* Define to 1 if you have the `setnetgrent' function. */
590 #undef HAVE_SETNETGRENT
591
592 /* Define to 1 if you have the `setpgid' function. */
593 #undef HAVE_SETPGID
594
595 /* Define to 1 if you have the `setpriv' function. */
596 #undef HAVE_SETPRIV
597
598 /* Whether the system has setresgid */
599 #undef HAVE_SETRESGID
600
601 /* Whether setresgid() is available */
602 #undef HAVE_SETRESGID_DECL
603
604 /* Whether the system has setresuid */
605 #undef HAVE_SETRESUID
606
607 /* Whether setresuid() is available */
608 #undef HAVE_SETRESUID_DECL
609
610 /* Define to 1 if you have the `setsid' function. */
611 #undef HAVE_SETSID
612
613 /* Define to 1 if you have the `setuidx' function. */
614 #undef HAVE_SETUIDX
615
616 /* Define to 1 if you have the `set_auth_parameters' function. */
617 #undef HAVE_SET_AUTH_PARAMETERS
618
619 /* Define to 1 if you have the <shadow.h> header file. */
620 #undef HAVE_SHADOW_H
621
622 /* Define to 1 if you have the `sigaction' function. */
623 #undef HAVE_SIGACTION
624
625 /* Define to 1 if you have the `sigblock' function. */
626 #undef HAVE_SIGBLOCK
627
628 /* Define to 1 if you have the `sigprocmask' function. */
629 #undef HAVE_SIGPROCMASK
630
631 /* Define to 1 if you have the `sigset' function. */
632 #undef HAVE_SIGSET
633
634 /* Whether we have the atomic_t variable type */
635 #undef HAVE_SIG_ATOMIC_T_TYPE
636
637 /* Define to 1 if you have the `snprintf' function. */
638 #undef HAVE_SNPRINTF
639
640 /* Whether snprintf() is available */
641 #undef HAVE_SNPRINTF_DECL
642
643 /* Whether we have the variable type socklen_t */
644 #undef HAVE_SOCKLEN_T_TYPE
645
646 /* Whether the sockaddr_in struct has a sin_len property */
647 #undef HAVE_SOCK_SIN_LEN
648
649 /* Whether solaris ACLs are available */
650 #undef HAVE_SOLARIS_ACLS
651
652 /* Define to 1 if you have the `srand' function. */
653 #undef HAVE_SRAND
654
655 /* Define to 1 if you have the `srandom' function. */
656 #undef HAVE_SRANDOM
657
658 /* Whether stat64() is available */
659 #undef HAVE_STAT64
660
661 /* Whether the stat struct has a st_blksize property */
662 #undef HAVE_STAT_ST_BLKSIZE
663
664 /* Whether the stat struct has a st_block property */
665 #undef HAVE_STAT_ST_BLOCKS
666
667 /* Define to 1 if you have the <stdarg.h> header file. */
668 #undef HAVE_STDARG_H
669
670 /* Define to 1 if you have the <stdint.h> header file. */
671 #undef HAVE_STDINT_H
672
673 /* Define to 1 if you have the <stdlib.h> header file. */
674 #undef HAVE_STDLIB_H
675
676 /* Define to 1 if you have the `strcasecmp' function. */
677 #undef HAVE_STRCASECMP
678
679 /* Define to 1 if you have the `strchr' function. */
680 #undef HAVE_STRCHR
681
682 /* Define to 1 if you have the `strdup' function. */
683 #undef HAVE_STRDUP
684
685 /* Define to 1 if you have the `strerror' function. */
686 #undef HAVE_STRERROR
687
688 /* Define to 1 if you have the `strftime' function. */
689 #undef HAVE_STRFTIME
690
691 /* Define to 1 if you have the <strings.h> header file. */
692 #undef HAVE_STRINGS_H
693
694 /* Define to 1 if you have the <string.h> header file. */
695 #undef HAVE_STRING_H
696
697 /* Define to 1 if you have the `strlcat' function. */
698 #undef HAVE_STRLCAT
699
700 /* Define to 1 if you have the `strlcpy' function. */
701 #undef HAVE_STRLCPY
702
703 /* Define to 1 if you have the `strndup' function. */
704 #undef HAVE_STRNDUP
705
706 /* Define to 1 if you have the `strnlen' function. */
707 #undef HAVE_STRNLEN
708
709 /* Define to 1 if you have the <stropts.h> header file. */
710 #undef HAVE_STROPTS_H
711
712 /* Define to 1 if you have the `strpbrk' function. */
713 #undef HAVE_STRPBRK
714
715 /* Define to 1 if you have the `strtoul' function. */
716 #undef HAVE_STRTOUL
717
718 /* Whether the 'dirent64' struct is available */
719 #undef HAVE_STRUCT_DIRENT64
720
721 /* Whether the flock64 struct is available */
722 #undef HAVE_STRUCT_FLOCK64
723
724 /* Define to 1 if `st_rdev' is member of `struct stat'. */
725 #undef HAVE_STRUCT_STAT_ST_RDEV
726
727 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
728    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
729 #undef HAVE_ST_RDEV
730
731 /* Define to 1 if you have the `symlink' function. */
732 #undef HAVE_SYMLINK
733
734 /* Define to 1 if you have the `syscall' function. */
735 #undef HAVE_SYSCALL
736
737 /* Define to 1 if you have the <syscall.h> header file. */
738 #undef HAVE_SYSCALL_H
739
740 /* Define to 1 if you have the `sysconf' function. */
741 #undef HAVE_SYSCONF
742
743 /* Define to 1 if you have the `syslog' function. */
744 #undef HAVE_SYSLOG
745
746 /* Define to 1 if you have the <syslog.h> header file. */
747 #undef HAVE_SYSLOG_H
748
749 /* Define to 1 if you have the <sys/acl.h> header file. */
750 #undef HAVE_SYS_ACL_H
751
752 /* Define to 1 if you have the <sys/capability.h> header file. */
753 #undef HAVE_SYS_CAPABILITY_H
754
755 /* Define to 1 if you have the <sys/cdefs.h> header file. */
756 #undef HAVE_SYS_CDEFS_H
757
758 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
759    */
760 #undef HAVE_SYS_DIR_H
761
762 /* Define to 1 if you have the <sys/dustat.h> header file. */
763 #undef HAVE_SYS_DUSTAT_H
764
765 /* Define to 1 if you have the <sys/fcntl.h> header file. */
766 #undef HAVE_SYS_FCNTL_H
767
768 /* Define to 1 if you have the <sys/filio.h> header file. */
769 #undef HAVE_SYS_FILIO_H
770
771 /* Define to 1 if you have the <sys/filsys.h> header file. */
772 #undef HAVE_SYS_FILSYS_H
773
774 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
775 #undef HAVE_SYS_FS_S5PARAM_H
776
777 /* Define to 1 if you have the <sys/fs/vx_quota.h> header file. */
778 #undef HAVE_SYS_FS_VX_QUOTA_H
779
780 /* Define to 1 if you have the <sys/id.h> header file. */
781 #undef HAVE_SYS_ID_H
782
783 /* Define to 1 if you have the <sys/ioctl.h> header file. */
784 #undef HAVE_SYS_IOCTL_H
785
786 /* Define to 1 if you have the <sys/ipc.h> header file. */
787 #undef HAVE_SYS_IPC_H
788
789 /* Define to 1 if you have the <sys/mman.h> header file. */
790 #undef HAVE_SYS_MMAN_H
791
792 /* Define to 1 if you have the <sys/mode.h> header file. */
793 #undef HAVE_SYS_MODE_H
794
795 /* Define to 1 if you have the <sys/mount.h> header file. */
796 #undef HAVE_SYS_MOUNT_H
797
798 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
799    */
800 #undef HAVE_SYS_NDIR_H
801
802 /* Define to 1 if you have the <sys/param.h> header file. */
803 #undef HAVE_SYS_PARAM_H
804
805 /* Define to 1 if you have the <sys/priv.h> header file. */
806 #undef HAVE_SYS_PRIV_H
807
808 /* Define to 1 if you have the <sys/resource.h> header file. */
809 #undef HAVE_SYS_RESOURCE_H
810
811 /* Define to 1 if you have the <sys/security.h> header file. */
812 #undef HAVE_SYS_SECURITY_H
813
814 /* Define to 1 if you have the <sys/select.h> header file. */
815 #undef HAVE_SYS_SELECT_H
816
817 /* Define to 1 if you have the <sys/shm.h> header file. */
818 #undef HAVE_SYS_SHM_H
819
820 /* Define to 1 if you have the <sys/socket.h> header file. */
821 #undef HAVE_SYS_SOCKET_H
822
823 /* Define to 1 if you have the <sys/sockio.h> header file. */
824 #undef HAVE_SYS_SOCKIO_H
825
826 /* Define to 1 if you have the <sys/statfs.h> header file. */
827 #undef HAVE_SYS_STATFS_H
828
829 /* Define to 1 if you have the <sys/statvfs.h> header file. */
830 #undef HAVE_SYS_STATVFS_H
831
832 /* Define to 1 if you have the <sys/stat.h> header file. */
833 #undef HAVE_SYS_STAT_H
834
835 /* Define to 1 if you have the <sys/syscall.h> header file. */
836 #undef HAVE_SYS_SYSCALL_H
837
838 /* Define to 1 if you have the <sys/syslog.h> header file. */
839 #undef HAVE_SYS_SYSLOG_H
840
841 /* Define to 1 if you have the <sys/termio.h> header file. */
842 #undef HAVE_SYS_TERMIO_H
843
844 /* Define to 1 if you have the <sys/time.h> header file. */
845 #undef HAVE_SYS_TIME_H
846
847 /* Define to 1 if you have the <sys/types.h> header file. */
848 #undef HAVE_SYS_TYPES_H
849
850 /* Define to 1 if you have the <sys/unistd.h> header file. */
851 #undef HAVE_SYS_UNISTD_H
852
853 /* Define to 1 if you have the <sys/vfs.h> header file. */
854 #undef HAVE_SYS_VFS_H
855
856 /* Define to 1 if you have the <sys/wait.h> header file. */
857 #undef HAVE_SYS_WAIT_H
858
859 /* Define to 1 if you have the <termios.h> header file. */
860 #undef HAVE_TERMIOS_H
861
862 /* Define to 1 if you have the <termio.h> header file. */
863 #undef HAVE_TERMIO_H
864
865 /* Define to 1 if you have the `timegm' function. */
866 #undef HAVE_TIMEGM
867
868 /* Whether Tru64 ACLs are available */
869 #undef HAVE_TRU64_ACLS
870
871 /* Whether crypt needs truncated salt */
872 #undef HAVE_TRUNCATED_SALT
873
874 /* Whether uint16 typedef is included by rpc/rpc.h */
875 #undef HAVE_UINT16_FROM_RPC_RPC_H
876
877 /* Whether uint32 typedef is included by rpc/rpc.h */
878 #undef HAVE_UINT32_FROM_RPC_RPC_H
879
880 /* Define to 1 if you have the <unistd.h> header file. */
881 #undef HAVE_UNISTD_H
882
883 /* If we need to build with unixscoket support */
884 #undef HAVE_UNIXSOCKET
885
886 /* Whether UnixWare ACLs are available */
887 #undef HAVE_UNIXWARE_ACLS
888
889 /* Whether the 'unsigned char' type is available */
890 #undef HAVE_UNSIGNED_CHAR
891
892 /* Define to 1 if you have the `updwtmp' function. */
893 #undef HAVE_UPDWTMP
894
895 /* Define to 1 if you have the `updwtmpx' function. */
896 #undef HAVE_UPDWTMPX
897
898 /* Define to 1 if you have the `usleep' function. */
899 #undef HAVE_USLEEP
900
901 /* Whether struct utimbuf is available */
902 #undef HAVE_UTIMBUF
903
904 /* Define to 1 if you have the `utime' function. */
905 #undef HAVE_UTIME
906
907 /* Define to 1 if you have the `utimes' function. */
908 #undef HAVE_UTIMES
909
910 /* Define to 1 if you have the <utime.h> header file. */
911 #undef HAVE_UTIME_H
912
913 /* Define to 1 if you have the <utmpx.h> header file. */
914 #undef HAVE_UTMPX_H
915
916 /* Define to 1 if you have the <utmp.h> header file. */
917 #undef HAVE_UTMP_H
918
919 /* Whether the utmp struct has a property ut_addr */
920 #undef HAVE_UT_UT_ADDR
921
922 /* Whether the utmp struct has a property ut_exit */
923 #undef HAVE_UT_UT_EXIT
924
925 /* Whether the utmp struct has a property ut_host */
926 #undef HAVE_UT_UT_HOST
927
928 /* Whether the utmp struct has a property ut_id */
929 #undef HAVE_UT_UT_ID
930
931 /* Whether the utmp struct has a property ut_name */
932 #undef HAVE_UT_UT_NAME
933
934 /* Whether the utmp struct has a property ut_pid */
935 #undef HAVE_UT_UT_PID
936
937 /* Whether the utmp struct has a property ut_time */
938 #undef HAVE_UT_UT_TIME
939
940 /* Whether the utmp struct has a property ut_tv */
941 #undef HAVE_UT_UT_TV
942
943 /* Whether the utmp struct has a property ut_type */
944 #undef HAVE_UT_UT_TYPE
945
946 /* Whether the utmp struct has a property ut_user */
947 #undef HAVE_UT_UT_USER
948
949 /* Whether the utmpx struct has a property ut_syslen */
950 #undef HAVE_UX_UT_SYSLEN
951
952 /* Define to 1 if you have the `vasprintf' function. */
953 #undef HAVE_VASPRINTF
954
955 /* Whether vasprintf() is available */
956 #undef HAVE_VASPRINTF_DECL
957
958 /* Whether __va_copy() is available */
959 #undef HAVE_VA_COPY
960
961 /* Whether the C compiler understands volatile */
962 #undef HAVE_VOLATILE
963
964 /* Define to 1 if you have the `vsnprintf' function. */
965 #undef HAVE_VSNPRINTF
966
967 /* Whether vsnprintf() is available */
968 #undef HAVE_VSNPRINTF_DECL
969
970 /* Define to 1 if you have the `vsyslog' function. */
971 #undef HAVE_VSYSLOG
972
973 /* Define to 1 if you have the `waitpid' function. */
974 #undef HAVE_WAITPID
975
976 /* Define if you have working AF_LOCAL sockets */
977 #undef HAVE_WORKING_AF_LOCAL
978
979 /* Define to 1 if you have the <xfs/xqm.h> header file. */
980 #undef HAVE_XFS_XQM_H
981
982 /* Whether the system has yp_get_default_domain() */
983 #undef HAVE_YP_GET_DEFAULT_DOMAIN
984
985 /* Define to 1 if you have the `_acl' function. */
986 #undef HAVE__ACL
987
988 /* Define to 1 if you have the `_chdir' function. */
989 #undef HAVE__CHDIR
990
991 /* Define to 1 if you have the `_close' function. */
992 #undef HAVE__CLOSE
993
994 /* Define to 1 if you have the `_closedir' function. */
995 #undef HAVE__CLOSEDIR
996
997 /* Define to 1 if you have the `_dup' function. */
998 #undef HAVE__DUP
999
1000 /* Define to 1 if you have the `_dup2' function. */
1001 #undef HAVE__DUP2
1002
1003 /* Define to 1 if you have the `_facl' function. */
1004 #undef HAVE__FACL
1005
1006 /* Define to 1 if you have the `_fchdir' function. */
1007 #undef HAVE__FCHDIR
1008
1009 /* Define to 1 if you have the `_fcntl' function. */
1010 #undef HAVE__FCNTL
1011
1012 /* Define to 1 if you have the `_fork' function. */
1013 #undef HAVE__FORK
1014
1015 /* Define to 1 if you have the `_fstat' function. */
1016 #undef HAVE__FSTAT
1017
1018 /* Define to 1 if you have the `_fstat64' function. */
1019 #undef HAVE__FSTAT64
1020
1021 /* Define to 1 if you have the `_getcwd' function. */
1022 #undef HAVE__GETCWD
1023
1024 /* Define to 1 if you have the `_getdents' function. */
1025 #undef HAVE__GETDENTS
1026
1027 /* Define to 1 if you have the `_llseek' function. */
1028 #undef HAVE__LLSEEK
1029
1030 /* Define to 1 if you have the `_lseek' function. */
1031 #undef HAVE__LSEEK
1032
1033 /* Define to 1 if you have the `_lstat' function. */
1034 #undef HAVE__LSTAT
1035
1036 /* Define to 1 if you have the `_lstat64' function. */
1037 #undef HAVE__LSTAT64
1038
1039 /* Define to 1 if you have the `_open' function. */
1040 #undef HAVE__OPEN
1041
1042 /* Define to 1 if you have the `_open64' function. */
1043 #undef HAVE__OPEN64
1044
1045 /* Define to 1 if you have the `_opendir' function. */
1046 #undef HAVE__OPENDIR
1047
1048 /* Define to 1 if you have the `_pread' function. */
1049 #undef HAVE__PREAD
1050
1051 /* Define to 1 if you have the `_pread64' function. */
1052 #undef HAVE__PREAD64
1053
1054 /* Define to 1 if you have the `_pwrite' function. */
1055 #undef HAVE__PWRITE
1056
1057 /* Define to 1 if you have the `_pwrite64' function. */
1058 #undef HAVE__PWRITE64
1059
1060 /* Define to 1 if you have the `_read' function. */
1061 #undef HAVE__READ
1062
1063 /* Define to 1 if you have the `_readdir' function. */
1064 #undef HAVE__READDIR
1065
1066 /* Define to 1 if you have the `_readdir64' function. */
1067 #undef HAVE__READDIR64
1068
1069 /* Define to 1 if you have the `_seekdir' function. */
1070 #undef HAVE__SEEKDIR
1071
1072 /* Define to 1 if you have the `_stat' function. */
1073 #undef HAVE__STAT
1074
1075 /* Define to 1 if you have the `_stat64' function. */
1076 #undef HAVE__STAT64
1077
1078 /* Define to 1 if you have the `_telldir' function. */
1079 #undef HAVE__TELLDIR
1080
1081 /* Define to 1 if you have the `_write' function. */
1082 #undef HAVE__WRITE
1083
1084 /* Define to 1 if you have the `__acl' function. */
1085 #undef HAVE___ACL
1086
1087 /* Define to 1 if you have the `__chdir' function. */
1088 #undef HAVE___CHDIR
1089
1090 /* Define to 1 if you have the `__close' function. */
1091 #undef HAVE___CLOSE
1092
1093 /* Define to 1 if you have the `__closedir' function. */
1094 #undef HAVE___CLOSEDIR
1095
1096 /* Define to 1 if you have the `__dup' function. */
1097 #undef HAVE___DUP
1098
1099 /* Define to 1 if you have the `__dup2' function. */
1100 #undef HAVE___DUP2
1101
1102 /* Define to 1 if you have the `__facl' function. */
1103 #undef HAVE___FACL
1104
1105 /* Define to 1 if you have the `__fchdir' function. */
1106 #undef HAVE___FCHDIR
1107
1108 /* Define to 1 if you have the `__fcntl' function. */
1109 #undef HAVE___FCNTL
1110
1111 /* Define to 1 if you have the `__fork' function. */
1112 #undef HAVE___FORK
1113
1114 /* Define to 1 if you have the `__fstat' function. */
1115 #undef HAVE___FSTAT
1116
1117 /* Define to 1 if you have the `__fstat64' function. */
1118 #undef HAVE___FSTAT64
1119
1120 /* Define to 1 if you have the `__fxstat' function. */
1121 #undef HAVE___FXSTAT
1122
1123 /* Define to 1 if you have the `__getcwd' function. */
1124 #undef HAVE___GETCWD
1125
1126 /* Define to 1 if you have the `__getdents' function. */
1127 #undef HAVE___GETDENTS
1128
1129 /* Define to 1 if you have the `__llseek' function. */
1130 #undef HAVE___LLSEEK
1131
1132 /* Define to 1 if you have the `__lseek' function. */
1133 #undef HAVE___LSEEK
1134
1135 /* Define to 1 if you have the `__lstat' function. */
1136 #undef HAVE___LSTAT
1137
1138 /* Define to 1 if you have the `__lstat64' function. */
1139 #undef HAVE___LSTAT64
1140
1141 /* Define to 1 if you have the `__lxstat' function. */
1142 #undef HAVE___LXSTAT
1143
1144 /* Define to 1 if you have the `__open' function. */
1145 #undef HAVE___OPEN
1146
1147 /* Define to 1 if you have the `__open64' function. */
1148 #undef HAVE___OPEN64
1149
1150 /* Define to 1 if you have the `__opendir' function. */
1151 #undef HAVE___OPENDIR
1152
1153 /* Define to 1 if you have the `__pread' function. */
1154 #undef HAVE___PREAD
1155
1156 /* Define to 1 if you have the `__pread64' function. */
1157 #undef HAVE___PREAD64
1158
1159 /* Define to 1 if you have the `__pwrite' function. */
1160 #undef HAVE___PWRITE
1161
1162 /* Define to 1 if you have the `__pwrite64' function. */
1163 #undef HAVE___PWRITE64
1164
1165 /* Define to 1 if you have the `__read' function. */
1166 #undef HAVE___READ
1167
1168 /* Define to 1 if you have the `__readdir' function. */
1169 #undef HAVE___READDIR
1170
1171 /* Define to 1 if you have the `__readdir64' function. */
1172 #undef HAVE___READDIR64
1173
1174 /* Define to 1 if you have the `__seekdir' function. */
1175 #undef HAVE___SEEKDIR
1176
1177 /* Define to 1 if you have the `__stat' function. */
1178 #undef HAVE___STAT
1179
1180 /* Define to 1 if you have the `__stat64' function. */
1181 #undef HAVE___STAT64
1182
1183 /* Define to 1 if you have the `__sys_llseek' function. */
1184 #undef HAVE___SYS_LLSEEK
1185
1186 /* Define to 1 if you have the `__telldir' function. */
1187 #undef HAVE___TELLDIR
1188
1189 /* Define to 1 if you have the `__write' function. */
1190 #undef HAVE___WRITE
1191
1192 /* Define to 1 if you have the `__xstat' function. */
1193 #undef HAVE___XSTAT
1194
1195 /* Whether the host os is HPUX */
1196 #undef HPUX
1197
1198 /* Whether the hpux sendfile() API is available */
1199 #undef HPUX_SENDFILE_API
1200
1201 /* Whether to use intel spinlocks */
1202 #undef INTEL_SPINLOCKS
1203
1204 /* Whether the host os is irix */
1205 #undef IRIX
1206
1207 /* Whether the host os is irix6 */
1208 #undef IRIX6
1209
1210 /* Number of arguments to ldap_set_rebind_proc */
1211 #undef LDAP_SET_REBIND_PROC_ARGS
1212
1213 /* Whether the host os is linux */
1214 #undef LINUX
1215
1216 /* Whether (linux) sendfile() is broken */
1217 #undef LINUX_BROKEN_SENDFILE_API
1218
1219 /* linux quotas */
1220 #undef LINUX_QUOTAS_1
1221
1222 /* linux 2.4.x quota braindamage */
1223 #undef LINUX_QUOTAS_2
1224
1225 /* Whether linux sendfile() API is available */
1226 #undef LINUX_SENDFILE_API
1227
1228 /* Whether to use mips spinlocks */
1229 #undef MIPS_SPINLOCKS
1230
1231 /* Whether MMAP is broken */
1232 #undef MMAP_BLACKLIST
1233
1234 /* Whether the host os is NeXT v2 */
1235 #undef NEXT2
1236
1237 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1238 #undef NO_MINUS_C_MINUS_O
1239
1240 /* Whether the host os is osf1 */
1241 #undef OSF1
1242
1243 /* Define to the address where bug reports for this package should be sent. */
1244 #undef PACKAGE_BUGREPORT
1245
1246 /* Define to the full name of this package. */
1247 #undef PACKAGE_NAME
1248
1249 /* Define to the full name and version of this package. */
1250 #undef PACKAGE_STRING
1251
1252 /* Define to the one symbol short name of this package. */
1253 #undef PACKAGE_TARNAME
1254
1255 /* Define to the version of this package. */
1256 #undef PACKAGE_VERSION
1257
1258 /* Whether to use powerpc spinlocks */
1259 #undef POWERPC_SPINLOCKS
1260
1261 /* Whether pututline returns pointer */
1262 #undef PUTUTLINE_RETURNS_UTMP
1263
1264 /* Whether the host os is qnx */
1265 #undef QNX
1266
1267 /* Whether the host os is reliantunix */
1268 #undef RELIANTUNIX
1269
1270 /* Whether getpass should be replaced */
1271 #undef REPLACE_GETPASS
1272
1273 /* Whether inet_ntoa should be replaced */
1274 #undef REPLACE_INET_NTOA
1275
1276 /* Define as the return type of signal handlers (`int' or `void'). */
1277 #undef RETSIGTYPE
1278
1279 /* Whether the host os is sco unix */
1280 #undef SCO
1281
1282 /* Whether seekdir returns void */
1283 #undef SEEKDIR_RETURNS_VOID
1284
1285 /* The size of the 'ino_t' type */
1286 #undef SIZEOF_INO_T
1287
1288 /* The size of a `int', as computed by sizeof. */
1289 #undef SIZEOF_INT
1290
1291 /* The size of a `long', as computed by sizeof. */
1292 #undef SIZEOF_LONG
1293
1294 /* The size of the 'off_t' type */
1295 #undef SIZEOF_OFF_T
1296
1297 /* The size of a `short', as computed by sizeof. */
1298 #undef SIZEOF_SHORT
1299
1300 /* Whether the solaris sendfile() API is available */
1301 #undef SOLARIS_SENDFILE_API
1302
1303 /* Whether to use sparc spinlocks */
1304 #undef SPARC_SPINLOCKS
1305
1306 /* Whether statfs requires two arguments and struct statfs has bsize property
1307    */
1308 #undef STAT_STATFS2_BSIZE
1309
1310 /* Whether statfs requires 2 arguments and struct statfs has fsize */
1311 #undef STAT_STATFS2_FSIZE
1312
1313 /* Whether statfs requires 2 arguments and struct fs_data is available */
1314 #undef STAT_STATFS2_FS_DATA
1315
1316 /* Whether statfs requires 3 arguments */
1317 #undef STAT_STATFS3_OSF1
1318
1319 /* Whether statfs requires 4 arguments */
1320 #undef STAT_STATFS4
1321
1322 /* Whether statvfs() is available */
1323 #undef STAT_STATVFS
1324
1325 /* Whether statvfs64() is available */
1326 #undef STAT_STATVFS64
1327
1328 /* The size of a block */
1329 #undef STAT_ST_BLOCKSIZE
1330
1331 /* Define to 1 if you have the ANSI C header files. */
1332 #undef STDC_HEADERS
1333
1334 /* Whether the host os is sunos4 */
1335 #undef SUNOS4
1336
1337 /* Whether the host os is solaris */
1338 #undef SUNOS5
1339
1340 /* Whether sysconf(_SC_NGROUPS_MAX) is available */
1341 #undef SYSCONF_SC_NGROUPS_MAX
1342
1343 /* Whether this is a system V system */
1344 #undef SYSV
1345
1346 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1347 #undef TIME_WITH_SYS_TIME
1348
1349 /* Whether the host os is unixware */
1350 #undef UNIXWARE
1351
1352 /* Whether to use both of HPUX' crypt calls */
1353 #undef USE_BOTH_CRYPT_CALLS
1354
1355 /* Whether seteuid() is available */
1356 #undef USE_SETEUID
1357
1358 /* Whether setresuid() is available */
1359 #undef USE_SETRESUID
1360
1361 /* Whether setreuid() is available */
1362 #undef USE_SETREUID
1363
1364 /* Whether setuidx() is available */
1365 #undef USE_SETUIDX
1366
1367 /* Whether to use spin locks instead of fcntl locks */
1368 #undef USE_SPINLOCKS
1369
1370 /* Whether to include Active Directory support */
1371 #undef WITH_ADS
1372
1373 /* Whether to include AFS clear-text auth support */
1374 #undef WITH_AFS
1375
1376 /* Whether to include automount support */
1377 #undef WITH_AUTOMOUNT
1378
1379 /* Whether to include DFS support */
1380 #undef WITH_DFS
1381
1382 /* Whether to include 2.2 compatibel LDAP SAM configuration */
1383 #undef WITH_LDAP_SAMCONFIG
1384
1385 /* Path to iconv */
1386 #undef WITH_LIBICONV
1387
1388 /* Whether to include nisplus_home support */
1389 #undef WITH_NISPLUS_HOME
1390
1391 /* Whether to include nisplus SAM support */
1392 #undef WITH_NISPLUS_SAM
1393
1394 /* Whether to include PAM support */
1395 #undef WITH_PAM
1396
1397 /* Whether to use profiling */
1398 #undef WITH_PROFILE
1399
1400 /* Whether to include experimental quota support */
1401 #undef WITH_QUOTAS
1402
1403 /* Whether to include sendfile() support */
1404 #undef WITH_SENDFILE
1405
1406 /* Whether to build smbmount */
1407 #undef WITH_SMBMOUNT
1408
1409 /* Whether to include smbwrapper support */
1410 #undef WITH_SMBWRAPPER
1411
1412 /* Whether to include experimental syslog support */
1413 #undef WITH_SYSLOG
1414
1415 /* Whether to include experimental TDB SAM support */
1416 #undef WITH_TDB_SAM
1417
1418 /* Whether to include experimental utmp accounting */
1419 #undef WITH_UTMP
1420
1421 /* Whether to build winbind */
1422 #undef WITH_WINBIND
1423
1424 /* Define to 1 if your processor stores words with the most significant byte
1425    first (like Motorola and SPARC, unlike Intel and VAX). */
1426 #undef WORDS_BIGENDIAN
1427
1428 /* Required alignment */
1429 #undef _ALIGNMENT_REQUIRED
1430
1431 /* File offset bits */
1432 #undef _FILE_OFFSET_BITS
1433
1434 /* Whether to use GNU libc extensions */
1435 #undef _GNU_SOURCE
1436
1437 /* Whether to use HPUX extensions */
1438 #undef _HPUX_SOURCE
1439
1440 /* Whether to enable large file support */
1441 #undef _LARGEFILE64_SOURCE
1442
1443 /* Whether to enable large file support */
1444 #undef _LARGE_FILES
1445
1446 /* Maximum alignment */
1447 #undef _MAX_ALIGNMENT
1448
1449 /* Whether to use POSIX compatible functions */
1450 #undef _POSIX_SOURCE
1451
1452 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1453 #ifndef __CHAR_UNSIGNED__
1454 # undef __CHAR_UNSIGNED__
1455 #endif
1456
1457 /* Define to empty if `const' does not conform to ANSI C. */
1458 #undef const
1459
1460 /* Define to `int' if <sys/types.h> doesn't define. */
1461 #undef gid_t
1462
1463 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
1464    if it is not supported. */
1465 #undef inline
1466
1467 /* Define to `unsigned' if <sys/types.h> does not define. */
1468 #undef ino_t
1469
1470 /* Define to `off_t' if <sys/types.h> does not define. */
1471 #undef loff_t
1472
1473 /* Define to `int' if <sys/types.h> does not define. */
1474 #undef mode_t
1475
1476 /* Define to `long' if <sys/types.h> does not define. */
1477 #undef off_t
1478
1479 /* Define to `loff_t' if <sys/types.h> does not define. */
1480 #undef offset_t
1481
1482 /* Define to `int' if <sys/types.h> does not define. */
1483 #undef pid_t
1484
1485 /* Define to `unsigned' if <sys/types.h> does not define. */
1486 #undef size_t
1487
1488 /* Define to `int' if <sys/types.h> does not define. */
1489 #undef ssize_t
1490
1491 /* Define to `int' if <sys/types.h> doesn't define. */
1492 #undef uid_t
1493
1494 /* Define to `unsigned short' if <sys/types.h> does not define. */
1495 #undef wchar_t