summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/config.h.in
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-07 19:43:39 +0000
committerdes <des@FreeBSD.org>2013-09-07 19:43:39 +0000
commit6a7561b73b9720ce6c6c63e7cff8fd554aecd847 (patch)
treeab3f4f3f8107b85839f39cd0f0a7d63082287b66 /contrib/openpam/config.h.in
parentf16777c9dcab2b9b5f7a058133fd4c8c7d947a8e (diff)
parent338d7c2adbde6bf877c1224d39c4fa8fa056147d (diff)
downloadFreeBSD-src-6a7561b73b9720ce6c6c63e7cff8fd554aecd847.zip
FreeBSD-src-6a7561b73b9720ce6c6c63e7cff8fd554aecd847.tar.gz
Update to OpenPAM Nummularia.
Diffstat (limited to 'contrib/openpam/config.h.in')
-rw-r--r--contrib/openpam/config.h.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/contrib/openpam/config.h.in b/contrib/openpam/config.h.in
index 69f703c..780803e 100644
--- a/contrib/openpam/config.h.in
+++ b/contrib/openpam/config.h.in
@@ -3,12 +3,18 @@
/* Whether loading unversioned modules support is disabled */
#undef DISABLE_UNVERSIONED_MODULES
+/* Define to 1 if you have the `asprintf' function. */
+#undef HAVE_ASPRINTF
+
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define to 1 if you have the `dlfunc' function. */
+#undef HAVE_DLFUNC
+
/* Define to 1 if you have the `fdlopen' function. */
#undef HAVE_FDLOPEN
@@ -21,12 +27,18 @@
/* Define to 1 if you have the `crypt' library (-lcrypt). */
#undef HAVE_LIBCRYPT
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
+#undef HAVE_LIBCRYPTO
+
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `setlogmask' function. */
+#undef HAVE_SETLOGMASK
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -57,6 +69,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `vasprintf' function. */
+#undef HAVE_VASPRINTF
+
/* OpenPAM library major number */
#undef LIB_MAJ
@@ -64,7 +79,7 @@
*/
#undef LT_OBJDIR
-/* Turn debugging on by default */
+/* Turn debugging macros on */
#undef OPENPAM_DEBUG
/* OpenPAM modules directory */
OpenPOWER on IntegriCloud