diff options
author | hf@deer.(none) <> | 2004-05-27 16:32:49 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2004-05-27 16:32:49 +0500 |
commit | 374a28d29348ab06b5e2a138ed0f4534dc078c69 (patch) | |
tree | 019f859000d45cddee40cd07a8a14076fcfa4c6f /sql/spatial.h | |
parent | f0d79c5aba4d46bd583287ae8ff70b973264e61b (diff) | |
parent | 164a9e35008b9d6e7a6833806e6f9c145cde86dd (diff) | |
download | mariadb-git-374a28d29348ab06b5e2a138ed0f4534dc078c69.tar.gz |
Merging
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index cc1cc70f1bc..45db1ca8d00 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -17,6 +17,8 @@ #ifndef _spatial_h #define _spatial_h +#ifdef HAVE_SPATIAL + const uint SRID_SIZE= 4; const uint SIZEOF_STORED_DOUBLE= 8; const uint POINT_DATA_SIZE= SIZEOF_STORED_DOUBLE*2; @@ -459,4 +461,5 @@ struct Geometry_buffer void *arr[(geometry_buffer_size - 1)/sizeof(void *) + 1]; }; +#endif /*HAVE_SPATAIAL*/ #endif |