NEWS.stable: update and finalise
[gnulib.git] / modules / netinet_in
1 Description:
2 A <netinet/in.h> for systems lacking it.
3
4 Files:
5 lib/netinet_in.in.h
6 m4/netinet_in_h.m4
7
8 Depends-on:
9 include_next
10 sys_socket
11
12 configure.ac:
13 gl_HEADER_NETINET_IN
14 AC_PROG_MKDIR_P
15
16 Makefile.am:
17 BUILT_SOURCES += $(NETINET_IN_H)
18
19 # We need the following in order to create <netinet/in.h> when the system
20 # doesn't have one.
21 if GL_GENERATE_NETINET_IN_H
22 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
23         $(AM_V_at)$(MKDIR_P) netinet
24         $(AM_V_GEN)rm -f $@-t $@ && \
25         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
27               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
28               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
29               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
30               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
31               < $(srcdir)/netinet_in.in.h; \
32         } > $@-t && \
33         mv $@-t $@
34 else
35 netinet/in.h: $(top_builddir)/config.status
36         rm -f $@
37 endif
38 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
39 MOSTLYCLEANDIRS += netinet
40
41 Include:
42 <netinet/in.h>
43
44 License:
45 LGPLv2+
46
47 Maintainer:
48 Simon Josefsson