146407a4bSopenharmony_ci#ifndef __FTCONFIG_H__MULTILIB 246407a4bSopenharmony_ci#define __FTCONFIG_H__MULTILIB 346407a4bSopenharmony_ci 446407a4bSopenharmony_ci#include <bits/wordsize.h> 546407a4bSopenharmony_ci 646407a4bSopenharmony_ci#if __WORDSIZE == 32 746407a4bSopenharmony_ci# include "ftconfig-32.h" 846407a4bSopenharmony_ci#elif __WORDSIZE == 64 946407a4bSopenharmony_ci# include "ftconfig-64.h" 1046407a4bSopenharmony_ci#else 1146407a4bSopenharmony_ci# error "unexpected value for __WORDSIZE macro" 1246407a4bSopenharmony_ci#endif 1346407a4bSopenharmony_ci 1446407a4bSopenharmony_ci#endif 15