diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 12:30:01 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-18 12:30:01 +0000 |
commit | 993e11212883f0ae67fa445c5240d3dea455f9ff (patch) | |
tree | 9b0bea6b2442ba12d0fce99b1a5ff681460a51c9 /configure.in | |
parent | 26f17aab3f2a7dd8e2811ca760357355f8dd836a (diff) | |
download | pam-993e11212883f0ae67fa445c5240d3dea455f9ff.tar.gz pam-993e11212883f0ae67fa445c5240d3dea455f9ff.tar.bz2 pam-993e11212883f0ae67fa445c5240d3dea455f9ff.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
kill features.h inclusion in _pam_aconf.h
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 36822017..11968af0 100644 --- a/configure.in +++ b/configure.in @@ -281,17 +281,6 @@ AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h termio.h unistd.h sys/fsuid.h inittypes.h) -dnl Linux wants features.h in some of the source files. -AC_CHECK_HEADERS(features.h) -AH_VERBATIM([_HAVE_FEATURES_H], -[/* 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 */]) - dnl For module/pam_cracklib AC_CHECK_HEADERS(crypt.h) |