]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Headers): Remove obsolete reference to `struct timezone'
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Sep 2002 17:47:23 +0000 (17:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Sep 2002 17:47:23 +0000 (17:47 +0000)
in the description of AC_HEADER_TIME.

doc/autoconf.texi

index d5cfa9036c04ff124520bd13de005681ef1622e7..65de572160f6f703585531bf11e5ae9cb369f786 100644 (file)
@@ -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)}.