summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 7 insertions, 19 deletions
diff --git a/config.h.in b/config.h.in
index b43f19b2..89cf309b 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
@@ -145,15 +139,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
@@ -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
@@ -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 */
@@ -406,6 +391,9 @@
/* 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