47c00d0cb8fa49cb9da5a573fdd7f2619f1c469b
[gnulib.git] / netinet_in
1 Description:
2 A <netinet/in.h> for systems lacking it (e.g., Mingw).
3
4 Files:
5 m4/netinet_in_h.m4
6
7 Depends-on:
8 sys_socket
9
10 configure.ac:
11 gl_HEADER_NETINET_IN
12
13 Makefile.am:
14 BUILT_SOURCES += $(NETINET_IN_H)
15
16 # We need the following in order to create <netinet/in.h> when the system
17 # doesn't have one.
18 netinet/in.h:
19         test -d netinet || mkdir netinet
20         echo '#include <sys/socket.h>' >$@-t
21         mv $@-t $@
22 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
23 MOSTLYCLEANDIRS += netinet
24
25 Include:
26 #include <netinet/in.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Simon Josefsson