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