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