05338c4
#ifndef CLAMAV_TYPES_H_MULTILIB
05338c4
#define CLAMAV_TYPES_H_MULTILIB
05338c4
05338c4
#include <bits/wordsize.h>
05338c4
05338c4
#if __WORDSIZE == 32
05338c4
# include "clamav-types-32.h"
05338c4
#elif __WORDSIZE == 64
05338c4
# include "clamav-types-64.h"
05338c4
#else
05338c4
# error "unexpected value for __WORDSIZE macro"
05338c4
#endif
05338c4
05338c4
#endif