/usr/include/freetype2/freetype/config
NameSizeModeActions
ftconfig-64.h250550644editdlrm
ftconfig.h2570644editdlrm
ftheader.h250990644editdlrm
ftmodule.h11580644editdlrm
ftoption.h614940644editdlrm
ftstdlib.h72960644editdlrm
Edit: /usr/include/freetype2/freetype/config/ftconfig.h (257B)
#ifndef __FTCONFIG_H__MULTILIB #define __FTCONFIG_H__MULTILIB #include #if __WORDSIZE == 32 # include "ftconfig-32.h" #elif __WORDSIZE == 64 # include "ftconfig-64.h" #else # error "unexpected value for __WORDSIZE macro" #endif #endif