d8873dd
#include <bits/wordsize.h>
d8873dd
d8873dd
#if __WORDSIZE == 32
d8873dd
#include "grass/config-32.h"
d8873dd
#else
d8873dd
#if __WORDSIZE == 64
d8873dd
#include "grass/config-64.h"
d8873dd
#else
d8873dd
#error "Unknown word size"
d8873dd
#endif
d8873dd
#endif