/usr/include/freetype2/freetype/config
NameSizeModeActions
ftconfig-64.h19010644editdlrm
ftconfig.h2570644editdlrm
ftheader.h235930644editdlrm
ftmodule.h10270644editdlrm
ftoption.h391340644editdlrm
ftstdlib.h43070644editdlrm
integer-types.h70360644editdlrm
mac-support.h15970644editdlrm
public-macros.h36680644editdlrm
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