Files
heimdal/acconfig.h
Assar Westerlund 22ecf0527a HAVE_TIMEZONE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1321 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-03-09 20:01:22 +00:00

30 lines
591 B
C

@BOTTOM@
#undef HAVE_INT8_T
#undef HAVE_INT16_T
#undef HAVE_INT32_T
#undef HAVE_INT64_T
#undef HAVE_U_INT8_T
#undef HAVE_U_INT16_T
#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
#define SIGRETURN(x) return
#else
#define SIGRETURN(x) return (RETSIGTYPE)(x)
#endif
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#undef PROTOTYPES