Blame SOURCES/ilmbase-config.h

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