+2008-09-27 Bruno Haible <bruno@clisp.org>
+
+ * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
+ * modules/arpa_inet (Depends-on): Add link-warning.
+ (Makefile.am): Insert the definition of GL_LINK-WARNING.
+ * modules/unistd (Makefile.am): Likewise.
+
2008-09-26 Bruno Haible <bruno@clisp.org>
* posix-modules (cvsdatestamp, last_checkin_date, version): Remove
#ifndef _GL_ARPA_INET_H
#define _GL_ARPA_INET_H
+/* The definition of GL_LINK_WARNING is copied here. */
+
#if @GNULIB_INET_NTOP@
# if !@HAVE_DECL_INET_NTOP@
/* Converts an internet address from internal format to a printable,
Depends-on:
include_next
+link-warning
sys_socket
configure.ac:
-e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
-e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
-e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
+ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/arpa_inet.in.h; \
} > $@-t
mv $@-t $@
-e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
-e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
-e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
+ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/unistd.in.h; \
} > $@-t
mv $@-t $@