From 9dfa85d89bf4ca0c22a16abc8a45fe00e62a94ef Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Nov 2006 16:03:00 +0000 Subject: r19624: we have timegm in libreplace so heimdal should not replace it metze (This used to be commit b6d1fd1b24d09049fcd432a804ad905e89fcc224) --- source4/heimdal_build/roken.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 2bc9e1d412..ff58927ace 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -49,6 +49,10 @@ #define HAVE_SSIZE_T #endif +#ifndef HAVE_TIMEGM +#define HAVE_TIMEGM +#endif + #undef SOCKET_WRAPPER_REPLACE #include "heimdal/lib/roken/roken.h.in" -- cgit