diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 53 |
1 files changed, 22 insertions, 31 deletions
diff --git a/config.h.in b/config.h.in index b43f19b2..d8f322ab 100644 --- a/config.h.in +++ b/config.h.in @@ -22,12 +22,6 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE -/* Define to 1 if you have the <crack.h> header file. */ -#undef HAVE_CRACK_H - -/* Define to 1 if you have the `crypt_gensalt_r' function. */ -#undef HAVE_CRYPT_GENSALT_R - /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H @@ -64,6 +58,9 @@ /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT +/* Define to 1 if you have the `explicit_bzero' function. */ +#undef HAVE_EXPLICIT_BZERO + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -145,15 +142,9 @@ /* Define to 1 if audit support should be compiled in. */ #undef HAVE_LIBAUDIT -/* Define to 1 if xcrypt support should be compiled in. */ -#undef HAVE_LIBXCRYPT - /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the <linux/magic.h> header file. */ -#undef HAVE_LINUX_MAGIC_H - /* Define to 1 if you have the `logwtmp' function. */ #undef HAVE_LOGWTMP @@ -163,6 +154,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `memset_explicit' function. */ +#undef HAVE_MEMSET_EXPLICIT + /* Define to 1 if you have the `mkdir' function. */ #undef HAVE_MKDIR @@ -175,6 +169,9 @@ /* Define to 1 if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H +/* Defines that NIS should be used */ +#undef HAVE_NIS + /* Define to 1 if you have the <paths.h> header file. */ #undef HAVE_PATHS_H @@ -184,15 +181,6 @@ /* Define to 1 if you have the `rpcb_getaddr' function. */ #undef HAVE_RPCB_GETADDR -/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */ -#undef HAVE_RPCSVC_YPCLNT_H - -/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */ -#undef HAVE_RPCSVC_YP_PROT_H - -/* Define to 1 if you have the <rpc/rpc.h> header file. */ -#undef HAVE_RPC_RPC_H - /* Define to 1 if you have the `ruserok' function. */ #undef HAVE_RUSEROK @@ -264,9 +252,6 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the <sys/vfs.h> header file. */ -#undef HAVE_SYS_VFS_H - /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H @@ -291,9 +276,6 @@ /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF -/* Define to 1 if you have the <xcrypt.h> header file. */ -#undef HAVE_XCRYPT_H - /* Define to 1 if you have the `yperr_string' function. */ #undef HAVE_YPERR_STRING @@ -342,6 +324,9 @@ /* libpam should observe a global authentication lock */ #undef PAM_LOCKING +/* libpam_misc misc_conv() buffer size. */ +#undef PAM_MISC_CONV_BUFSIZE + /* Path where mails are stored */ #undef PAM_PATH_MAILDIR @@ -357,12 +342,12 @@ /* Kernel overflow uid. */ #undef PAM_USERTYPE_OVERFLOW_UID -/* Minimum system user uid. */ -#undef PAM_USERTYPE_SYSUIDMIN - /* Minimum regular user uid. */ #undef PAM_USERTYPE_UIDMIN +/* Directory for PAM modules system configuration files */ +#undef SCONFIGDIR + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -372,7 +357,7 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* define if your compiler has __att ribute__ ((unused)) */ +/* Define if the compiler supports __attribute__((unused)) */ #undef UNUSED /* Define to 1 if the lckpwdf function should be used */ @@ -403,9 +388,15 @@ /* Directory for distribution provided configuration files */ #undef VENDORDIR +/* Directory for PAM modules distribution provided configuration files */ +#undef VENDOR_SCONFIGDIR + /* Version number of package */ #undef VERSION +/* OpenSSL provides crypto algorithm for hmac */ +#undef WITH_OPENSSL + /* Defined if SE Linux support is compiled in */ #undef WITH_SELINUX |