diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-06-21 17:08:44 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2007-06-21 17:08:44 +0000 |
commit | 73f2a1c055c8dfa46d1a4db04a841d952e11c6a0 (patch) | |
tree | d41eba46052e713919cda70cce04d62b5ebb73b9 /lib | |
parent | 1aa90395f6eeccdc2166c18930c321e3a9badb1a (diff) | |
download | gnulib-73f2a1c055c8dfa46d1a4db04a841d952e11c6a0.tar.gz |
* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
* m4/iconv_h.m4 (gl_ICONV_H): Likewise.
* m4/locale_h.m4 (gl_LOCALE_H): Likewise.
* m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
* m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
* m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
* m4/sysexits.m4 (gl_SYSEXITS): Likewise.
SCALAR(0x828a248)
* lib/dirent_.h: Likewise.
* lib/iconv_.h: Likewise.
* lib/locale_.h: Likewise.
* lib/netinet_in_.h: Likewise.
* lib/sys_select_.h: Likewise.
* lib/sys_socket_.h: Likewise.
* lib/sysexits_.h: Likewise.
* modules/fchdir: Likewise.
* modules/iconv_open: Likewise.
* modules/locale: Likewise.
* modules/netinet_in: Likewise.
* modules/sys_select: Likewise.
* modules/sys_socket: Likewise.
* modules/sysexits: Likewise.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dirent_.h | 6 | ||||
-rw-r--r-- | lib/iconv_.h | 6 | ||||
-rw-r--r-- | lib/locale_.h | 6 | ||||
-rw-r--r-- | lib/netinet_in_.h | 6 | ||||
-rw-r--r-- | lib/sys_select_.h | 6 | ||||
-rw-r--r-- | lib/sys_socket_.h | 6 | ||||
-rw-r--r-- | lib/sysexits_.h | 6 |
7 files changed, 7 insertions, 35 deletions
diff --git a/lib/dirent_.h b/lib/dirent_.h index 94e44fc104..cd80bac9cb 100644 --- a/lib/dirent_.h +++ b/lib/dirent_.h @@ -18,11 +18,7 @@ #ifndef _GL_DIRENT_H /* The include_next requires a split double-inclusion guard. */ -#if @HAVE_INCLUDE_NEXT@ -# include_next <dirent.h> -#else -# include @ABSOLUTE_DIRENT_H@ -#endif +#@INCLUDE_NEXT@ @NEXT_DIRENT_H@ #ifndef _GL_DIRENT_H #define _GL_DIRENT_H diff --git a/lib/iconv_.h b/lib/iconv_.h index 745fe2ec65..72bac44c80 100644 --- a/lib/iconv_.h +++ b/lib/iconv_.h @@ -19,11 +19,7 @@ #ifndef _GL_ICONV_H /* The include_next requires a split double-inclusion guard. */ -#if @HAVE_INCLUDE_NEXT@ -# include_next <iconv.h> -#else -# include @ABSOLUTE_ICONV_H@ -#endif +#@INCLUDE_NEXT@ @NEXT_ICONV_H@ #ifndef _GL_ICONV_H #define _GL_ICONV_H diff --git a/lib/locale_.h b/lib/locale_.h index 377d2b970e..0b4c578c22 100644 --- a/lib/locale_.h +++ b/lib/locale_.h @@ -18,11 +18,7 @@ #ifndef _GL_LOCALE_H /* The include_next requires a split double-inclusion guard. */ -#if @HAVE_INCLUDE_NEXT@ -# include_next <locale.h> -#else -# include @ABSOLUTE_LOCALE_H@ -#endif +#@INCLUDE_NEXT@ @NEXT_LOCALE_H@ #ifndef _GL_LOCALE_H #define _GL_LOCALE_H diff --git a/lib/netinet_in_.h b/lib/netinet_in_.h index 2585d33e3a..aa00e45ced 100644 --- a/lib/netinet_in_.h +++ b/lib/netinet_in_.h @@ -24,11 +24,7 @@ # include <sys/types.h> /* The include_next requires a split double-inclusion guard. */ -# if @HAVE_INCLUDE_NEXT@ -# include_next <netinet/in.h> -# else -# include @ABSOLUTE_NETINET_IN_H@ -# endif +# @INCLUDE_NEXT@ @NEXT_NETINET_IN_H@ #endif diff --git a/lib/sys_select_.h b/lib/sys_select_.h index 0d575da95d..0567202622 100644 --- a/lib/sys_select_.h +++ b/lib/sys_select_.h @@ -24,11 +24,7 @@ # include <sys/types.h> /* The include_next requires a split double-inclusion guard. */ -# if @HAVE_INCLUDE_NEXT@ -# include_next <sys/select.h> -# else -# include @ABSOLUTE_SYS_SELECT_H@ -# endif +# @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ #endif diff --git a/lib/sys_socket_.h b/lib/sys_socket_.h index c7eb649025..c25b6ab842 100644 --- a/lib/sys_socket_.h +++ b/lib/sys_socket_.h @@ -30,11 +30,7 @@ # include <sys/types.h> /* The include_next requires a split double-inclusion guard. */ -# if @HAVE_INCLUDE_NEXT@ -# include_next <sys/socket.h> -# else -# include @ABSOLUTE_SYS_SOCKET_H@ -# endif +# @INCLUDE_NEXT@ @NEXT_SYS_SOCKET_H@ #endif diff --git a/lib/sysexits_.h b/lib/sysexits_.h index ba12aa29e3..b65e0ccc32 100644 --- a/lib/sysexits_.h +++ b/lib/sysexits_.h @@ -30,11 +30,7 @@ # endif /* The include_next requires a split double-inclusion guard. */ -# if @HAVE_INCLUDE_NEXT@ -# include_next <sysexits.h> -# else -# include @ABSOLUTE_SYSEXITS_H@ -# endif +# @INCLUDE_NEXT@ @NEXT_SYSEXITS_H@ /* HP-UX 11 <sysexits.h> ends at EX_NOPERM. */ # ifndef EX_CONFIG |