/* inc/fontforge-config.h.in. Generated from configure.ac by autoheader. */ #ifndef FONTFORGE_CONFIG_H #define FONTFORGE_CONFIG_H 1 /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* FontForge will build the GUI with the GDK3 backend */ #undef FONTFORGE_CAN_USE_GDK /* FontForge will build with WOFF2 support */ #undef FONTFORGE_CAN_USE_WOFF2 /* Define if enabling feature 'debug-raw-points'. */ #undef FONTFORGE_CONFIG_SHOW_RAW_POINTS /* Define if enabling feature 'tile-path'. */ #undef FONTFORGE_CONFIG_TILEPATH /* Define if using 'double' precision. */ #undef FONTFORGE_CONFIG_USE_DOUBLE /* Define if enabling feature 'write-pfm'. */ #undef FONTFORGE_CONFIG_WRITE_PFM /* Define if enabling feature 'debug'. */ #undef FONTFORGE_DEBUG /* ExeLibFontForge Major Version */ #undef FONTFORGE_LIBFFE_VERSION_MAJOR /* ExeLibFontForge Minor Version */ #undef FONTFORGE_LIBFFE_VERSION_MINOR /* LibFontForge Major Version */ #undef FONTFORGE_LIBFF_VERSION_MAJOR /* LibFontForge Minor Version */ #undef FONTFORGE_LIBFF_VERSION_MINOR /* Define if enabling feature 'theme-2012'. */ #undef FONTFORGE_THEME_TANGO /* FontForge Version */ #undef FONTFORGE_VERSION /* FontForge Major Version */ #undef FONTFORGE_VERSION_MAJOR /* FontForge Minor Version */ #undef FONTFORGE_VERSION_MINOR /* Define if using the freetype debugger (requires freetype source code). */ #undef FREETYPE_HAS_DEBUGGER /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 /* Define to 1 if you have the `endpwent' function. */ #undef HAVE_ENDPWENT /* Define to 1 if you have the header file. */ #undef HAVE_EXECINFO_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Build with iconv support */ #undef HAVE_ICONV_H /* Define to 1 if you have the header file. */ #undef HAVE_IEEEFP_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `mkdir' function. */ #undef HAVE_MKDIR /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP /* Define to 1 if you have the `munmap' function. */ #undef HAVE_MUNMAP /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the `nl_langinfo' function. */ #undef HAVE_NL_LANGINFO /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* We have pthreads.h. */ #undef HAVE_PTHREAD_H /* Have PTHREAD_PRIO_INHERIT. */ #undef HAVE_PTHREAD_PRIO_INHERIT /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV /* Define to 1 if you have the `rmdir' function. */ #undef HAVE_RMDIR /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the `uname' function. */ #undef HAVE_UNAME /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK /* Define to 1 if you have the header file. */ #undef HAVE_VFORK_H /* Define to 1 if `fork' works. */ #undef HAVE_WORKING_FORK /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define if enabling feature 'maintainer-tools'. */ #undef MAINTAINER_TOOLS /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Version number of package */ #undef VERSION /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Platform specific stuff */ #undef _BrokenBitmapImages /* Platform specific stuff */ #undef _CursorsMustBe16x16 /* Platform specific stuff */ #undef _Keyboard /* LibSpiro >= 0.6, includes LibSpiroVersion() */ #undef _LIBSPIRO_FUN /* LibUninNamesList library >= 0.3 */ #undef _LIBUNINAMESLIST_FUN /* Define to 1 if on MINIX. */ #undef _MINIX /* Platform specific stuff */ #undef _ModKeysAutoRepeat /* Define if disabling feature 'native-scripting'. */ #undef _NO_FFSCRIPT /* Define if not using giflib */ #undef _NO_GIFLIB /* Define if not using cairo */ #undef _NO_LIBCAIRO /* Define if not using libjpeg */ #undef _NO_LIBJPEG /* Define if not using libpng */ #undef _NO_LIBPNG /* Define if not using libreadline */ #undef _NO_LIBREADLINE /* Define if not using libspiro */ #undef _NO_LIBSPIRO /* Define if not using libtiff */ #undef _NO_LIBTIFF /* Define if not using giflib or libungif.) */ #undef _NO_LIBUNGIF /* Define if not using libunicodenames */ #undef _NO_LIBUNICODENAMES /* Define if not using libuninameslist */ #undef _NO_LIBUNINAMESLIST /* Define if not using mmap. */ #undef _NO_MMAP /* Define if not using Python. */ #undef _NO_PYTHON /* Define if not using xinput. */ #undef _NO_XINPUT /* Define if not using xkb. */ #undef _NO_XKB /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE /* Platform specific stuff */ #undef __CygWin /* Platform specific stuff */ #undef __Mac /* Define to `int' if does not define. */ #undef pid_t /* Define as `fork' if `vfork' does not work. */ #undef vfork /* More or less obsolete settings from the old configure-fontforge.h */ /* Apple suggests using a sfnt version of 'true' for fonts designed for use */ /* only on a mac (windows refuses such fonts). I generally prefer to have a */ /* font work everywhere, so normally ff produces fonts with version 1.0 */ /* Set this if you want Apple only fonts (produced when Apple mode is set and*/ /* Opentype mode is unset in the Generate Fonts-Options dialog). */ /* */ /* #define FONTFORGE_CONFIG_APPLE_ONLY_TTF */ /* */ /* Nobody else puts apple unicode encodings into the name table. So I probably*/ /* shouldn't either. But if someone wants them... */ /* */ /* #define FONTFORGE_CONFIG_APPLE_UNICODE_NAMES */ /* */ /* I used to use an approximation method when converting cubic to quadratic */ /* splines which was non-symmetric. In some cases it produced better results */ /* than the current approach. This flag restores the old algorithm. */ /* */ /* #define FONTFORGE_CONFIG_NON_SYMMETRIC_QUADRATIC_CONVERSION */ /* */ /* Prior to late Sept of 2003 FontForge converted certain mac feature/settings*/ /* into opentype-like tags. Some features could be converted directly but for*/ /* a few I made up tags. Now FontForge is capable of using the mac feature */ /* settings directly. If you set this flag then when FontForge loads in an sfd*/ /* file with these non-standard opentype tags, it will convert them into the */ /* appropriate mac feature/setting combinations. */ /* */ /* #define FONTFORGE_CONFIG_CVT_OLD_MAC_FEATURES */ /* */ /* In addition to placing snippets of charstrings into subrs, I tried adding */ /* whole glyphs (when that was possible). To my surprise, it made things */ /* worse in one of my test cases, and barely registered an improvement in */ /* another. So I think we're better off without it. But I don't understand */ /* why things are worse so I'm leaving the code in to play with */ /* */ /* #define FONTFORGE_CONFIG_PS_REFS_GET_SUBRS */ /* */ #endif