summaryrefslogtreecommitdiffstats
path: root/contrib/libpam/_pam_aconf.h.in
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-05-03 09:36:08 +0000
committermarkm <markm@FreeBSD.org>2001-05-03 09:36:08 +0000
commitca4190e9840f95ba7c0188a666cdcf8ac2de1d69 (patch)
treef347e0c6cb6a7b2d9e9af0cc7052f5e0bb9c51e3 /contrib/libpam/_pam_aconf.h.in
parentf06b122f95ed96a1a451b0939f85cdb39cd631e0 (diff)
downloadFreeBSD-src-ca4190e9840f95ba7c0188a666cdcf8ac2de1d69.zip
FreeBSD-src-ca4190e9840f95ba7c0188a666cdcf8ac2de1d69.tar.gz
Vendor import Linux PAM 0.75
Diffstat (limited to 'contrib/libpam/_pam_aconf.h.in')
-rw-r--r--contrib/libpam/_pam_aconf.h.in64
1 files changed, 64 insertions, 0 deletions
diff --git a/contrib/libpam/_pam_aconf.h.in b/contrib/libpam/_pam_aconf.h.in
new file mode 100644
index 0000000..0da92b7
--- /dev/null
+++ b/contrib/libpam/_pam_aconf.h.in
@@ -0,0 +1,64 @@
+/*
+ * $Id: _pam_aconf.h.in,v 1.4 2000/12/04 20:56:10 baggins Exp $
+ *
+ *
+ */
+
+#ifndef PAM_ACONF_H
+#define PAM_ACONF_H
+
+/* lots of stuff gets written to /tmp/pam-debug.log */
+#undef DEBUG
+
+/* build libraries with different names (suffixed with 'd') */
+#undef WITH_LIBDEBUG
+
+/* provide a global locking facility within libpam */
+#undef PAM_LOCKING
+
+/* GNU systems as a class, all have the feature.h file */
+#undef HAVE_FEATURES_H
+#ifdef HAVE_FEATURES_H
+# define _SVID_SOURCE
+# define _BSD_SOURCE
+# define __USE_BSD
+# define __USE_SVID
+# define __USE_MISC
+# define _GNU_SOURCE
+# include <features.h>
+#endif /* HAVE_FEATURES_H */
+
+/* we have libcrack available */
+#undef HAVE_LIBCRACK
+
+/* we have libcrypt - its not part of libc (do we need both definitions?) */
+#undef HAVE_LIBCRYPT
+#undef HAVE_CRYPT_H
+
+/* we have libndbm and/or libdb */
+#undef HAVE_DB_H
+#undef HAVE_NDBM_H
+
+/* have libfl (Flex) */
+#undef HAVE_LIBFL
+
+/* have libnsl - instead of libc support */
+#undef HAVE_LIBNSL
+
+/* have libpwdb - don't expect this to be important for much longer */
+#undef HAVE_LIBPWDB
+
+/* ugly hack to partially support old pam_strerror syntax */
+#undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT
+
+/* read both confs - read /etc/pam.d and /etc/pam.conf in serial */
+#undef PAM_READ_BOTH_CONFS
+
+#undef HAVE_PATHS_H
+#ifdef HAVE_PATHS_H
+#include <paths.h>
+#endif
+/* location of the mail spool directory */
+#undef PAM_PATH_MAILDIR
+
+#endif /* PAM_ACONF_H */
OpenPOWER on IntegriCloud