Merge commit 'stable/20110609'
[gnulib.git] / modules / netdb
1 Description:
2 A <netdb.h> for systems lacking it.
3
4 Files:
5 lib/netdb.in.h
6 m4/netdb_h.m4
7
8 Depends-on:
9 c++defs
10 include_next
11 arg-nonnull
12 warn-on-use
13 sys_socket
14
15 configure.ac:
16 gl_HEADER_NETDB
17
18 Makefile.am:
19 BUILT_SOURCES += netdb.h
20
21 # We need the following in order to create <netdb.h> when the system
22 # doesn't have one that works with the given compiler.
23 netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
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_NETDB_H''@|$(NEXT_NETDB_H)|g' \
30               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
31               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
32               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
33               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
34               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
35               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
36               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
37               -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
38               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
39               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
40               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
41               < $(srcdir)/netdb.in.h; \
42         } > $@-t && \
43         mv $@-t $@
44 MOSTLYCLEANFILES += netdb.h netdb.h-t
45
46 Include:
47 <netdb.h>
48
49 License:
50 LGPLv2+
51
52 Maintainer:
53 Simon Josefsson