From 22ecf0527aa7b214efa46ad9d3ab70c3dfbf6513 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 9 Mar 1997 20:01:22 +0000 Subject: [PATCH] HAVE_TIMEZONE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1321 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index 42322e7fd..6c4713eed 100644 --- a/acconfig.h +++ b/acconfig.h @@ -9,6 +9,12 @@ #undef HAVE_U_INT32_T #undef HAVE_U_INT64_T +/* Define this if your `struct tm' has a field `tm_gmtoff' */ +#undef HAVE_STRUCT_TM_TM_GMTOFF + +/* Define this if you have a variable `timezone' */ +#undef HAVE_TIMEZONE + #undef VOID_RETSIGTYPE #ifdef VOID_RETSIGTYPE