diff options
Diffstat (limited to 'lib/replace/system/passwd.h')
-rw-r--r-- | lib/replace/system/passwd.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h index e5c16a0429b..ba738a7edb4 100644 --- a/lib/replace/system/passwd.h +++ b/lib/replace/system/passwd.h @@ -97,15 +97,4 @@ #endif /* NSS_WRAPPER_DISABLE */ #endif /* NSS_WRAPPER */ -#ifdef UID_WRAPPER -# ifndef UID_WRAPPER_DISABLE -# ifndef UID_WRAPPER_NOT_REPLACE -# define UID_WRAPPER_REPLACE -# endif /* UID_WRAPPER_NOT_REPLACE */ -# include "../uid_wrapper/uid_wrapper.h" -# endif /* UID_WRAPPER_DISABLE */ -#else /* UID_WRAPPER */ -# define uwrap_enabled() 0 -#endif /* UID_WRAPPER */ - #endif |