X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsys_utsname.in.h;h=0249e57e62fb4d3b9d9e8cc961eeb5edbadc0a87;hb=8f9c414718161f157f9970b3c97b977d0343093e;hp=b203e0e8750da6441ab5d6e521b5b93f5fe8648f;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/sys_utsname.in.h b/lib/sys_utsname.in.h index b203e0e87..0249e57e6 100644 --- a/lib/sys_utsname.in.h +++ b/lib/sys_utsname.in.h @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _GL_SYS_UTSNAME_H +#ifndef _@GUARD_PREFIX@_SYS_UTSNAME_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ @@ -23,10 +23,18 @@ @PRAGMA_COLUMNS@ #if @HAVE_SYS_UTSNAME_H@ + +/* Minix 3.1.8 has a bug: must be included before . + But avoid namespace pollution on glibc systems. */ +# if defined __minix && !defined __GLIBC__ +# include +# endif + # @INCLUDE_NEXT@ @NEXT_SYS_UTSNAME_H@ + #endif -#define _GL_SYS_UTSNAME_H +#define _@GUARD_PREFIX@_SYS_UTSNAME_H /* The definition of _GL_ARG_NONNULL is copied here. */ @@ -57,6 +65,7 @@ extern "C" { # define _UTSNAME_MACHINE_LENGTH _UTSNAME_LENGTH # endif +# if !GNULIB_defined_struct_utsname /* Structure describing the system and machine. */ struct utsname { @@ -73,6 +82,9 @@ struct utsname /* Name of the hardware type the system is running on. */ char machine[_UTSNAME_MACHINE_LENGTH]; }; +# define GNULIB_defined_struct_utsname 1 +# endif + #endif /* !@HAVE_STRUCT_UTSNAME@ */ @@ -94,4 +106,4 @@ _GL_WARN_ON_USE (uname, "uname is unportable - " #endif -#endif /* _GL_SYS_UTSNAME_H */ +#endif /* _@GUARD_PREFIX@_SYS_UTSNAME_H */