blob: 3bf276d70d4dfeeae0946c25cf30851a9dfe6b4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
diff --git a/src/headers/spatialite/gaiaconfig-msvc.h b/src/headers/spatialite/gaiaconfig-msvc.h
index 37f0bd1..0053258 100644
--- a/src/headers/spatialite/gaiaconfig-msvc.h
+++ b/src/headers/spatialite/gaiaconfig-msvc.h
@@ -2,7 +2,7 @@
/* ./src/headers/spatialite/gaiaconfig-msvc.h.in - manually maintained */
/* Should be defined in order to enable GCP support. */
-#define ENABLE_GCP 1
+// #define ENABLE_GCP 1
/* Should be defined in order to enable GeoPackage support. */
#define ENABLE_GEOPACKAGE 1
@@ -11,7 +11,7 @@
#define ENABLE_LIBXML2 1
/* Should be defined in order to enable RTTOPO support. */
-#define ENABLE_RTTOPO 1
+// #define ENABLE_RTTOPO 1
/* Should be defined in order to enable GEOS_370 support. */
#define GEOS_370 1
@@ -32,7 +32,7 @@
/* #undef OMIT_FREEXL */
/* Should be defined in order to disable GEOCALLBACKS support. */
-#define OMIT_GEOCALLBACKS 1
+// #define OMIT_GEOCALLBACKS 1
/* Should be defined in order to disable GEOS support. */
/* #undef OMIT_GEOS */
|