From 1fac2c4937dae665d2f85628f861e8f4bdda4da8 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 13 Nov 2001 05:07:24 +0000 Subject: Relevant BUGIDs: 476986 Purpose of commit: new feature, cleanup Commit summary: --------------- patch from Nalin to support '+hostname' as equivalent to 'hostname'. fixed compiler warning by working out when to include header file. --- _pam_aconf.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_pam_aconf.h.in') diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index baa97170..1b2cea75 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -79,4 +79,8 @@ /* location of the mail spool directory */ #undef PAM_PATH_MAILDIR +/* where should we include setfsuid's prototype from? If this is not + defined, we get it from unistd.h */ +#undef HAVE_SYS_FSUID_H + #endif /* PAM_ACONF_H */ -- cgit v1.2.3