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