[mapserver-commits] r12329 - trunk/mapserver/mapcache/include

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:17:19 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:17:19 -0700 (Fri, 26 Aug 2011)
New Revision: 12329

Modified:
   trunk/mapserver/mapcache/include/util.h
Log:
temp commit for transitionning wmts capabilities to ezxml.

update issue 59
wmts ongoing
thomas.bonfort | 2011-03-07 18:56:54 +0100 (Mon, 07 Mar 2011)

Modified: trunk/mapserver/mapcache/include/util.h
===================================================================
--- trunk/mapserver/mapcache/include/util.h	2011-08-26 11:17:16 UTC (rev 12328)
+++ trunk/mapserver/mapcache/include/util.h	2011-08-26 11:17:19 UTC (rev 12329)
@@ -69,6 +69,10 @@
    #ifndef APR_FOPEN_WRITE
       #define APR_FOPEN_WRITE APR_WRITE
    #endif
+   
+   #ifndef APR_FOPEN_SHARELOCK
+      #define APR_FOPEN_SHARELOCK APR_SHARELOCK
+   #endif
 #endif
 
 



More information about the mapserver-commits mailing list