unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / netinet_in
blob8a51447c62d21b95ffc7064a44b578be59dc710b
1 Description:
2 A <netinet/in.h> for systems lacking it.
4 Files:
5 lib/netinet_in.in.h
6 m4/netinet_in_h.m4
8 Depends-on:
9 gen-header
10 include_next
11 sys_socket
13 configure.ac:
14 gl_HEADER_NETINET_IN
15 gl_CONDITIONAL_HEADER([netinet/in.h])
16 AC_PROG_MKDIR_P
18 Makefile.am:
19 BUILT_SOURCES += $(NETINET_IN_H)
21 # We need the following in order to create <netinet/in.h> when the system
22 # doesn't have one.
23 if GL_GENERATE_NETINET_IN_H
24 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
25         $(AM_V_GEN)$(MKDIR_P) '%reldir%/netinet'
26         $(AM_V_at)$(SED_HEADER_STDOUT) \
27               -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
28               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
32               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
33               $(srcdir)/netinet_in.in.h > $@-t
34         $(AM_V_at)mv $@-t $@
35 else
36 netinet/in.h: $(top_builddir)/config.status
37         rm -f $@
38 endif
39 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
40 MOSTLYCLEANDIRS += netinet
42 Include:
43 <netinet/in.h>
45 License:
46 LGPLv2+
48 Maintainer:
49 Simon Josefsson