summaryrefslogtreecommitdiffstats
path: root/source/include
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
commitb3ee9adf28ee8136528d0236a3a2c894c2223053 (patch)
treefc9db7381bfa0417025edc60f56a04bb83ced116 /source/include
parentab7770b34b3202a5836cfa098187eeed1bd16be3 (diff)
downloadsamba-b3ee9adf28ee8136528d0236a3a2c894c2223053.tar.gz
samba-b3ee9adf28ee8136528d0236a3a2c894c2223053.tar.xz
samba-b3ee9adf28ee8136528d0236a3a2c894c2223053.zip
r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplace
metze
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 5bb7227d0bb..4f11e7a0932 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -303,12 +303,6 @@ typedef sig_atomic_t VOLATILE SIG_ATOMIC_T;
typedef int VOLATILE SIG_ATOMIC_T;
#endif
-#ifndef HAVE_SOCKLEN_T_TYPE
-#define HAVE_SOCKLEN_T_TYPE
-typedef int socklen_t;
-#endif
-
-
#ifndef uchar
#define uchar unsigned char
#endif