* modules/socklen (Depends-on): Depend on sys_socket.
[gnulib.git] / modules / socklen
1 Description:
2 Declare socklen_t in config.h if the system doesn't have it.
3
4 Files:
5 m4/socklen.m4
6
7 Depends-on:
8 sys_socket
9
10 configure.ac:
11 gl_TYPE_SOCKLEN_T
12
13 Makefile.am:
14
15 Include:
16 #include <sys/socket.h>
17
18 License:
19 unlimited
20
21 Maintainer:
22 Simon Josefsson