From 766b7b5dc0caa1acf566459918fc1c10c8f34008 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Oct 2002 19:28:32 +0000 Subject: Sync with HEAD (This used to be commit 906f25d1fb7ed4c85f89d8594f15383b450bd56f) --- source3/include/config.h.in | 2004 +++++++++++++++++++++++++------------------ 1 file changed, 1153 insertions(+), 851 deletions(-) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 824c054991..a8cd81ddf9 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,1187 +1,1489 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated from configure.in by autoheader. */ -/* Define if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -#undef _ALL_SOURCE -#endif +/* Whether the host os is aix */ +#undef AIX -/* Define if type char is unsigned and you are not using gcc. */ -#ifndef __CHAR_UNSIGNED__ -#undef __CHAR_UNSIGNED__ -#endif +/* Whether the nisplus include files are broken */ +#undef BROKEN_NISPLUS_INCLUDE_FILES -/* Define to empty if the keyword does not work. */ -#undef const +/* Broken RedHat 7.2 system header files */ +#undef BROKEN_REDHAT_7_SYSTEM_HEADERS -/* Define to `int' if doesn't define. */ -#undef gid_t +/* Whether the compiler supports the LL prefix on long long integers */ +#undef COMPILER_SUPPORTS_LL -/* Define if you have a working `mmap' system call. */ -#undef HAVE_MMAP +/* Define to check invariants around some common functions */ +#undef DMALLOC_FUNC_CHECK -/* Define if your struct stat has st_rdev. */ -#undef HAVE_ST_RDEV +/* Define to turn on dmalloc debugging */ +#undef ENABLE_DMALLOC -/* Define if you have that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H +/* Whether the FreeBSD sendfile() API is available */ +#undef FREEBSD_SENDFILE_API -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline +/* Whether ftruncate() needs root */ +#undef FTRUNCATE_NEEDS_ROOT -/* Define to `int' if doesn't define. */ -#undef mode_t +/* Whether acl_get_perm_np() is available */ +#undef HAVE_ACL_GET_PERM_NP -/* Define if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O +/* Whether AIX ACLs are available */ +#undef HAVE_AIX_ACLS -/* Define to `long' if doesn't define. */ -#undef off_t +/* Define to 1 if you have the header file. */ +#undef HAVE_ARPA_INET_H -/* Define to `int' if doesn't define. */ -#undef pid_t +/* Define to 1 if you have the `asprintf' function. */ +#undef HAVE_ASPRINTF -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE +/* Whether asprintf() is available */ +#undef HAVE_ASPRINTF_DECL -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE +/* Define to 1 if you have the `atexit' function. */ +#undef HAVE_ATEXIT -/* Define to `unsigned' if doesn't define. */ -#undef size_t +/* Define to 1 if you have the `bigcrypt' function. */ +#undef HAVE_BIGCRYPT -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Whether fcntl64 locks are broken */ +#undef HAVE_BROKEN_FCNTL64_LOCKS -/* Define if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME +/* Whether getgroups is broken */ +#undef HAVE_BROKEN_GETGROUPS -/* Define to `int' if doesn't define. */ -#undef uid_t +/* Whether readdir() is broken */ +#undef HAVE_BROKEN_READDIR -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define to 1 if you have the `bzero' function. */ +#undef HAVE_BZERO -#undef HAVE_VOLATILE -#undef HAVE_BROKEN_READDIR +/* Whether there is a C99 compliant vsnprintf */ #undef HAVE_C99_VSNPRINTF -#undef HAVE_ERRNO_DECL -#undef HAVE_LONGLONG -#undef HAVE_OFF64_T -#undef HAVE_REMSH -#undef HAVE_UNSIGNED_CHAR -#undef HAVE_UTIMBUF -#undef HAVE_SIG_ATOMIC_T_TYPE -#undef HAVE_SOCKLEN_T_TYPE -#undef ssize_t -#undef ino_t -#undef ssize_t -#undef loff_t -#undef offset_t -#undef aclent_t -#undef wchar_t + +/* Define to 1 if you have the `chmod' function. */ +#undef HAVE_CHMOD + +/* Define to 1 if you have the `chown' function. */ +#undef HAVE_CHOWN + +/* Define to 1 if you have the `chroot' function. */ +#undef HAVE_CHROOT + +/* Define to 1 if you have the header file. */ +#undef HAVE_COMPAT_H + +/* Whether the system has connect() */ #undef HAVE_CONNECT -#undef HAVE_SHORT_INO_T -#undef WITH_SMBWRAPPER -#undef WITH_AFS -#undef WITH_DFS -#undef SUNOS5 -#undef SUNOS4 -#undef LINUX -#undef AIX -#undef BSD -#undef IRIX -#undef IRIX6 -#undef HPUX -#undef QNX -#undef SCO -#undef OSF1 -#undef NEXT2 -#undef RELIANTUNIX -#undef HAVE_MMAP + +/* Define to 1 if you have the `creat64' function. */ +#undef HAVE_CREAT64 + +/* Whether crypt() is available */ +#undef HAVE_CRYPT + +/* Define to 1 if you have the `crypt16' function. */ +#undef HAVE_CRYPT16 + +/* Define to 1 if you have the header file. */ +#undef HAVE_CTYPE_H + +/* Whether we have CUPS */ +#undef HAVE_CUPS + +/* Whether the 'dev64_t' type is available */ +#undef HAVE_DEV64_T + +/* Whether the major macro for dev_t is available */ +#undef HAVE_DEVICE_MAJOR_FN + +/* Whether the minor macro for dev_t is available */ +#undef HAVE_DEVICE_MINOR_FN + +/* Whether dirent has a d_off member */ +#undef HAVE_DIRENT_D_OFF + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the `dlclose' function. */ +#undef HAVE_DLCLOSE + +/* Define to 1 if you have the `dlerror' function. */ +#undef HAVE_DLERROR + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `dlopen' function. */ +#undef HAVE_DLOPEN + +/* Define to 1 if you have the `dlsym' function. */ +#undef HAVE_DLSYM + +/* Define to 1 if you have the `dup2' function. */ +#undef HAVE_DUP2 + +/* Define to 1 if you have the `endnetgrent' function. */ +#undef HAVE_ENDNETGRENT + +/* Whether errno() is available */ +#undef HAVE_ERRNO_DECL + +/* Define to 1 if you have the `execl' function. */ +#undef HAVE_EXECL + +/* Whether large file support can be enabled */ +#undef HAVE_EXPLICIT_LARGEFILE_SUPPORT + +/* Define to 1 if you have the `fchmod' function. */ +#undef HAVE_FCHMOD + +/* Define to 1 if you have the `fchown' function. */ +#undef HAVE_FCHOWN + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Whether fcntl locking is available */ #undef HAVE_FCNTL_LOCK + +/* Define to 1 if you have the `fcvt' function. */ +#undef HAVE_FCVT + +/* Define to 1 if you have the `fcvtl' function. */ +#undef HAVE_FCVTL + +/* Whether there is a __FILE__ macro */ +#undef HAVE_FILE_MACRO + +/* Define to 1 if you have the `fopen64' function. */ +#undef HAVE_FOPEN64 + +/* Define to 1 if you have the `fseek64' function. */ +#undef HAVE_FSEEK64 + +/* Define to 1 if you have the `fseeko64' function. */ +#undef HAVE_FSEEKO64 + +/* Define to 1 if you have the `fstat' function. */ +#undef HAVE_FSTAT + +/* Whether fstat64() is available */ +#undef HAVE_FSTAT64 + +/* Define to 1 if you have the `fsync' function. */ +#undef HAVE_FSYNC + +/* Define to 1 if you have the `ftell64' function. */ +#undef HAVE_FTELL64 + +/* Define to 1 if you have the `ftello64' function. */ +#undef HAVE_FTELLO64 + +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + +/* Define to 1 if you have the `ftruncate64' function. */ +#undef HAVE_FTRUNCATE64 + +/* Truncate extend */ #undef HAVE_FTRUNCATE_EXTEND -#undef FTRUNCATE_NEEDS_ROOT -#undef HAVE_TRAPDOOR_UID -#undef HAVE_ROOT + +/* Whether there is a __FUNCTION__ macro */ +#undef HAVE_FUNCTION_MACRO + +/* Define to 1 if you have the `getauthuid' function. */ +#undef HAVE_GETAUTHUID + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the `getdents' function. */ +#undef HAVE_GETDENTS + +/* Define to 1 if you have the `getgrent' function. */ +#undef HAVE_GETGRENT + +/* Define to 1 if you have the `getgrnam' function. */ +#undef HAVE_GETGRNAM + +/* Define to 1 if you have the `getgrouplist' function. */ +#undef HAVE_GETGROUPLIST + +/* Define to 1 if you have the `getnetgrent' function. */ +#undef HAVE_GETNETGRENT + +/* Define to 1 if you have the `getprpwnam' function. */ +#undef HAVE_GETPRPWNAM + +/* Define to 1 if you have the `getpwanam' function. */ +#undef HAVE_GETPWANAM + +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + +/* Define to 1 if you have the `getspnam' function. */ +#undef HAVE_GETSPNAM + +/* Whether gettimeofday() is available */ #undef HAVE_GETTIMEOFDAY_TZ -#undef HAVE_SOCK_SIN_LEN -#undef STAT_READ_FILSYS -#undef STAT_STATFS2_BSIZE -#undef STAT_STATFS2_FSIZE -#undef STAT_STATFS2_FS_DATA -#undef STAT_STATFS3_OSF1 -#undef STAT_STATFS4 -#undef STAT_STATVFS -#undef STAT_STATVFS64 + +/* Define to 1 if you have the `getutmpx' function. */ +#undef HAVE_GETUTMPX + +/* Define to 1 if you have the `glob' function. */ +#undef HAVE_GLOB + +/* Define to 1 if you have the header file. */ +#undef HAVE_GLOB_H + +/* Define to 1 if you have the `grantpt' function. */ +#undef HAVE_GRANTPT + +/* Define to 1 if you have the header file. */ +#undef HAVE_GRP_H + +/* Whether GSSAPI is available */ +#undef HAVE_GSSAPI + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_HISTORY_H + +/* Whether HPUX ACLs are available */ +#undef HAVE_HPUX_ACLS + +/* Whether iface AIX is available */ #undef HAVE_IFACE_AIX + +/* Whether iface ifconf is available */ #undef HAVE_IFACE_IFCONF + +/* Whether iface ifreq is available */ #undef HAVE_IFACE_IFREQ -#undef HAVE_CRYPT -#undef HAVE_PUTPRPWNAM -#undef HAVE_SET_AUTH_PARAMETERS -#undef WITH_SYSLOG -#undef WITH_PROFILE -#undef WITH_PAM -#undef WITH_NISPLUS_HOME -#undef WITH_AUTOMOUNT -#undef WITH_SMBMOUNT -#undef WITH_QUOTAS -#undef WITH_WINBIND -#undef HAVE_BROKEN_GETGROUPS -#undef REPLACE_GETPASS -#undef REPLACE_INET_NTOA -#undef HAVE_FILE_MACRO -#undef HAVE_FUNCTION_MACRO -#undef HAVE_VA_COPY -#undef HAVE_SETRESUID_DECL -#undef HAVE_SETRESUID -#undef WITH_NETATALK -#undef WITH_UTMP -#undef WITH_MSDFS -#undef WITH_LIBICONV + +/* Whether the compiler supports immediate structures */ +#undef HAVE_IMMEDIATE_STRUCTURES + +/* Define to 1 if you have the `initgroups' function. */ +#undef HAVE_INITGROUPS + +/* Define to 1 if you have the `innetgr' function. */ +#undef HAVE_INNETGR + +/* Whether the 'ino64_t' type is available */ #undef HAVE_INO64_T -#undef HAVE_DEV64_T -#undef HAVE_STRUCT_FLOCK64 -#undef SIZEOF_INO_T -#undef SIZEOF_OFF_T -#undef STAT_STATVFS64 -#undef HAVE_LIBREADLINE -#undef HAVE_KERNEL_SHARE_MODES -#undef HAVE_KERNEL_OPLOCKS_IRIX -#undef HAVE_KERNEL_OPLOCKS_LINUX -#undef HAVE_KERNEL_CHANGE_NOTIFY -#undef HAVE_IRIX_SPECIFIC_CAPABILITIES + +/* Whether int16 typedef is included by rpc/rpc.h */ #undef HAVE_INT16_FROM_RPC_RPC_H -#undef HAVE_UINT16_FROM_RPC_RPC_H + +/* Whether int32 typedef is included by rpc/rpc.h */ #undef HAVE_INT32_FROM_RPC_RPC_H -#undef HAVE_UINT32_FROM_RPC_RPC_H -#undef KRB4_AUTH -#undef KRB5_AUTH -#undef KRB4_DIR -#undef KRB5_DIR -#undef SEEKDIR_RETURNS_VOID -#undef HAVE_DIRENT_D_OFF -#undef HAVE_GETSPNAM -#undef HAVE_BIGCRYPT -#undef HAVE_GETPRPWNAM -#undef HAVE_FSTAT64 -#undef HAVE_LSTAT64 -#undef HAVE_STAT64 -#undef HAVE_SETRESGID -#undef HAVE_SETRESGID_DECL -#undef HAVE_SHADOW_H -#undef HAVE_CUPS -#undef HAVE_MEMSET -#undef HAVE_STRCASECMP -#undef HAVE_STRUCT_DIRENT64 -#undef HAVE_TRUNCATED_SALT -#undef BROKEN_NISPLUS_INCLUDE_FILES -#undef HAVE_RPC_AUTH_ERROR_CONFLICT -#undef HAVE_EXPLICIT_LARGEFILE_SUPPORT -#undef USE_BOTH_CRYPT_CALLS -#undef HAVE_BROKEN_FCNTL64_LOCKS -#undef HAVE_SECURE_MKSTEMP -#undef HAVE_FNMATCH -#undef USE_SETEUID -#undef USE_SETRESUID -#undef USE_SETREUID -#undef USE_SETUIDX -#undef HAVE_DLOPEN -#undef HAVE_DLCLOSE -#undef HAVE_DLSYM -#undef HAVE_DLERROR -#undef SYSCONF_SC_NGROUPS_MAX -#undef HAVE_UT_UT_NAME -#undef HAVE_UT_UT_USER -#undef HAVE_UT_UT_ID -#undef HAVE_UT_UT_HOST -#undef HAVE_UT_UT_TIME -#undef HAVE_UT_UT_TV -#undef HAVE_UT_UT_TYPE -#undef HAVE_UT_UT_PID -#undef HAVE_UT_UT_EXIT -#undef HAVE_UT_UT_ADDR -#undef HAVE_UX_UT_SYSLEN -#undef PUTUTLINE_RETURNS_UTMP -#undef COMPILER_SUPPORTS_LL -#undef HAVE_YP_GET_DEFAULT_DOMAIN -#undef USE_SPINLOCKS -#undef SPARC_SPINLOCKS -#undef INTEL_SPINLOCKS -#undef MIPS_SPINLOCKS -#undef POWERPC_SPINLOCKS -#undef HAVE_POSIX_ACLS -#undef HAVE_ACL_GET_PERM_NP -#undef HAVE_UNIXWARE_ACLS -#undef HAVE_SOLARIS_ACLS -#undef HAVE_HPUX_ACLS + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Whether IRIX ACLs are available */ #undef HAVE_IRIX_ACLS -#undef HAVE_AIX_ACLS -#undef HAVE_TRU64_ACLS -#undef HAVE_NO_ACLS + +/* Whether IRIX specific capabilities are available */ +#undef HAVE_IRIX_SPECIFIC_CAPABILITIES + +/* Whether kernel notifies changes */ +#undef HAVE_KERNEL_CHANGE_NOTIFY + +/* Whether IRIX kernel oplock type definitions are available */ +#undef HAVE_KERNEL_OPLOCKS_IRIX + +/* Whether to use linux kernel oplocks */ +#undef HAVE_KERNEL_OPLOCKS_LINUX + +/* Whether the kernel supports share modes */ +#undef HAVE_KERNEL_SHARE_MODES + +/* Whether KRB5 is available */ +#undef HAVE_KRB5 + +/* Define to 1 if you have the header file. */ +#undef HAVE_KRB5_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LASTLOG_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LBER_H + +/* Whether ldap is available */ +#undef HAVE_LDAP + +/* Define to 1 if you have the header file. */ +#undef HAVE_LDAP_H + +/* Define to 1 if you have the `ldap_set_rebind_proc' function. */ +#undef HAVE_LDAP_SET_REBIND_PROC + +/* Define to 1 if you have the `acl' library (-lacl). */ +#undef HAVE_LIBACL + +/* Define to 1 if you have the `gen' library (-lgen). */ +#undef HAVE_LIBGEN + +/* Define to 1 if you have the `iconv' library (-liconv). */ +#undef HAVE_LIBICONV + +/* Define to 1 if you have the `inet' library (-linet). */ +#undef HAVE_LIBINET + +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */ +#undef HAVE_LIBNSL_S + +/* Whether libpam is available */ #undef HAVE_LIBPAM -#undef HAVE_ASPRINTF_DECL -#undef HAVE_VASPRINTF_DECL -#undef HAVE_SNPRINTF_DECL -#undef HAVE_VSNPRINTF_DECL + +/* Whether the system has readline */ +#undef HAVE_LIBREADLINE + +/* Define to 1 if you have the `resolv' library (-lresolv). */ +#undef HAVE_LIBRESOLV + +/* Define to 1 if you have the `sec' library (-lsec). */ +#undef HAVE_LIBSEC + +/* Define to 1 if you have the `security' library (-lsecurity). */ +#undef HAVE_LIBSECURITY + +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the `link' function. */ +#undef HAVE_LINK + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_XQM_H + +/* Define to 1 if you have the `llseek' function. */ +#undef HAVE_LLSEEK + +/* Whether the host supports long long's */ +#undef HAVE_LONGLONG + +/* Define to 1 if you have the `lseek64' function. */ +#undef HAVE_LSEEK64 + +/* Define to 1 if you have the `lstat64' function. */ +#undef HAVE_LSTAT64 + +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Whether memset() is available */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the `mknod' function. */ +#undef HAVE_MKNOD + +/* Define to 1 if you have the `mknod64' function. */ +#undef HAVE_MKNOD64 + +/* Define to 1 if you have the `mktime' function. */ +#undef HAVE_MKTIME + +/* Whether mmap works */ +#undef HAVE_MMAP + +/* Whether to use native iconv */ #undef HAVE_NATIVE_ICONV -#undef HAVE_UNIXSOCKET -#undef MMAP_BLACKLIST -#undef HAVE_IMMEDIATE_STRUCTURES -#undef HAVE_CUPS -#undef WITH_SAM -#undef WITH_LDAP_SAMCONFIG -#undef WITH_NISPLUS_SAM -#undef WITH_TDB_SAM -#undef LINUX_QUOTAS_1 -#undef LINUX_QUOTAS_2 -#undef PACKAGE -#undef VERSION -#undef HAVE_LC_MESSAGES -#undef ENABLE_NLS -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_STPCPY -#undef I18N_SWAT -#undef I18N_DEFAULT_PREF_LANG -#undef HAVE_KRB5 -#undef HAVE_GSSAPI -#undef BROKEN_REDHAT_7_SYSTEM_HEADERS -#undef HAVE_LDAP -#undef HAVE_STAT_ST_BLOCKS -#undef STAT_ST_BLOCKSIZE -#undef HAVE_STAT_ST_BLKSIZE -#undef HAVE_DEVICE_MAJOR_FN -#undef HAVE_DEVICE_MINOR_FN -#undef HAVE_PASSWD_PW_COMMENT + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_IP_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_SYSTM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IP_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_TCP_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_IF_H + +/* Do we have rl_completion_matches? */ +#undef HAVE_NEW_LIBREADLINE + +/* Whether no ACLs support is available */ +#undef HAVE_NO_ACLS + +/* Define to 1 if you have the header file. */ +#undef HAVE_NSS_COMMON_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NSS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NS_API_H + +/* Whether off64_t is available */ +#undef HAVE_OFF64_T + +/* Define to 1 if you have the `open64' function. */ +#undef HAVE_OPEN64 + +/* Whether struct passwd has pw_age */ #undef HAVE_PASSWD_PW_AGE -/* - * Add these definitions to allow VFS modules to - * see the CPPFLAGS defines. - */ -#ifndef _HPUX_SOURCE -#undef _HPUX_SOURCE -#endif -#ifndef _POSIX_SOURCE -#undef _POSIX_SOURCE -#endif -#ifndef _LARGEFILE64_SOURCE -#undef _LARGEFILE64_SOURCE -#endif -#ifndef _ALIGNMENT_REQUIRED -#undef _ALIGNMENT_REQUIRED -#endif -#ifndef _MAX_ALIGNMENT -#undef _MAX_ALIGNMENT -#endif -#ifndef _LARGE_FILES -#undef _LARGE_FILES -#endif -#ifndef _FILE_OFFSET_BITS -#undef _FILE_OFFSET_BITS -#endif -#ifndef _GNU_SOURCE -#undef _GNU_SOURCE -#endif -#undef LDAP_SET_REBIND_PROC_ARGS +/* Whether struct passwd has pw_comment */ +#undef HAVE_PASSWD_PW_COMMENT + +/* Define to 1 if you have the `pathconf' function. */ +#undef HAVE_PATHCONF + +/* Define to 1 if you have the `pipe' function. */ +#undef HAVE_PIPE + +/* Define to 1 if you have the `poll' function. */ +#undef HAVE_POLL + +/* Define to 1 if you have the header file. */ +#undef HAVE_POLL_H + +/* Whether POSIX ACLs are available */ +#undef HAVE_POSIX_ACLS + +/* Define to 1 if you have the `pread' function. */ +#undef HAVE_PREAD + +/* Define to 1 if you have the `pread64' function. */ +#undef HAVE_PREAD64 + +/* Define to 1 if you have the `putprpwnam' function. */ +#undef HAVE_PUTPRPWNAM + +/* Define to 1 if you have the `pututline' function. */ +#undef HAVE_PUTUTLINE + +/* Define to 1 if you have the `pututxline' function. */ +#undef HAVE_PUTUTXLINE + +/* Define to 1 if you have the `pwrite' function. */ +#undef HAVE_PWRITE + +/* Define to 1 if you have the `pwrite64' function. */ +#undef HAVE_PWRITE64 + +/* Define to 1 if you have the `rand' function. */ +#undef HAVE_RAND + +/* Define to 1 if you have the `random' function. */ +#undef HAVE_RANDOM + +/* Define to 1 if you have the `rdchk' function. */ +#undef HAVE_RDCHK + +/* Define to 1 if you have the `readdir64' function. */ +#undef HAVE_READDIR64 + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_HISTORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_READLINE_H + +/* Define to 1 if you have the `readlink' function. */ +#undef HAVE_READLINK + +/* Define to 1 if you have the `realpath' function. */ +#undef HAVE_REALPATH + +/* Define to 1 if you have the `rename' function. */ +#undef HAVE_RENAME + +/* Whether current user is root */ +#undef HAVE_ROOT + +/* Define to 1 if you have the header file. */ +#undef HAVE_RPCSVC_NIS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_RPCSVC_YPCLNT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_RPCSVC_YP_PROT_H + +/* Whether there is a conflicting AUTH_ERROR define in rpc/rpc.h */ +#undef HAVE_RPC_AUTH_ERROR_CONFLICT + +/* Define to 1 if you have the header file. */ +#undef HAVE_RPC_RPC_H + +/* Whether mkstemp is secure */ +#undef HAVE_SECURE_MKSTEMP + +/* Define to 1 if you have the header file. */ +#undef HAVE_SECURITY_PAM_APPL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SECURITY_PAM_MODULES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SECURITY__PAM_MACROS_H + +/* Define to 1 if you have the `select' function. */ +#undef HAVE_SELECT + +/* Whether sendfile() is available */ #undef HAVE_SENDFILE + +/* Whether sendfile64() is available */ #undef HAVE_SENDFILE64 -#undef LINUX_SENDFILE_API -#undef LINUX_BROKEN_SENDFILE_API -#undef WITH_SENDFILE -#undef FREEBSD_SENDFILE_API -#undef HPUX_SENDFILE_API -#undef WITH_ADS + +/* Whether sendfilev() is available */ #undef HAVE_SENDFILEV + +/* Whether sendfilev64() is available */ #undef HAVE_SENDFILEV64 -#undef SOLARIS_SENDFILE_API -/* The number of bytes in a int. */ -#undef SIZEOF_INT +/* Define to 1 if you have the `setbuffer' function. */ +#undef HAVE_SETBUFFER -/* The number of bytes in a long. */ -#undef SIZEOF_LONG +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV -/* The number of bytes in a short. */ -#undef SIZEOF_SHORT +/* Define to 1 if you have the `setgidx' function. */ +#undef HAVE_SETGIDX -/* Define if you have the __acl function. */ -#undef HAVE___ACL +/* Define to 1 if you have the `setgroups' function. */ +#undef HAVE_SETGROUPS -/* Define if you have the __chdir function. */ -#undef HAVE___CHDIR +/* Define to 1 if you have the `setlinebuf' function. */ +#undef HAVE_SETLINEBUF -/* Define if you have the __close function. */ -#undef HAVE___CLOSE +/* Define to 1 if you have the `setluid' function. */ +#undef HAVE_SETLUID -/* Define if you have the __closedir function. */ -#undef HAVE___CLOSEDIR +/* Define to 1 if you have the `setnetgrent' function. */ +#undef HAVE_SETNETGRENT -/* Define if you have the __dup function. */ -#undef HAVE___DUP +/* Define to 1 if you have the `setpgid' function. */ +#undef HAVE_SETPGID -/* Define if you have the __dup2 function. */ -#undef HAVE___DUP2 +/* Define to 1 if you have the `setpriv' function. */ +#undef HAVE_SETPRIV -/* Define if you have the __facl function. */ -#undef HAVE___FACL +/* Whether the system has setresgid */ +#undef HAVE_SETRESGID -/* Define if you have the __fchdir function. */ -#undef HAVE___FCHDIR +/* Whether setresgid() is available */ +#undef HAVE_SETRESGID_DECL -/* Define if you have the __fcntl function. */ -#undef HAVE___FCNTL +/* Whether the system has setresuid */ +#undef HAVE_SETRESUID -/* Define if you have the __fork function. */ -#undef HAVE___FORK +/* Whether setresuid() is available */ +#undef HAVE_SETRESUID_DECL -/* Define if you have the __fstat function. */ -#undef HAVE___FSTAT +/* Define to 1 if you have the `setsid' function. */ +#undef HAVE_SETSID -/* Define if you have the __fstat64 function. */ -#undef HAVE___FSTAT64 +/* Define to 1 if you have the `setuidx' function. */ +#undef HAVE_SETUIDX -/* Define if you have the __fxstat function. */ -#undef HAVE___FXSTAT +/* Define to 1 if you have the `set_auth_parameters' function. */ +#undef HAVE_SET_AUTH_PARAMETERS -/* Define if you have the __getcwd function. */ -#undef HAVE___GETCWD +/* Define to 1 if you have the header file. */ +#undef HAVE_SHADOW_H -/* Define if you have the __getdents function. */ -#undef HAVE___GETDENTS +/* Define to 1 if you have the `sigaction' function. */ +#undef HAVE_SIGACTION -/* Define if you have the __llseek function. */ -#undef HAVE___LLSEEK +/* Define to 1 if you have the `sigblock' function. */ +#undef HAVE_SIGBLOCK -/* Define if you have the __lseek function. */ -#undef HAVE___LSEEK +/* Define to 1 if you have the `sigprocmask' function. */ +#undef HAVE_SIGPROCMASK -/* Define if you have the __lstat function. */ -#undef HAVE___LSTAT +/* Define to 1 if you have the `sigset' function. */ +#undef HAVE_SIGSET -/* Define if you have the __lstat64 function. */ -#undef HAVE___LSTAT64 +/* Whether we have the atomic_t variable type */ +#undef HAVE_SIG_ATOMIC_T_TYPE -/* Define if you have the __lxstat function. */ -#undef HAVE___LXSTAT +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF -/* Define if you have the __open function. */ -#undef HAVE___OPEN +/* Whether snprintf() is available */ +#undef HAVE_SNPRINTF_DECL -/* Define if you have the __open64 function. */ -#undef HAVE___OPEN64 +/* Whether we have the variable type socklen_t */ +#undef HAVE_SOCKLEN_T_TYPE -/* Define if you have the __opendir function. */ -#undef HAVE___OPENDIR +/* Whether the sockaddr_in struct has a sin_len property */ +#undef HAVE_SOCK_SIN_LEN -/* Define if you have the __pread function. */ -#undef HAVE___PREAD +/* Whether solaris ACLs are available */ +#undef HAVE_SOLARIS_ACLS -/* Define if you have the __pread64 function. */ -#undef HAVE___PREAD64 +/* Define to 1 if you have the `srand' function. */ +#undef HAVE_SRAND -/* Define if you have the __pwrite function. */ -#undef HAVE___PWRITE +/* Define to 1 if you have the `srandom' function. */ +#undef HAVE_SRANDOM -/* Define if you have the __pwrite64 function. */ -#undef HAVE___PWRITE64 +/* Whether stat64() is available */ +#undef HAVE_STAT64 -/* Define if you have the __read function. */ -#undef HAVE___READ +/* Whether the stat struct has a st_blksize property */ +#undef HAVE_STAT_ST_BLKSIZE -/* Define if you have the __readdir function. */ -#undef HAVE___READDIR +/* Whether the stat struct has a st_block property */ +#undef HAVE_STAT_ST_BLOCKS -/* Define if you have the __readdir64 function. */ -#undef HAVE___READDIR64 +/* Define to 1 if you have the header file. */ +#undef HAVE_STDARG_H -/* Define if you have the __seekdir function. */ -#undef HAVE___SEEKDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H -/* Define if you have the __stat function. */ -#undef HAVE___STAT +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H -/* Define if you have the __stat64 function. */ -#undef HAVE___STAT64 +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP -/* Define if you have the __sys_llseek function. */ -#undef HAVE___SYS_LLSEEK +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR -/* Define if you have the __telldir function. */ -#undef HAVE___TELLDIR +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the `strerror' function. */ +#undef HAVE_STRERROR + +/* Define to 1 if you have the `strftime' function. */ +#undef HAVE_STRFTIME + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + +/* Define to 1 if you have the `strnlen' function. */ +#undef HAVE_STRNLEN + +/* Define to 1 if you have the header file. */ +#undef HAVE_STROPTS_H -/* Define if you have the __write function. */ -#undef HAVE___WRITE +/* Define to 1 if you have the `strpbrk' function. */ +#undef HAVE_STRPBRK -/* Define if you have the __xstat function. */ -#undef HAVE___XSTAT +/* Define to 1 if you have the `strtoul' function. */ +#undef HAVE_STRTOUL -/* Define if you have the _acl function. */ -#undef HAVE__ACL +/* Whether the 'dirent64' struct is available */ +#undef HAVE_STRUCT_DIRENT64 -/* Define if you have the _chdir function. */ -#undef HAVE__CHDIR +/* Whether the flock64 struct is available */ +#undef HAVE_STRUCT_FLOCK64 -/* Define if you have the _close function. */ -#undef HAVE__CLOSE +/* Define to 1 if `st_rdev' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_RDEV -/* Define if you have the _closedir function. */ -#undef HAVE__CLOSEDIR +/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use + `HAVE_STRUCT_STAT_ST_RDEV' instead. */ +#undef HAVE_ST_RDEV -/* Define if you have the _dup function. */ -#undef HAVE__DUP +/* Define to 1 if you have the `symlink' function. */ +#undef HAVE_SYMLINK -/* Define if you have the _dup2 function. */ -#undef HAVE__DUP2 +/* Define to 1 if you have the `syscall' function. */ +#undef HAVE_SYSCALL -/* Define if you have the _facl function. */ -#undef HAVE__FACL +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSCALL_H -/* Define if you have the _fchdir function. */ -#undef HAVE__FCHDIR +/* Define to 1 if you have the `sysconf' function. */ +#undef HAVE_SYSCONF -/* Define if you have the _fcntl function. */ -#undef HAVE__FCNTL +/* Define to 1 if you have the `syslog' function. */ +#undef HAVE_SYSLOG -/* Define if you have the _fork function. */ -#undef HAVE__FORK +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSLOG_H -/* Define if you have the _fstat function. */ -#undef HAVE__FSTAT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_ACL_H -/* Define if you have the _fstat64 function. */ -#undef HAVE__FSTAT64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_CAPABILITY_H -/* Define if you have the _getcwd function. */ -#undef HAVE__GETCWD +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_CDEFS_H -/* Define if you have the _getdents function. */ -#undef HAVE__GETDENTS +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H -/* Define if you have the _llseek function. */ -#undef HAVE__LLSEEK +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_DUSTAT_H -/* Define if you have the _lseek function. */ -#undef HAVE__LSEEK +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FCNTL_H -/* Define if you have the _lstat function. */ -#undef HAVE__LSTAT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILIO_H -/* Define if you have the _lstat64 function. */ -#undef HAVE__LSTAT64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILSYS_H -/* Define if you have the _open function. */ -#undef HAVE__OPEN +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FS_S5PARAM_H -/* Define if you have the _open64 function. */ -#undef HAVE__OPEN64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FS_VX_QUOTA_H -/* Define if you have the _opendir function. */ -#undef HAVE__OPENDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_ID_H -/* Define if you have the _pread function. */ -#undef HAVE__PREAD +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCTL_H -/* Define if you have the _pread64 function. */ -#undef HAVE__PREAD64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IPC_H -/* Define if you have the _pwrite function. */ -#undef HAVE__PWRITE +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MMAN_H -/* Define if you have the _pwrite64 function. */ -#undef HAVE__PWRITE64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MODE_H -/* Define if you have the _read function. */ -#undef HAVE__READ +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MOUNT_H -/* Define if you have the _readdir function. */ -#undef HAVE__READDIR +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H -/* Define if you have the _readdir64 function. */ -#undef HAVE__READDIR64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H -/* Define if you have the _seekdir function. */ -#undef HAVE__SEEKDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRIV_H -/* Define if you have the _stat function. */ -#undef HAVE__STAT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H -/* Define if you have the _stat64 function. */ -#undef HAVE__STAT64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SECURITY_H -/* Define if you have the _telldir function. */ -#undef HAVE__TELLDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SELECT_H -/* Define if you have the _write function. */ -#undef HAVE__WRITE +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SHM_H -/* Define if you have the asprintf function. */ -#undef HAVE_ASPRINTF +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H -/* Define if you have the atexit function. */ -#undef HAVE_ATEXIT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKIO_H -/* Define if you have the bigcrypt function. */ -#undef HAVE_BIGCRYPT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STATFS_H -/* Define if you have the bzero function. */ -#undef HAVE_BZERO +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STATVFS_H -/* Define if you have the chmod function. */ -#undef HAVE_CHMOD +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H -/* Define if you have the chown function. */ -#undef HAVE_CHOWN +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SYSCALL_H -/* Define if you have the chroot function. */ -#undef HAVE_CHROOT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SYSLOG_H -/* Define if you have the connect function. */ -#undef HAVE_CONNECT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TERMIO_H -/* Define if you have the creat64 function. */ -#undef HAVE_CREAT64 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H -/* Define if you have the crypt function. */ -#undef HAVE_CRYPT +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H -/* Define if you have the crypt16 function. */ -#undef HAVE_CRYPT16 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_UNISTD_H -/* Define if you have the dlclose function. */ -#undef HAVE_DLCLOSE +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_VFS_H -/* Define if you have the dlerror function. */ -#undef HAVE_DLERROR +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_WAIT_H -/* Define if you have the dlopen function. */ -#undef HAVE_DLOPEN +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIOS_H -/* Define if you have the dlsym function. */ -#undef HAVE_DLSYM +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIO_H -/* Define if you have the dup2 function. */ -#undef HAVE_DUP2 +/* Whether Tru64 ACLs are available */ +#undef HAVE_TRU64_ACLS -/* Define if you have the endnetgrent function. */ -#undef HAVE_ENDNETGRENT +/* Whether crypt needs truncated salt */ +#undef HAVE_TRUNCATED_SALT -/* Define if you have the execl function. */ -#undef HAVE_EXECL +/* Whether uint16 typedef is included by rpc/rpc.h */ +#undef HAVE_UINT16_FROM_RPC_RPC_H -/* Define if you have the fchmod function. */ -#undef HAVE_FCHMOD +/* Whether uint32 typedef is included by rpc/rpc.h */ +#undef HAVE_UINT32_FROM_RPC_RPC_H -/* Define if you have the fchown function. */ -#undef HAVE_FCHOWN +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H -/* Define if you have the fcvt function. */ -#undef HAVE_FCVT +/* If we need to build with unixscoket support */ +#undef HAVE_UNIXSOCKET -/* Define if you have the fcvtl function. */ -#undef HAVE_FCVTL +/* Whether UnixWare ACLs are available */ +#undef HAVE_UNIXWARE_ACLS -/* Define if you have the fopen64 function. */ -#undef HAVE_FOPEN64 +/* Whether the 'unsigned char' type is available */ +#undef HAVE_UNSIGNED_CHAR -/* Define if you have the fseek64 function. */ -#undef HAVE_FSEEK64 +/* Define to 1 if you have the `updwtmp' function. */ +#undef HAVE_UPDWTMP -/* Define if you have the fseeko64 function. */ -#undef HAVE_FSEEKO64 +/* Define to 1 if you have the `updwtmpx' function. */ +#undef HAVE_UPDWTMPX -/* Define if you have the fstat function. */ -#undef HAVE_FSTAT +/* Define to 1 if you have the `usleep' function. */ +#undef HAVE_USLEEP -/* Define if you have the fstat64 function. */ -#undef HAVE_FSTAT64 +/* Whether struct utimbuf is available */ +#undef HAVE_UTIMBUF -/* Define if you have the fsync function. */ -#undef HAVE_FSYNC +/* Define to 1 if you have the `utime' function. */ +#undef HAVE_UTIME -/* Define if you have the ftell64 function. */ -#undef HAVE_FTELL64 +/* Define to 1 if you have the `utimes' function. */ +#undef HAVE_UTIMES -/* Define if you have the ftello64 function. */ -#undef HAVE_FTELLO64 +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIME_H -/* Define if you have the ftruncate function. */ -#undef HAVE_FTRUNCATE +/* Define to 1 if you have the header file. */ +#undef HAVE_UTMPX_H -/* Define if you have the ftruncate64 function. */ -#undef HAVE_FTRUNCATE64 +/* Define to 1 if you have the header file. */ +#undef HAVE_UTMP_H -/* Define if you have the getauthuid function. */ -#undef HAVE_GETAUTHUID +/* Whether the utmp struct has a property ut_addr */ +#undef HAVE_UT_UT_ADDR -/* Define if you have the getcwd function. */ -#undef HAVE_GETCWD +/* Whether the utmp struct has a property ut_exit */ +#undef HAVE_UT_UT_EXIT -/* Define if you have the getdents function. */ -#undef HAVE_GETDENTS +/* Whether the utmp struct has a property ut_host */ +#undef HAVE_UT_UT_HOST -/* Define if you have the getgrent function. */ -#undef HAVE_GETGRENT +/* Whether the utmp struct has a property ut_id */ +#undef HAVE_UT_UT_ID -/* Define if you have the getgrnam function. */ -#undef HAVE_GETGRNAM +/* Whether the utmp struct has a property ut_name */ +#undef HAVE_UT_UT_NAME -/* Define if you have the getgrouplist function. */ -#undef HAVE_GETGROUPLIST +/* Whether the utmp struct has a property ut_pid */ +#undef HAVE_UT_UT_PID -/* Define if you have the getnetgrent function. */ -#undef HAVE_GETNETGRENT +/* Whether the utmp struct has a property ut_time */ +#undef HAVE_UT_UT_TIME -/* Define if you have the getprpwnam function. */ -#undef HAVE_GETPRPWNAM +/* Whether the utmp struct has a property ut_tv */ +#undef HAVE_UT_UT_TV -/* Define if you have the getpwanam function. */ -#undef HAVE_GETPWANAM +/* Whether the utmp struct has a property ut_type */ +#undef HAVE_UT_UT_TYPE -/* Define if you have the getrlimit function. */ -#undef HAVE_GETRLIMIT +/* Whether the utmp struct has a property ut_user */ +#undef HAVE_UT_UT_USER -/* Define if you have the getspnam function. */ -#undef HAVE_GETSPNAM +/* Whether the utmpx struct has a property ut_syslen */ +#undef HAVE_UX_UT_SYSLEN -/* Define if you have the getutmpx function. */ -#undef HAVE_GETUTMPX +/* Define to 1 if you have the `vasprintf' function. */ +#undef HAVE_VASPRINTF -/* Define if you have the glob function. */ -#undef HAVE_GLOB +/* Whether vasprintf() is available */ +#undef HAVE_VASPRINTF_DECL -/* Define if you have the grantpt function. */ -#undef HAVE_GRANTPT +/* Whether __va_copy() is available */ +#undef HAVE_VA_COPY -/* Define if you have the initgroups function. */ -#undef HAVE_INITGROUPS +/* Whether the C compiler understands volatile */ +#undef HAVE_VOLATILE -/* Define if you have the innetgr function. */ -#undef HAVE_INNETGR +/* Define to 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF -/* Define if you have the ldap_set_rebind_proc function. */ -#undef HAVE_LDAP_SET_REBIND_PROC +/* Whether vsnprintf() is available */ +#undef HAVE_VSNPRINTF_DECL -/* Define if you have the link function. */ -#undef HAVE_LINK +/* Define to 1 if you have the `vsyslog' function. */ +#undef HAVE_VSYSLOG -/* Define if you have the llseek function. */ -#undef HAVE_LLSEEK +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID -/* Define if you have the lseek64 function. */ -#undef HAVE_LSEEK64 +/* Define if you have working AF_LOCAL sockets */ +#undef HAVE_WORKING_AF_LOCAL -/* Define if you have the lstat64 function. */ -#undef HAVE_LSTAT64 +/* Whether the system has yp_get_default_domain() */ +#undef HAVE_YP_GET_DEFAULT_DOMAIN -/* Define if you have the memmove function. */ -#undef HAVE_MEMMOVE +/* Define to 1 if you have the `_acl' function. */ +#undef HAVE__ACL -/* Define if you have the memset function. */ -#undef HAVE_MEMSET +/* Define to 1 if you have the `_chdir' function. */ +#undef HAVE__CHDIR -/* Define if you have the mknod function. */ -#undef HAVE_MKNOD +/* Define to 1 if you have the `_close' function. */ +#undef HAVE__CLOSE -/* Define if you have the mknod64 function. */ -#undef HAVE_MKNOD64 +/* Define to 1 if you have the `_closedir' function. */ +#undef HAVE__CLOSEDIR -/* Define if you have the mktime function. */ -#undef HAVE_MKTIME +/* Define to 1 if you have the `_dup' function. */ +#undef HAVE__DUP -/* Define if you have the open64 function. */ -#undef HAVE_OPEN64 +/* Define to 1 if you have the `_dup2' function. */ +#undef HAVE__DUP2 -/* Define if you have the pathconf function. */ -#undef HAVE_PATHCONF +/* Define to 1 if you have the `_facl' function. */ +#undef HAVE__FACL -/* Define if you have the pipe function. */ -#undef HAVE_PIPE +/* Define to 1 if you have the `_fchdir' function. */ +#undef HAVE__FCHDIR -/* Define if you have the poll function. */ -#undef HAVE_POLL +/* Define to 1 if you have the `_fcntl' function. */ +#undef HAVE__FCNTL -/* Define if you have the pread function. */ -#undef HAVE_PREAD +/* Define to 1 if you have the `_fork' function. */ +#undef HAVE__FORK -/* Define if you have the pread64 function. */ -#undef HAVE_PREAD64 +/* Define to 1 if you have the `_fstat' function. */ +#undef HAVE__FSTAT -/* Define if you have the putprpwnam function. */ -#undef HAVE_PUTPRPWNAM +/* Define to 1 if you have the `_fstat64' function. */ +#undef HAVE__FSTAT64 -/* Define if you have the pututline function. */ -#undef HAVE_PUTUTLINE +/* Define to 1 if you have the `_getcwd' function. */ +#undef HAVE__GETCWD -/* Define if you have the pututxline function. */ -#undef HAVE_PUTUTXLINE +/* Define to 1 if you have the `_getdents' function. */ +#undef HAVE__GETDENTS -/* Define if you have the pwrite function. */ -#undef HAVE_PWRITE +/* Define to 1 if you have the `_llseek' function. */ +#undef HAVE__LLSEEK -/* Define if you have the pwrite64 function. */ -#undef HAVE_PWRITE64 +/* Define to 1 if you have the `_lseek' function. */ +#undef HAVE__LSEEK -/* Define if you have the rand function. */ -#undef HAVE_RAND +/* Define to 1 if you have the `_lstat' function. */ +#undef HAVE__LSTAT -/* Define if you have the random function. */ -#undef HAVE_RANDOM +/* Define to 1 if you have the `_lstat64' function. */ +#undef HAVE__LSTAT64 -/* Define if you have the rdchk function. */ -#undef HAVE_RDCHK +/* Define to 1 if you have the `_open' function. */ +#undef HAVE__OPEN -/* Define if you have the readdir64 function. */ -#undef HAVE_READDIR64 +/* Define to 1 if you have the `_open64' function. */ +#undef HAVE__OPEN64 -/* Define if you have the readlink function. */ -#undef HAVE_READLINK +/* Define to 1 if you have the `_opendir' function. */ +#undef HAVE__OPENDIR -/* Define if you have the realpath function. */ -#undef HAVE_REALPATH +/* Define to 1 if you have the `_pread' function. */ +#undef HAVE__PREAD -/* Define if you have the rename function. */ -#undef HAVE_RENAME +/* Define to 1 if you have the `_pread64' function. */ +#undef HAVE__PREAD64 -/* Define if you have the select function. */ -#undef HAVE_SELECT +/* Define to 1 if you have the `_pwrite' function. */ +#undef HAVE__PWRITE -/* Define if you have the set_auth_parameters function. */ -#undef HAVE_SET_AUTH_PARAMETERS +/* Define to 1 if you have the `_pwrite64' function. */ +#undef HAVE__PWRITE64 -/* Define if you have the setbuffer function. */ -#undef HAVE_SETBUFFER +/* Define to 1 if you have the `_read' function. */ +#undef HAVE__READ -/* Define if you have the setenv function. */ -#undef HAVE_SETENV +/* Define to 1 if you have the `_readdir' function. */ +#undef HAVE__READDIR -/* Define if you have the setgidx function. */ -#undef HAVE_SETGIDX +/* Define to 1 if you have the `_readdir64' function. */ +#undef HAVE__READDIR64 -/* Define if you have the setgroups function. */ -#undef HAVE_SETGROUPS +/* Define to 1 if you have the `_seekdir' function. */ +#undef HAVE__SEEKDIR -/* Define if you have the setlinebuf function. */ -#undef HAVE_SETLINEBUF +/* Define to 1 if you have the `_stat' function. */ +#undef HAVE__STAT -/* Define if you have the setluid function. */ -#undef HAVE_SETLUID +/* Define to 1 if you have the `_stat64' function. */ +#undef HAVE__STAT64 -/* Define if you have the setnetgrent function. */ -#undef HAVE_SETNETGRENT +/* Define to 1 if you have the `_telldir' function. */ +#undef HAVE__TELLDIR -/* Define if you have the setpgid function. */ -#undef HAVE_SETPGID +/* Define to 1 if you have the `_write' function. */ +#undef HAVE__WRITE -/* Define if you have the setpriv function. */ -#undef HAVE_SETPRIV +/* Define to 1 if you have the `__acl' function. */ +#undef HAVE___ACL -/* Define if you have the setsid function. */ -#undef HAVE_SETSID +/* Define to 1 if you have the `__chdir' function. */ +#undef HAVE___CHDIR -/* Define if you have the setuidx function. */ -#undef HAVE_SETUIDX +/* Define to 1 if you have the `__close' function. */ +#undef HAVE___CLOSE -/* Define if you have the sigaction function. */ -#undef HAVE_SIGACTION +/* Define to 1 if you have the `__closedir' function. */ +#undef HAVE___CLOSEDIR -/* Define if you have the sigblock function. */ -#undef HAVE_SIGBLOCK +/* Define to 1 if you have the `__dup' function. */ +#undef HAVE___DUP -/* Define if you have the sigprocmask function. */ -#undef HAVE_SIGPROCMASK +/* Define to 1 if you have the `__dup2' function. */ +#undef HAVE___DUP2 -/* Define if you have the sigset function. */ -#undef HAVE_SIGSET +/* Define to 1 if you have the `__facl' function. */ +#undef HAVE___FACL -/* Define if you have the snprintf function. */ -#undef HAVE_SNPRINTF +/* Define to 1 if you have the `__fchdir' function. */ +#undef HAVE___FCHDIR -/* Define if you have the srand function. */ -#undef HAVE_SRAND +/* Define to 1 if you have the `__fcntl' function. */ +#undef HAVE___FCNTL -/* Define if you have the srandom function. */ -#undef HAVE_SRANDOM +/* Define to 1 if you have the `__fork' function. */ +#undef HAVE___FORK -/* Define if you have the stat64 function. */ -#undef HAVE_STAT64 +/* Define to 1 if you have the `__fstat' function. */ +#undef HAVE___FSTAT -/* Define if you have the strcasecmp function. */ -#undef HAVE_STRCASECMP +/* Define to 1 if you have the `__fstat64' function. */ +#undef HAVE___FSTAT64 -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR +/* Define to 1 if you have the `__fxstat' function. */ +#undef HAVE___FXSTAT -/* Define if you have the strdup function. */ -#undef HAVE_STRDUP +/* Define to 1 if you have the `__getcwd' function. */ +#undef HAVE___GETCWD -/* Define if you have the strerror function. */ -#undef HAVE_STRERROR +/* Define to 1 if you have the `__getdents' function. */ +#undef HAVE___GETDENTS -/* Define if you have the strftime function. */ -#undef HAVE_STRFTIME +/* Define to 1 if you have the `__llseek' function. */ +#undef HAVE___LLSEEK -/* Define if you have the strlcat function. */ -#undef HAVE_STRLCAT +/* Define to 1 if you have the `__lseek' function. */ +#undef HAVE___LSEEK -/* Define if you have the strlcpy function. */ -#undef HAVE_STRLCPY +/* Define to 1 if you have the `__lstat' function. */ +#undef HAVE___LSTAT -/* Define if you have the strndup function. */ -#undef HAVE_STRNDUP +/* Define to 1 if you have the `__lstat64' function. */ +#undef HAVE___LSTAT64 -/* Define if you have the strnlen function. */ -#undef HAVE_STRNLEN +/* Define to 1 if you have the `__lxstat' function. */ +#undef HAVE___LXSTAT -/* Define if you have the strpbrk function. */ -#undef HAVE_STRPBRK +/* Define to 1 if you have the `__open' function. */ +#undef HAVE___OPEN -/* Define if you have the strtoul function. */ -#undef HAVE_STRTOUL +/* Define to 1 if you have the `__open64' function. */ +#undef HAVE___OPEN64 -/* Define if you have the symlink function. */ -#undef HAVE_SYMLINK +/* Define to 1 if you have the `__opendir' function. */ +#undef HAVE___OPENDIR -/* Define if you have the syscall function. */ -#undef HAVE_SYSCALL +/* Define to 1 if you have the `__pread' function. */ +#undef HAVE___PREAD -/* Define if you have the sysconf function. */ -#undef HAVE_SYSCONF +/* Define to 1 if you have the `__pread64' function. */ +#undef HAVE___PREAD64 -/* Define if you have the syslog function. */ -#undef HAVE_SYSLOG +/* Define to 1 if you have the `__pwrite' function. */ +#undef HAVE___PWRITE -/* Define if you have the updwtmp function. */ -#undef HAVE_UPDWTMP +/* Define to 1 if you have the `__pwrite64' function. */ +#undef HAVE___PWRITE64 -/* Define if you have the updwtmpx function. */ -#undef HAVE_UPDWTMPX +/* Define to 1 if you have the `__read' function. */ +#undef HAVE___READ -/* Define if you have the usleep function. */ -#undef HAVE_USLEEP +/* Define to 1 if you have the `__readdir' function. */ +#undef HAVE___READDIR -/* Define if you have the utime function. */ -#undef HAVE_UTIME +/* Define to 1 if you have the `__readdir64' function. */ +#undef HAVE___READDIR64 -/* Define if you have the utimes function. */ -#undef HAVE_UTIMES +/* Define to 1 if you have the `__seekdir' function. */ +#undef HAVE___SEEKDIR -/* Define if you have the vasprintf function. */ -#undef HAVE_VASPRINTF +/* Define to 1 if you have the `__stat' function. */ +#undef HAVE___STAT -/* Define if you have the vsnprintf function. */ -#undef HAVE_VSNPRINTF +/* Define to 1 if you have the `__stat64' function. */ +#undef HAVE___STAT64 -/* Define if you have the vsyslog function. */ -#undef HAVE_VSYSLOG +/* Define to 1 if you have the `__sys_llseek' function. */ +#undef HAVE___SYS_LLSEEK -/* Define if you have the waitpid function. */ -#undef HAVE_WAITPID +/* Define to 1 if you have the `__telldir' function. */ +#undef HAVE___TELLDIR -/* Define if you have the yp_get_default_domain function. */ -#undef HAVE_YP_GET_DEFAULT_DOMAIN +/* Define to 1 if you have the `__write' function. */ +#undef HAVE___WRITE -/* Define if you have the header file. */ -#undef HAVE_ARPA_INET_H +/* Define to 1 if you have the `__xstat' function. */ +#undef HAVE___XSTAT -/* Define if you have the header file. */ -#undef HAVE_COMPAT_H +/* Whether the host os is HPUX */ +#undef HPUX -/* Define if you have the header file. */ -#undef HAVE_CTYPE_H +/* Whether the hpux sendfile() API is available */ +#undef HPUX_SENDFILE_API -/* Define if you have the header file. */ -#undef HAVE_DIRENT_H +/* Whether to use intel spinlocks */ +#undef INTEL_SPINLOCKS -/* Define if you have the header file. */ -#undef HAVE_DLFCN_H +/* Whether the host os is irix */ +#undef IRIX -/* Define if you have the header file. */ -#undef HAVE_FCNTL_H +/* Whether the host os is irix6 */ +#undef IRIX6 -/* Define if you have the header file. */ -#undef HAVE_GLOB_H +/* Number of arguments to ldap_set_rebind_proc */ +#undef LDAP_SET_REBIND_PROC_ARGS -/* Define if you have the header file. */ -#undef HAVE_GRP_H +/* Whether the host os is linux */ +#undef LINUX -/* Define if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_H +/* Whether (linux) sendfile() is broken */ +#undef LINUX_BROKEN_SENDFILE_API -/* Define if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_GENERIC_H +/* linux quotas */ +#undef LINUX_QUOTAS_1 -/* Define if you have the header file. */ -#undef HAVE_HISTORY_H +/* linux 2.4.x quota braindamage */ +#undef LINUX_QUOTAS_2 -/* Define if you have the header file. */ -#undef HAVE_KRB5_H +/* Whether linux sendfile() API is available */ +#undef LINUX_SENDFILE_API -/* Define if you have the header file. */ -#undef HAVE_LASTLOG_H +/* Whether to use mips spinlocks */ +#undef MIPS_SPINLOCKS -/* Define if you have the header file. */ -#undef HAVE_LBER_H +/* Whether MMAP is broken */ +#undef MMAP_BLACKLIST -/* Define if you have the header file. */ -#undef HAVE_LDAP_H +/* Whether the host os is NeXT v2 */ +#undef NEXT2 -/* Define if you have the header file. */ -#undef HAVE_LIMITS_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O -/* Define if you have the header file. */ -#undef HAVE_LINUX_XQM_H +/* Whether the host os is osf1 */ +#undef OSF1 -/* Define if you have the header file. */ -#undef HAVE_MEMORY_H +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -/* Define if you have the header file. */ -#undef HAVE_NDIR_H +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Define if you have the header file. */ -#undef HAVE_NET_IF_H +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING -/* Define if you have the header file. */ -#undef HAVE_NETINET_IN_IP_H +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME -/* Define if you have the header file. */ -#undef HAVE_NETINET_IN_SYSTM_H +/* Define to the version of this package. */ +#undef PACKAGE_VERSION -/* Define if you have the header file. */ -#undef HAVE_NETINET_IP_H +/* Whether to use powerpc spinlocks */ +#undef POWERPC_SPINLOCKS -/* Define if you have the header file. */ -#undef HAVE_NETINET_TCP_H +/* Whether pututline returns pointer */ +#undef PUTUTLINE_RETURNS_UTMP -/* Define if you have the header file. */ -#undef HAVE_NS_API_H +/* Whether the host os is qnx */ +#undef QNX -/* Define if you have the header file. */ -#undef HAVE_NSS_H +/* Whether the host os is reliantunix */ +#undef RELIANTUNIX -/* Define if you have the header file. */ -#undef HAVE_NSS_COMMON_H +/* Whether getpass should be replaced */ +#undef REPLACE_GETPASS -/* Define if you have the header file. */ -#undef HAVE_POLL_H +/* Whether inet_ntoa should be replaced */ +#undef REPLACE_INET_NTOA -/* Define if you have the header file. */ -#undef HAVE_READLINE_H +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE -/* Define if you have the header file. */ -#undef HAVE_READLINE_HISTORY_H +/* Whether the host os is sco unix */ +#undef SCO -/* Define if you have the header file. */ -#undef HAVE_READLINE_READLINE_H +/* Whether seekdir returns void */ +#undef SEEKDIR_RETURNS_VOID -/* Define if you have the header file. */ -#undef HAVE_RPC_RPC_H +/* The size of the 'ino_t' type */ +#undef SIZEOF_INO_T -/* Define if you have the header file. */ -#undef HAVE_RPCSVC_NIS_H +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT -/* Define if you have the header file. */ -#undef HAVE_RPCSVC_YP_PROT_H +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG -/* Define if you have the header file. */ -#undef HAVE_RPCSVC_YPCLNT_H +/* The size of the 'off_t' type */ +#undef SIZEOF_OFF_T -/* Define if you have the header file. */ -#undef HAVE_SECURITY__PAM_MACROS_H +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT -/* Define if you have the header file. */ -#undef HAVE_SECURITY_PAM_APPL_H +/* Whether the solaris sendfile() API is available */ +#undef SOLARIS_SENDFILE_API -/* Define if you have the header file. */ -#undef HAVE_SECURITY_PAM_MODULES_H +/* Whether to use sparc spinlocks */ +#undef SPARC_SPINLOCKS -/* Define if you have the header file. */ -#undef HAVE_SHADOW_H +/* Whether statfs requires two arguments and struct statfs has bsize property + */ +#undef STAT_STATFS2_BSIZE -/* Define if you have the header file. */ -#undef HAVE_STDARG_H +/* Whether statfs requires 2 arguments and struct statfs has fsize */ +#undef STAT_STATFS2_FSIZE -/* Define if you have the header file. */ -#undef HAVE_STDLIB_H +/* Whether statfs requires 2 arguments and struct fs_data is available */ +#undef STAT_STATFS2_FS_DATA -/* Define if you have the header file. */ -#undef HAVE_STRING_H +/* Whether statfs requires 3 arguments */ +#undef STAT_STATFS3_OSF1 -/* Define if you have the header file. */ -#undef HAVE_STRINGS_H +/* Whether statfs requires 4 arguments */ +#undef STAT_STATFS4 -/* Define if you have the header file. */ -#undef HAVE_STROPTS_H +/* Whether statvfs() is available */ +#undef STAT_STATVFS -/* Define if you have the header file. */ -#undef HAVE_SYS_ACL_H +/* Whether statvfs64() is available */ +#undef STAT_STATVFS64 -/* Define if you have the header file. */ -#undef HAVE_SYS_CAPABILITY_H +/* The size of a block */ +#undef STAT_ST_BLOCKSIZE -/* Define if you have the header file. */ -#undef HAVE_SYS_CDEFS_H +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -/* Define if you have the header file. */ -#undef HAVE_SYS_DIR_H +/* Whether the host os is sunos4 */ +#undef SUNOS4 -/* Define if you have the header file. */ -#undef HAVE_SYS_DUSTAT_H +/* Whether the host os is solaris */ +#undef SUNOS5 -/* Define if you have the header file. */ -#undef HAVE_SYS_FCNTL_H +/* Whether sysconf(_SC_NGROUPS_MAX) is available */ +#undef SYSCONF_SC_NGROUPS_MAX -/* Define if you have the header file. */ -#undef HAVE_SYS_FILIO_H +/* Whether this is a system V system */ +#undef SYSV -/* Define if you have the header file. */ -#undef HAVE_SYS_FILSYS_H +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME -/* Define if you have the header file. */ -#undef HAVE_SYS_FS_S5PARAM_H +/* Whether the host os is unixware */ +#undef UNIXWARE -/* Define if you have the header file. */ -#undef HAVE_SYS_FS_VX_QUOTA_H +/* Whether to use both of HPUX' crypt calls */ +#undef USE_BOTH_CRYPT_CALLS -/* Define if you have the header file. */ -#undef HAVE_SYS_ID_H +/* Whether seteuid() is available */ +#undef USE_SETEUID -/* Define if you have the header file. */ -#undef HAVE_SYS_IOCTL_H +/* Whether setresuid() is available */ +#undef USE_SETRESUID -/* Define if you have the header file. */ -#undef HAVE_SYS_IPC_H +/* Whether setreuid() is available */ +#undef USE_SETREUID -/* Define if you have the header file. */ -#undef HAVE_SYS_MMAN_H +/* Whether setuidx() is available */ +#undef USE_SETUIDX -/* Define if you have the header file. */ -#undef HAVE_SYS_MODE_H +/* Whether to use spin locks instead of fcntl locks */ +#undef USE_SPINLOCKS -/* Define if you have the header file. */ -#undef HAVE_SYS_MOUNT_H +/* Whether to include Active Directory support */ +#undef WITH_ADS -/* Define if you have the header file. */ -#undef HAVE_SYS_NDIR_H +/* Whether to include AFS clear-text auth support */ +#undef WITH_AFS -/* Define if you have the header file. */ -#undef HAVE_SYS_PARAM_H +/* Whether to include automount support */ +#undef WITH_AUTOMOUNT -/* Define if you have the header file. */ -#undef HAVE_SYS_PRIV_H +/* Whether to include DFS support */ +#undef WITH_DFS -/* Define if you have the header file. */ -#undef HAVE_SYS_RESOURCE_H +/* Whether to include 2.2 compatibel LDAP SAM configuration */ +#undef WITH_LDAP_SAMCONFIG -/* Define if you have the header file. */ -#undef HAVE_SYS_SECURITY_H +/* Path to iconv */ +#undef WITH_LIBICONV -/* Define if you have the header file. */ -#undef HAVE_SYS_SELECT_H +/* Whether to include nisplus_home support */ +#undef WITH_NISPLUS_HOME -/* Define if you have the header file. */ -#undef HAVE_SYS_SHM_H +/* Whether to include nisplus SAM support */ +#undef WITH_NISPLUS_SAM -/* Define if you have the header file. */ -#undef HAVE_SYS_SOCKET_H +/* Whether to include PAM support */ +#undef WITH_PAM -/* Define if you have the header file. */ -#undef HAVE_SYS_SOCKIO_H +/* Whether to use profiling */ +#undef WITH_PROFILE -/* Define if you have the header file. */ -#undef HAVE_SYS_STATFS_H +/* Whether to include experimental quota support */ +#undef WITH_QUOTAS -/* Define if you have the header file. */ -#undef HAVE_SYS_STATVFS_H +/* Whether to build the new (experimental) SAM database */ +#undef WITH_SAM -/* Define if you have the header file. */ -#undef HAVE_SYS_SYSCALL_H +/* Whether to include sendfile() support */ +#undef WITH_SENDFILE -/* Define if you have the header file. */ -#undef HAVE_SYS_SYSLOG_H +/* Whether to build smbmount */ +#undef WITH_SMBMOUNT -/* Define if you have the header file. */ -#undef HAVE_SYS_TERMIO_H +/* Whether to include smbwrapper support */ +#undef WITH_SMBWRAPPER -/* Define if you have the header file. */ -#undef HAVE_SYS_TIME_H +/* Whether to include experimental syslog support */ +#undef WITH_SYSLOG -/* Define if you have the header file. */ -#undef HAVE_SYS_UNISTD_H +/* Whether to include experimental TDB SAM support */ +#undef WITH_TDB_SAM -/* Define if you have the header file. */ -#undef HAVE_SYS_VFS_H +/* Whether to include experimental utmp accounting */ +#undef WITH_UTMP -/* Define if you have the header file. */ -#undef HAVE_SYS_WAIT_H +/* Whether to build winbind */ +#undef WITH_WINBIND -/* Define if you have the header file. */ -#undef HAVE_SYSCALL_H +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN -/* Define if you have the header file. */ -#undef HAVE_SYSLOG_H +/* Required alignment */ +#undef _ALIGNMENT_REQUIRED -/* Define if you have the header file. */ -#undef HAVE_TERMIO_H +/* File offset bits */ +#undef _FILE_OFFSET_BITS -/* Define if you have the header file. */ -#undef HAVE_TERMIOS_H +/* Whether to use GNU libc extensions */ +#undef _GNU_SOURCE -/* Define if you have the header file. */ -#undef HAVE_UNISTD_H +/* Whether to use HPUX extensions */ +#undef _HPUX_SOURCE -/* Define if you have the header file. */ -#undef HAVE_UTIME_H +/* Whether to enable large file support */ +#undef _LARGEFILE64_SOURCE -/* Define if you have the header file. */ -#undef HAVE_UTMP_H +/* Whether to enable large file support */ +#undef _LARGE_FILES -/* Define if you have the header file. */ -#undef HAVE_UTMPX_H +/* Maximum alignment */ +#undef _MAX_ALIGNMENT -/* Define if you have the acl library (-lacl). */ -#undef HAVE_LIBACL +/* Whether to use POSIX compatible functions */ +#undef _POSIX_SOURCE -/* Define if you have the gen library (-lgen). */ -#undef HAVE_LIBGEN +/* Define to 1 if type `char' is unsigned and you are not using gcc. */ +#ifndef __CHAR_UNSIGNED__ +# undef __CHAR_UNSIGNED__ +#endif -/* Define if you have the iconv library (-liconv). */ -#undef HAVE_LIBICONV +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const -/* Define if you have the inet library (-linet). */ -#undef HAVE_LIBINET +/* Define to `int' if doesn't define. */ +#undef gid_t -/* Define if you have the nsl library (-lnsl). */ -#undef HAVE_LIBNSL +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline -/* Define if you have the nsl_s library (-lnsl_s). */ -#undef HAVE_LIBNSL_S +/* Define to `unsigned' if does not define. */ +#undef ino_t -/* Define if you have the resolv library (-lresolv). */ -#undef HAVE_LIBRESOLV +/* Define to `off_t' if does not define. */ +#undef loff_t -/* Define if you have the sec library (-lsec). */ -#undef HAVE_LIBSEC +/* Define to `int' if does not define. */ +#undef mode_t -/* Define if you have the security library (-lsecurity). */ -#undef HAVE_LIBSECURITY +/* Define to `long' if does not define. */ +#undef off_t -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET +/* Define to `loff_t' if does not define. */ +#undef offset_t -/* Define to turn on dmalloc debugging */ -#undef ENABLE_DMALLOC +/* Define to `int' if does not define. */ +#undef pid_t -/* Define to check invariants around some common functions */ -#undef DMALLOC_FUNC_CHECK +/* Define to `unsigned' if does not define. */ +#undef size_t -/* Do we have rl_completion_matches? */ -#undef HAVE_NEW_LIBREADLINE +/* Define to `int' if does not define. */ +#undef ssize_t -/* Define if you have working AF_LOCAL sockets */ -#undef HAVE_WORKING_AF_LOCAL +/* Define to `int' if doesn't define. */ +#undef uid_t +/* Define to `unsigned short' if does not define. */ +#undef wchar_t -- cgit