From f2f7c96e3c19f0cdfaa9153b1c0faeee1714c5b7 Mon Sep 17 00:00:00 2001 From: Jan Rekorajski Date: Mon, 4 Dec 2000 20:56:10 +0000 Subject: Relevant BUGIDs: 124397 Purpose of commit: new feature Commit summary: --------------- * _pam_aconf.h.in, configure.in - added PAM_PATH_MAILDIR set via --with-mailspool=dir option (default is _PAM_MAILDIR if defined in paths.h otherwise /var/spool/mail --- _pam_aconf.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '_pam_aconf.h.in') diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index 3a200514..ba6d82b5 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -54,4 +54,11 @@ /* 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 +#endif +/* location of the mail spool directory */ +#undef PAM_PATH_MAILDIR + #endif /* PAM_ACONF_H */ -- cgit v1.2.3