Need to include <sys/types.h> in order to get ssize_t on most systems.
[pspp] / 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
9 configure.ac:
10 gl_TYPE_SOCKLEN_T
11
12 Makefile.am:
13
14 Include:
15 #include <sys/socket.h>
16
17 License:
18 unlimited
19
20 Maintainer:
21 Simon Josefsson