Need to define time_t as 32-bit to build against Apache 1.3
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 13 Aug 2007 22:42:39 +0000 (22:42 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 13 Aug 2007 22:42:39 +0000 (22:42 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2412 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/mod_shib_13.cpp

index cc90076..d3c7a00 100644 (file)
 #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)