diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-07 16:03:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:19 -0500 |
commit | 9dfa85d89bf4ca0c22a16abc8a45fe00e62a94ef (patch) | |
tree | 143009016f96a57195e7b444723afd0f34b6cd99 | |
parent | ff2d656fab98b5824988da9f272c96e42f364fd2 (diff) | |
download | samba-9dfa85d89bf4ca0c22a16abc8a45fe00e62a94ef.tar.gz samba-9dfa85d89bf4ca0c22a16abc8a45fe00e62a94ef.tar.bz2 samba-9dfa85d89bf4ca0c22a16abc8a45fe00e62a94ef.zip |
r19624: we have timegm in libreplace so heimdal should not replace it
metze
(This used to be commit b6d1fd1b24d09049fcd432a804ad905e89fcc224)
-rw-r--r-- | source4/heimdal_build/roken.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |