From fb2246f3030ba23d598ac2fdbb4f43fcb9373f76 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 18 Jun 2007 13:59:09 +0000 Subject: r23539: Remove code duplication and unify behaviour of winbind_nss_*.h files (This used to be commit 13c6eacff02b55b9fd6201406802f271dcf13e8e) --- source3/nsswitch/winbind_nss_linux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/nsswitch/winbind_nss_linux.h') diff --git a/source3/nsswitch/winbind_nss_linux.h b/source3/nsswitch/winbind_nss_linux.h index 1c7e830037..456bfa5c14 100644 --- a/source3/nsswitch/winbind_nss_linux.h +++ b/source3/nsswitch/winbind_nss_linux.h @@ -24,12 +24,8 @@ #ifndef _WINBIND_NSS_LINUX_H #define _WINBIND_NSS_LINUX_H -#if HAVE_NSS_H - #include typedef enum nss_status NSS_STATUS; -#endif /* HAVE_NSS_H */ - #endif /* _WINBIND_NSS_LINUX_H */ -- cgit