diff options
Diffstat (limited to '_pam_aconf.h.in')
-rw-r--r-- | _pam_aconf.h.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index 9a26de62..0a491d15 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -23,9 +23,6 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if you have the <features.h> header file. */ -#undef HAVE_FEATURES_H - /* Define to 1 if you have the `getgrgid_r' function. */ #undef HAVE_GETGRGID_R @@ -246,14 +243,6 @@ `char[]'. */ #undef YYTEXT_POINTER -/* GNU systems as a class, all have the feature.h file */ -#ifdef HAVE_FEATURES_H -# define _SVID_SOURCE -# define _BSD_SOURCE -# define _GNU_SOURCE -# include <features.h> -#endif /* HAVE_FEATURES_H */ - #ifdef MEMORY_DEBUG /* * this is basically a hack - we need to include a semiarbitrary |