From 9ad95f3ac723ae85fdfbe4f3a4fab4ededfa7857 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 1 Sep 2013 05:40:40 +0300 Subject: updated gnulib --- gl/sys_time.in.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gl/sys_time.in.h') diff --git a/gl/sys_time.in.h b/gl/sys_time.in.h index ef39b837bd..84a17c9fec 100644 --- a/gl/sys_time.in.h +++ b/gl/sys_time.in.h @@ -24,11 +24,12 @@ #endif @PRAGMA_COLUMNS@ -/* On Cygwin, includes itself recursively via . +/* On Cygwin and on many BSDish systems, includes itself + recursively via . Simply delegate to the system's header in this case; it is a no-op. Without this extra ifdef, the C++ gettimeofday declaration below would be a forward declaration in gnulib's nested . */ -#ifdef _CYGWIN_SYS_TIME_H +#if defined _CYGWIN_SYS_TIME_H || defined _SYS_TIME_H || defined _SYS_TIME_H_ # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@ #else -- cgit v1.2.1