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