summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-13 12:54:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:42 -0500
commit85d1b13fbe263ae68a192a94bd8be43fee601348 (patch)
tree43c5373e3e72d7d69e2beaad8009384ab70a1237 /source3/nsswitch
parentd80fcfce908cd88c11e084abbc4e1d79ea49697d (diff)
downloadsamba-85d1b13fbe263ae68a192a94bd8be43fee601348.tar.gz
samba-85d1b13fbe263ae68a192a94bd8be43fee601348.tar.bz2
samba-85d1b13fbe263ae68a192a94bd8be43fee601348.zip
r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplace
metze (This used to be commit b3ee9adf28ee8136528d0236a3a2c894c2223053)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbind_nss_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h
index ea764ee898..d524aa8fb2 100644
--- a/source3/nsswitch/winbind_nss_config.h
+++ b/source3/nsswitch/winbind_nss_config.h
@@ -111,9 +111,4 @@ typedef int BOOL;
#define S_ISSOCK(mode) ((mode & S_IFSOCK) == S_IFSOCK)
#endif
-#ifndef HAVE_SOCKLEN_T_TYPE
-#define HAVE_SOCKLEN_T_TYPE
-typedef int socklen_t;
-#endif
-
#endif