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