summaryrefslogtreecommitdiff
path: root/_pam_aconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to '_pam_aconf.h.in')
-rw-r--r--_pam_aconf.h.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in
index 4c18f6cf..3a200514 100644
--- a/_pam_aconf.h.in
+++ b/_pam_aconf.h.in
@@ -35,13 +35,9 @@
#undef HAVE_LIBCRYPT
#undef HAVE_CRYPT_H
-/* we have libdb */
-#undef HAVE_LIBDB
-
-#ifndef HAVE_LIBDB
-/* we have libndbm - instead of libdb */
-#undef HAVE_LIBNDBM
-#endif /* HAVE_LIBDB */
+/* we have libndbm and/or libdb */
+#undef HAVE_DB_H
+#undef HAVE_NDBM_H
/* have libfl (Flex) */
#undef HAVE_LIBFL