1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
#ifndef _FF_CONFIG_H
# define _FF_CONFIG_H 1
#undef HAVE_DLFCN_H
#undef _NO_PYTHON
#undef HAVE_ICONV_H
#undef HAVE_STDINT_H
#undef HAVE_LANGINFO_H
#undef HAVE_PTHREAD_H
#undef HAVE_LIBINTL_H
#undef HAVE_IEEEFP_H
#undef FREETYPE_HAS_DEBUGGER
#undef HAVE_LONG_DOUBLE
#undef _HAS_LONGLONG
#undef HAVE_LIBINTL_H
#undef _STATIC_LIBINTL
#undef _STATIC_LIBUNGIF
#undef _STATIC_LIBPNG
#undef _STATIC_LIBPNG12
#undef _STATIC_LIBTIFF
#undef _STATIC_LIBJPEG
#undef _STATIC_LIBSPIRO
#undef _STATIC_LIBXML2
#undef _STATIC_LIBFREETYPE
#undef _STATIC_LIBUNINAMESLIST
#undef _STATIC_LIBCAIRO
#undef _NO_LIBUNINAMESLIST
#undef SHAREDIR
#undef LIBDIR
#undef PREFIX
#undef _CursorsMustBe16x16
#undef _Keyboard
#undef __Mac
#undef _BrokenBitmapImages
#undef _ModKeysAutoRepeat
#undef __CygWin
#undef _NO_XINPUT
#undef FONTFORGE_CONFIG_CAPSLOCK_FOR_ALT
#undef FONTFORGE_CONFIG_SHOW_RAW_POINTS
#undef FONTFORGE_CONFIG_TYPE3
#undef FONTFORGE_CONFIG_DEVICETABLES
#undef FONTFORGE_CONFIG_USE_DOUBLE
#undef FONTFORGE_CONFIG_USE_LONGDOUBLE
#undef FONTFORGE_CONFIG_PASTEAFTER
#undef FONTFORGE_CONFIG_GB12345
#undef FONTFORGE_CONFIG_TILEPATH
#undef _NO_FFSCRIPT
#undef _NO_TZSET
#undef _NO_FREETYPE
#undef _NO_LIBXML
#undef _NO_LIBUNGIF
#undef _NO_LIBPNG
#undef _LIBPNG12
#undef _NO_LIBJPEG
#undef _NO_LIBTIFF
#undef _NO_LIBSPIRO
#undef NODYNAMIC
#undef FREETYPE_HAS_DEBUGGER
#undef _NO_SNPRINTF
#undef _NO_XKB
#undef X_DISPLAY_MISSING
#undef PYTHON_LIB_NAME
#undef _NO_LIBCAIRO
#undef _NO_LIBPANGO
#undef WORDS_BIGENDIAN
#endif
|