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