diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-21 06:26:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-21 06:26:59 +0000 |
commit | 77be0943c61fcd5768043e33bba2935110f83841 (patch) | |
tree | 08f5aee2df0329f1c824e0ea73332e182a763380 /cpl-config.h | |
parent | df6b54cdda36074d19e25f0d82e64ef866e3ffe3 (diff) |
automatic import of gdalopeneuler20.03
Diffstat (limited to 'cpl-config.h')
-rw-r--r-- | cpl-config.h | 11 |
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 |