diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-12-03 23:35:29 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-12-03 23:35:29 +0000 |
commit | 49ec7989a58fef13b7235116af8ae04bd736d421 (patch) | |
tree | a90593cfd8bce3c05269f28ac6245b029e87770c /_pam_aconf.h.in | |
parent | d56ee3d363e0cb0512f5e911d6d69c26917db72d (diff) | |
download | pam-49ec7989a58fef13b7235116af8ae04bd736d421.tar.gz pam-49ec7989a58fef13b7235116af8ae04bd736d421.tar.bz2 pam-49ec7989a58fef13b7235116af8ae04bd736d421.zip |
Relevant BUGIDs: 124136
Purpose of commit: bugfix
Commit summary:
---------------
Makefile dependencies
pam_userdb did not compile on a Red Hat 5.2 system. It does now.
Diffstat (limited to '_pam_aconf.h.in')
-rw-r--r-- | _pam_aconf.h.in | 10 |
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 |