From 1ccd9250577aaae92a855b323059d9aa6e3149b5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 9 Mar 1997 20:01:11 +0000 Subject: [PATCH] try to figure out timezone git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1320 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 3964ddcda..b69ae5eb0 100644 --- a/configure.in +++ b/configure.in @@ -60,6 +60,10 @@ if test "$ac_cv_type_signal" = "void" ; then fi AC_SUBST(VOID_RETSIGTYPE) +dnl How to figure out where in the timezone world we are + +AC_HAVE_STRUCT_FIELD([#include ], [tm], [int], [tm_gmtoff]) +AC_KRB_VAR_TIMEZONE AC_GROK_TYPES(int8_t int16_t int32_t int64_t) AC_GROK_TYPES(u_int8_t u_int16_t u_int32_t u_int64_t)