From af36a1d14d56f565ba2ffc4edf046b579c2b9148 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 May 2007 15:56:05 +0000 Subject: * lib/dirent_.h: Prefer #include_next 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. --- modules/iconv_open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/iconv_open') diff --git a/modules/iconv_open b/modules/iconv_open index 28e936d393..7525ed1f50 100644 --- a/modules/iconv_open +++ b/modules/iconv_open @@ -29,6 +29,7 @@ iconv.h: iconv_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''ABSOLUTE_ICONV_H''@|$(ABSOLUTE_ICONV_H)|g' \ + -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ < $(srcdir)/iconv_.h; \ } > $@-t @@ -61,4 +62,3 @@ LGPL Maintainer: Bruno Haible - -- cgit v1.2.1