f1a3e6
#ifndef __FTCONFIG_H__MULTILIB
f1a3e6
#define __FTCONFIG_H__MULTILIB
f1a3e6
f1a3e6
#include <bits/wordsize.h>
f1a3e6
f1a3e6
#if __WORDSIZE == 32
f1a3e6
# include "ftconfig-32.h"
f1a3e6
#elif __WORDSIZE == 64
f1a3e6
# include "ftconfig-64.h"
f1a3e6
#else
f1a3e6
# error "unexpected value for __WORDSIZE macro"
f1a3e6
#endif
f1a3e6
f1a3e6
#endif