summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/config.h.in
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-07-15 07:18:26 +0000
committerdes <des@FreeBSD.org>2003-07-15 07:18:26 +0000
commit4f94712dd14f8e2fd55b14e14daa159df368e451 (patch)
tree90480c2f7b7437d4ebac16f2a7849084abe7ba6e /contrib/openpam/config.h.in
parent49e0f275db6cafef33693cb9ac1fdd52cdd63a67 (diff)
downloadFreeBSD-src-4f94712dd14f8e2fd55b14e14daa159df368e451.zip
FreeBSD-src-4f94712dd14f8e2fd55b14e14daa159df368e451.tar.gz
Vendor import of OpenPAM Dogwood.
Diffstat (limited to 'contrib/openpam/config.h.in')
-rw-r--r--contrib/openpam/config.h.in71
1 files changed, 71 insertions, 0 deletions
diff --git a/contrib/openpam/config.h.in b/contrib/openpam/config.h.in
new file mode 100644
index 0000000..a4c8273
--- /dev/null
+++ b/contrib/openpam/config.h.in
@@ -0,0 +1,71 @@
+/* config.h.in. Generated from configure.in by autoheader. */
+
+/* Whether loading unversioned modules support is disabled */
+#undef DISABLE_UNVERSIONED_MODULES
+
+/* Define to 1 if you have the <crypt.h> header file. */
+#undef HAVE_CRYPT_H
+
+/* Define to 1 if you have the `fpurge' function. */
+#undef HAVE_FPURGE
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* OpenPAM library major number */
+#undef LIB_MAJ
+
+/* OpenPAM modules directory */
+#undef OPENPAM_MODULES_DIR
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION
+
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
+ code using `volatile' can become incorrect without. Disable with care. */
+#undef volatile
OpenPOWER on IntegriCloud