diff options
Diffstat (limited to 'lib/replace/system')
-rw-r--r-- | lib/replace/system/passwd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h index ba738a7edb..f8b9a774b3 100644 --- a/lib/replace/system/passwd.h +++ b/lib/replace/system/passwd.h @@ -27,9 +27,6 @@ */ -/* this needs to be included before nss_wrapper.h on some systems */ -#include <unistd.h> - #ifdef HAVE_PWD_H #include <pwd.h> #endif @@ -88,13 +85,4 @@ #define ULTRIX_AUTH 1 #endif -#ifdef NSS_WRAPPER -#ifndef NSS_WRAPPER_DISABLE -#ifndef NSS_WRAPPER_NOT_REPLACE -#define NSS_WRAPPER_REPLACE -#endif /* NSS_WRAPPER_NOT_REPLACE */ -#include "../nss_wrapper/nss_wrapper.h" -#endif /* NSS_WRAPPER_DISABLE */ -#endif /* NSS_WRAPPER */ - #endif |