summaryrefslogtreecommitdiff
path: root/modules/socklen
blob: 556336ba3f88bd08137eec2b67e8514651740a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Declare socklen_t in config.h if the system doesn't have it.

Files:
m4/socklen.m4

Depends-on:

configure.ac:
gl_TYPE_SOCKLEN_T

Makefile.am:

Include:
#include <sys/types.h>
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#elif HAVE_WS2TCPIP_H
# include <ws2tcpip.h>
#endif

License:
unlimited

Maintainer:
Simon Josefsson