try to figure out timezone

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1320 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-09 20:01:11 +00:00
parent d5de4af498
commit 1ccd925057

View File

@@ -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 <time.h>], [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)