From 11c5b8e8a9e09e209af5a11b8a54715ddfaf39af Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 20 Jun 2023 09:00:29 +0000 Subject: automatic import of gdal --- cpl-config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cpl-config.h (limited to 'cpl-config.h') diff --git a/cpl-config.h b/cpl-config.h new file mode 100644 index 0000000..456693f --- /dev/null +++ b/cpl-config.h @@ -0,0 +1,11 @@ +#include + +#if __WORDSIZE == 32 +#include "gdal/cpl_config-32.h" +#else +#if __WORDSIZE == 64 +#include "gdal/cpl_config-64.h" +#else +#error "Unknown word size" +#endif +#endif -- cgit v1.2.3