Skip to content

Commit a389dae

Browse files
author
jef
committed
update spatialite to 2.3.1
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11031 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 97d6c19 commit a389dae

File tree

6 files changed

+17310
-8527
lines changed

6 files changed

+17310
-8527
lines changed

src/core/spatialite/headers/spatialite/gaiaexif.h

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ extern "C"
6666
#define GAIA_ZIP_BLOB 6
6767
#define GAIA_PDF_BLOB 7
6868
#define GAIA_GEOMETRY_BLOB 8
69+
#define GAIA_TIFF_BLOB 9
70+
#define GAIA_WAVELET_BLOB 10
6971

7072
/* constants used for EXIF value types */
7173
#define GAIA_EXIF_NONE 0

src/core/spatialite/headers/spatialite/gaiageo.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ extern "C"
553553
unsigned int size, double *maxy);
554554
GAIAGEO_DECLARE gaiaGeomCollPtr gaiaBuildRings (gaiaGeomCollPtr geom);
555555

556-
#if OMIT_PROJ == 0 /* including PROJ.4 */
556+
#ifndef OMIT_PROJ /* including PROJ.4 */
557557

558558
GAIAGEO_DECLARE double gaiaRadsToDegs (double rads);
559559
GAIAGEO_DECLARE double gaiaDegsToRads (double degs);
@@ -563,7 +563,7 @@ extern "C"
563563

564564
#endif /* end including PROJ.4 */
565565

566-
#if OMIT_GEOS == 0 /* including GEOS */
566+
#ifndef OMIT_GEOS /* including GEOS */
567567

568568
GAIAGEO_DECLARE int gaiaGeomCollEquals (gaiaGeomCollPtr geom1,
569569
gaiaGeomCollPtr geom2);

0 commit comments

Comments
 (0)