(Particular Headers): Remove obsolete reference to `struct timezone'

in the description of AC_HEADER_TIME.
This commit is contained in:
Paul Eggert 2002-09-13 17:47:23 +00:00
parent 82a86b0b89
commit d1bd91c5e5

View 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)}.