Add timegm glue.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18612 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 16:35:16 +00:00
parent 4cc35059ef
commit 11fd2c68cd

View File

@@ -693,6 +693,12 @@ int ROKEN_LIB_FUNCTION
closefrom(int);
#endif
#if !defined(HAVE_TIMEGM)
#define timegm rk_timegm
time_t ROKEN_LIB_FUNCTION
rk_timegm(struct tm *tm);
#endif
#ifdef SOCKET_WRAPPER_REPLACE
#include <socket_wrapper.h>
#endif