X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fsys_time.in.h;h=3be6faa312e7d5a107b7f155cd6cb93067c0fd50;hb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;hp=49ea64f86401b7db199e68a4bcd1cbb370ecebb6;hpb=dda6367c9eac71da8f2ab1c60b3df60f19ce4755;p=debian%2Ftar diff --git a/gnu/sys_time.in.h b/gnu/sys_time.in.h index 49ea64f8..3be6faa3 100644 --- a/gnu/sys_time.in.h +++ b/gnu/sys_time.in.h @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Provide a more complete sys/time.h. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-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 @@ -53,11 +53,16 @@ extern "C" { # endif # if ! @HAVE_STRUCT_TIMEVAL@ + +# if !GNULIB_defined_struct_timeval struct timeval { time_t tv_sec; long int tv_usec; }; +# define GNULIB_defined_struct_timeval 1 +# endif + # endif # ifdef __cplusplus