From: Todd C. Miller Date: Thu, 14 Jul 1994 21:43:09 +0000 (+0000) Subject: added HAVE_TZSET X-Git-Tag: SUDO_1_3_1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da926cb124af5ce0c48eda345c0c59df5b921c7;p=sudo added HAVE_TZSET --- diff --git a/config.h.in b/config.h.in index cd723b418..41169bfd3 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,9 @@ # define POSIX_SIGNALS #endif /* HAVE_SIGACTION */ +/* Define if you have tzset(3). */ +#undef HAVE_TZSET + /* Define if you have fchdir(3). */ #undef HAVE_FCHDIR