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