irssi/irssi-config.h
Petr Šabata 01dc466586 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/irssi#25db09c4228cdd171b7d43d144f8824fdbb11784
2020-10-15 13:46:57 +02:00

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