4646b5
#include <bits/wordsize.h>
4646b5
4646b5
#if __WORDSIZE == 32
4646b5
#include "irssi-config-32.h"
4646b5
#elif __WORDSIZE == 64
4646b5
#include "irssi-config-64.h"
4646b5
#else
4646b5
#error "Unknown word size"
4646b5
#endif