From: Paul Eggert Date: Fri, 13 Sep 2002 17:47:23 +0000 (+0000) Subject: (Particular Headers): Remove obsolete reference to `struct timezone' X-Git-Tag: AUTOCONF-2.54a~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bd91c5e58b7325cc373a8fc16958f1cfecf372;p=thirdparty%2Fautoconf.git (Particular Headers): Remove obsolete reference to `struct timezone' in the description of AC_HEADER_TIME. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d5cfa9036..65de57216 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4372,7 +4372,7 @@ define @code{TIME_WITH_SYS_TIME}. On some older systems, @file{sys/time.h} includes @file{time.h}, but @file{time.h} is not protected against multiple inclusion, so programs should not explicitly include both files. This macro is useful in programs that use, for -example, @code{struct timeval} or @code{struct timezone} as well as +example, @code{struct timeval} as well as @code{struct tm}. It is best used in conjunction with @code{HAVE_SYS_TIME_H}, which can be checked for using @code{AC_CHECK_HEADERS(sys/time.h)}.