4888677
#include <bits/wordsize.h>
4888677
4888677
#if __WORDSIZE == 32
4888677
#include <maxminddb_config-32.h>
4888677
#elif __WORDSIZE == 64
4888677
#include <maxminddb_config-64.h>
4888677
#else
4888677
#error "Unknown word size"
4888677
#endif