repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
socklen
blob
556336ba3f88bd08137eec2b67e8514651740a25
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/types.h>
16
#if HAVE_SYS_SOCKET_H
17
# include <sys/socket.h>
18
#elif HAVE_WS2TCPIP_H
19
# include <ws2tcpip.h>
20
#endif
21
22
License:
23
unlimited
24
25
Maintainer:
26
Simon Josefsson