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