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