Improved GeOS version detection.

This commit is contained in:
Marco van den Heuvel
2018-02-13 19:19:40 -08:00
parent 33f05d1162
commit d93f84f4bc
5 changed files with 86 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ char get_ostype(void);
#define GEOS4 0x04 /* plus4 geos is not or'ed with version */
#define GEOS128 0x80
/* version flags */
#define MEGAPATCH3 0x03
#define GATEWAY 0x08
#define GEOS_V10 0x10
#define GEOS_V11 0x11
#define GEOS_V12 0x12 /* ??? not sure */