Blame SOURCES/ilmbase-config.h

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