Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / apache / mod_shib_13.cpp
index 9ade289..d3c7a00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2005 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #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)