summaryrefslogtreecommitdiff
path: root/modules/netinet_in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-05-17 15:56:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-05-17 15:56:05 +0000
commitaf36a1d14d56f565ba2ffc4edf046b579c2b9148 (patch)
tree266f23f848bcf95a6b006f564a1db9af971a4958 /modules/netinet_in
parent4a64cec6c6ad2765b6c6846b5399e69b31df8c4d (diff)
downloadgnulib-af36a1d14d56f565ba2ffc4edf046b579c2b9148.tar.gz
* lib/dirent_.h: Prefer #include_next <foo.h> to #include
@ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@. This works better with GCC 4.2, which otherwise issues a lot of warnings. * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h: * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h: Likewise. * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@. * modules/iconv_open (iconv.h): Likewise. * modules/locale (locale.h): Likewise. * modules/netinet_in (netinet/in.h): Likewise. * modules/sys_select (sys_select.h): Likewise. * modules/sys_socket (sys/socket.h): Likewise. * modules/sys_stat (sys/stat.h): Likewise. * modules/sysexits (sysexits.h): Likewise. * modules/unistd (unistd.h): Likewise.
Diffstat (limited to 'modules/netinet_in')
-rw-r--r--modules/netinet_in1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/netinet_in b/modules/netinet_in
index af836befa9..a4eeb438fb 100644
--- a/modules/netinet_in
+++ b/modules/netinet_in
@@ -23,6 +23,7 @@ netinet/in.h:
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''ABSOLUTE_NETINET_IN_H''@|$(ABSOLUTE_NETINET_IN_H)|g' \
+ -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \
-e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
< $(srcdir)/netinet_in_.h; \
} > $@-t