From b377b0b000447309fe09f2fb8e0a965cfdb2429f Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 13 Aug 2007 22:42:39 +0000 Subject: [PATCH] Need to define time_t as 32-bit to build against Apache 1.3 --- apache/mod_shib_13.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache/mod_shib_13.cpp b/apache/mod_shib_13.cpp index cc90076..d3c7a00 100644 --- a/apache/mod_shib_13.cpp +++ b/apache/mod_shib_13.cpp @@ -29,6 +29,10 @@ #define SH_AP_R(r) r #define SH_AP_USER(r) r->connection->user +#ifdef WIN32 +# define _USE_32BIT_TIME_T +#endif + #define apr_pool_userdata_setn(n,k,d,p) #define apr_pool_cleanup_register(p1,p2,f,d) -- 2.1.4