irssi/irssi-config.h

10 lines
170 B
C
Raw Normal View History

2008-03-01 18:19:11 +00:00
#include <bits/wordsize.h>
#if __WORDSIZE == 32
2009-05-01 19:37:45 +00:00
#include "irssi-config-32.h"
2008-03-01 18:19:11 +00:00
#elif __WORDSIZE == 64
2009-05-01 19:37:45 +00:00
#include "irssi-config-64.h"
2008-03-01 18:19:11 +00:00
#else
#error "Unknown word size"
#endif