01dc466586
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/irssi#25db09c4228cdd171b7d43d144f8824fdbb11784
10 lines
170 B
C
10 lines
170 B
C
#include <bits/wordsize.h>
|
|
|
|
#if __WORDSIZE == 32
|
|
#include "irssi-config-32.h"
|
|
#elif __WORDSIZE == 64
|
|
#include "irssi-config-64.h"
|
|
#else
|
|
#error "Unknown word size"
|
|
#endif
|