summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-08-28 10:16:34 +0200
committerBruno Haible <bruno@clisp.org>2010-08-28 10:16:34 +0200
commitebf441cb8883407196255114d8e81abbb8f1efeb (patch)
tree461eec82a9bf061c82fba3c416e05ba30032cd21 /modules
parentf99e41eda227dac3d35c779d0b9775063d85b561 (diff)
downloadgnulib-ebf441cb8883407196255114d8e81abbb8f1efeb.tar.gz
sys_socket, netdb: Ensure socklen_t gets defined.
Diffstat (limited to 'modules')
-rw-r--r--modules/getaddrinfo1
-rw-r--r--modules/getsockopt1
-rw-r--r--modules/netdb1
-rw-r--r--modules/setsockopt1
-rw-r--r--modules/sys_socket1
5 files changed, 2 insertions, 3 deletions
diff --git a/modules/getaddrinfo b/modules/getaddrinfo
index c8c602449b..f51365223d 100644
--- a/modules/getaddrinfo
+++ b/modules/getaddrinfo
@@ -11,7 +11,6 @@ extensions
gettext-h
inet_ntop
snprintf
-socklen
stdbool
sys_socket
netdb
diff --git a/modules/getsockopt b/modules/getsockopt
index 85b04c0427..40ff649817 100644
--- a/modules/getsockopt
+++ b/modules/getsockopt
@@ -8,7 +8,6 @@ lib/w32sock.h
Depends-on:
sys_socket
sys_time
-socklen
errno
configure.ac:
diff --git a/modules/netdb b/modules/netdb
index dbdfc8cfc9..b35fda174e 100644
--- a/modules/netdb
+++ b/modules/netdb
@@ -10,6 +10,7 @@ include_next
arg-nonnull
warn-on-use
sys_socket
+socklen
configure.ac:
gl_HEADER_NETDB
diff --git a/modules/setsockopt b/modules/setsockopt
index 5702aaeb69..b429510a01 100644
--- a/modules/setsockopt
+++ b/modules/setsockopt
@@ -8,7 +8,6 @@ lib/w32sock.h
Depends-on:
sys_socket
sys_time
-socklen
errno
configure.ac:
diff --git a/modules/sys_socket b/modules/sys_socket
index 8c4735232f..08c90b2a44 100644
--- a/modules/sys_socket
+++ b/modules/sys_socket
@@ -12,6 +12,7 @@ arg-nonnull
c++defs
errno
include_next
+socklen
warn-on-use
configure.ac: