gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / socklen
blob556336ba3f88bd08137eec2b67e8514651740a25
1 Description:
2 Declare socklen_t in config.h if the system doesn't have it.
4 Files:
5 m4/socklen.m4
7 Depends-on:
9 configure.ac:
10 gl_TYPE_SOCKLEN_T
12 Makefile.am:
14 Include:
15 #include <sys/types.h>
16 #if HAVE_SYS_SOCKET_H
17 # include <sys/socket.h>
18 #elif HAVE_WS2TCPIP_H
19 # include <ws2tcpip.h>
20 #endif
22 License:
23 unlimited
25 Maintainer:
26 Simon Josefsson