X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsys_utsname.in.h;h=a8c8d29eeb0d76fdd1baad4ddf575f1f24d625ae;hb=70a72e0f50411ccc776379a761725d8c8bec58a3;hp=c1c651b812707edad6d220ca64fc5ca24bc770c9;hpb=968e74c2c0e0e74869e210e093f0aa9265b1e5b5;p=gnulib.git diff --git a/lib/sys_utsname.in.h b/lib/sys_utsname.in.h index c1c651b81..a8c8d29ee 100644 --- a/lib/sys_utsname.in.h +++ b/lib/sys_utsname.in.h @@ -1,5 +1,5 @@ /* Substitute for . - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,6 +57,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 +74,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@ */