From 8e75c66582868ef647aa80f3d36c0985e0b394b8 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 13 Jul 2003 20:01:44 +0000 Subject: Relevant BUGIDs: 770645 Purpose of commit: cleanup Commit summary: --------------- Fix the many compile-time warnings caused by features.h being included before our _pam_aconf.h. This should make it much easier to find other bugs. Also, call config.status instead of configure, to allow rebuilding generated files with the same options. --- _pam_aconf.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to '_pam_aconf.h.in') diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index 0569554d..99294d63 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -21,9 +21,6 @@ #ifdef HAVE_FEATURES_H # define _SVID_SOURCE # define _BSD_SOURCE -# define __USE_BSD -# define __USE_SVID -# define __USE_MISC # define _GNU_SOURCE # include #endif /* HAVE_FEATURES_H */ -- cgit v1.2.3