summaryrefslogtreecommitdiff
path: root/cpl-config.h
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 09:00:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 09:00:29 +0000
commit11c5b8e8a9e09e209af5a11b8a54715ddfaf39af (patch)
tree5384adeaa259b8ee26625183b2fb99acec31f968 /cpl-config.h
parentaf1fbb89ec1880fbc092358f199d396aca4426fb (diff)
automatic import of gdal
Diffstat (limited to 'cpl-config.h')
-rw-r--r--cpl-config.h11
1 files changed, 11 insertions, 0 deletions
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 <bits/wordsize.h>
+
+#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