config.h revision 9d6baa44
19d6baa44Smrg/* config.h. Generated from config.h.in by configure. */ 29d6baa44Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 39d6baa44Smrg 49d6baa44Smrg/* Define if building universal (internal helper macro) */ 59d6baa44Smrg/* #undef AC_APPLE_UNIVERSAL_BUILD */ 69d6baa44Smrg 79d6baa44Smrg/* The normal alignment of `double', in bytes. */ 89d6baa44Smrg#define ALIGNOF_DOUBLE 8 99d6baa44Smrg 109d6baa44Smrg/* Use libxml2 instead of Expat */ 119d6baa44Smrg/* #undef ENABLE_LIBXML2 */ 129d6baa44Smrg 139d6baa44Smrg/* Additional font directories */ 149d6baa44Smrg#define FC_ADD_FONTS "yes" 159d6baa44Smrg 169d6baa44Smrg/* Architecture prefix to use for cache file names */ 179d6baa44Smrg/* #undef FC_ARCHITECTURE */ 189d6baa44Smrg 199d6baa44Smrg#if 0 209d6baa44Smrg/* System font directory */ 219d6baa44Smrg#define FC_DEFAULT_FONTS "/usr/share/fonts" 229d6baa44Smrg#endif 239d6baa44Smrg 249d6baa44Smrg/* Define to nothing if C supports flexible array members, and to 1 if it does 259d6baa44Smrg not. That way, with a declaration like `struct s { int n; double 269d6baa44Smrg d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 279d6baa44Smrg compilers. When computing the size of such an object, don't use 'sizeof 289d6baa44Smrg (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 299d6baa44Smrg instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 309d6baa44Smrg MSVC and with C++ compilers. */ 319d6baa44Smrg#define FLEXIBLE_ARRAY_MEMBER /**/ 329d6baa44Smrg 339d6baa44Smrg/* Define to 1 if you have the `chsize' function. */ 349d6baa44Smrg/* #undef HAVE_CHSIZE */ 359d6baa44Smrg 369d6baa44Smrg/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 379d6baa44Smrg */ 389d6baa44Smrg#define HAVE_DIRENT_H 1 399d6baa44Smrg 409d6baa44Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 419d6baa44Smrg#define HAVE_DLFCN_H 1 429d6baa44Smrg 439d6baa44Smrg/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 449d6baa44Smrg/* #undef HAVE_DOPRNT */ 459d6baa44Smrg 469d6baa44Smrg/* Define to 1 if you have the <fcntl.h> header file. */ 479d6baa44Smrg#define HAVE_FCNTL_H 1 489d6baa44Smrg 499d6baa44Smrg/* Define to 1 if you have the `fstatfs' function. */ 509d6baa44Smrg#define HAVE_FSTATFS 1 519d6baa44Smrg 529d6baa44Smrg/* Define to 1 if you have the `fstatvfs' function. */ 539d6baa44Smrg#define HAVE_FSTATVFS 1 549d6baa44Smrg 559d6baa44Smrg/* Define to 1 if you have the `ftruncate' function. */ 569d6baa44Smrg#define HAVE_FTRUNCATE 1 579d6baa44Smrg 589d6baa44Smrg/* FT_Bitmap_Size structure includes y_ppem field */ 599d6baa44Smrg#define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 609d6baa44Smrg 619d6baa44Smrg/* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 629d6baa44Smrg#define HAVE_FT_GET_BDF_PROPERTY 1 639d6baa44Smrg 649d6baa44Smrg/* Define to 1 if you have the `FT_Get_Next_Char' function. */ 659d6baa44Smrg#define HAVE_FT_GET_NEXT_CHAR 1 669d6baa44Smrg 679d6baa44Smrg/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 689d6baa44Smrg#define HAVE_FT_GET_PS_FONT_INFO 1 699d6baa44Smrg 709d6baa44Smrg/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 719d6baa44Smrg#define HAVE_FT_GET_X11_FONT_FORMAT 1 729d6baa44Smrg 739d6baa44Smrg/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 749d6baa44Smrg#define HAVE_FT_HAS_PS_GLYPH_NAMES 1 759d6baa44Smrg 769d6baa44Smrg/* Define to 1 if you have the `FT_Select_Size' function. */ 779d6baa44Smrg#define HAVE_FT_SELECT_SIZE 1 789d6baa44Smrg 799d6baa44Smrg/* Define to 1 if you have the `geteuid' function. */ 809d6baa44Smrg#define HAVE_GETEUID 1 819d6baa44Smrg 829d6baa44Smrg/* Define to 1 if you have the `getopt' function. */ 839d6baa44Smrg#define HAVE_GETOPT 1 849d6baa44Smrg 859d6baa44Smrg/* Define to 1 if you have the `getopt_long' function. */ 869d6baa44Smrg#define HAVE_GETOPT_LONG 1 879d6baa44Smrg 889d6baa44Smrg/* Define to 1 if you have the `getpagesize' function. */ 899d6baa44Smrg#define HAVE_GETPAGESIZE 1 909d6baa44Smrg 919d6baa44Smrg/* Define to 1 if you have the `getuid' function. */ 929d6baa44Smrg#define HAVE_GETUID 1 939d6baa44Smrg 949d6baa44Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 959d6baa44Smrg#define HAVE_INTTYPES_H 1 969d6baa44Smrg 979d6baa44Smrg/* Define to 1 if you have the `link' function. */ 989d6baa44Smrg#define HAVE_LINK 1 999d6baa44Smrg 1009d6baa44Smrg/* Define to 1 if you have the `lrand48' function. */ 1019d6baa44Smrg#define HAVE_LRAND48 1 1029d6baa44Smrg 1039d6baa44Smrg/* Define to 1 if you have the `memmove' function. */ 1049d6baa44Smrg#define HAVE_MEMMOVE 1 1059d6baa44Smrg 1069d6baa44Smrg/* Define to 1 if you have the <memory.h> header file. */ 1079d6baa44Smrg#define HAVE_MEMORY_H 1 1089d6baa44Smrg 1099d6baa44Smrg/* Define to 1 if you have the `memset' function. */ 1109d6baa44Smrg#define HAVE_MEMSET 1 1119d6baa44Smrg 1129d6baa44Smrg/* Define to 1 if you have the `mkstemp' function. */ 1139d6baa44Smrg#define HAVE_MKSTEMP 1 1149d6baa44Smrg 1159d6baa44Smrg/* Define to 1 if you have a working `mmap' system call. */ 1169d6baa44Smrg#define HAVE_MMAP 1 1179d6baa44Smrg 1189d6baa44Smrg/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 1199d6baa44Smrg/* #undef HAVE_NDIR_H */ 1209d6baa44Smrg 1219d6baa44Smrg/* Define to 1 if you have the `posix_fadvise' function. */ 1229d6baa44Smrg#define HAVE_POSIX_FADVISE 1 1239d6baa44Smrg 1249d6baa44Smrg/* Define to 1 if you have the `rand' function. */ 1259d6baa44Smrg#define HAVE_RAND 1 1269d6baa44Smrg 1279d6baa44Smrg/* Define to 1 if you have the `random' function. */ 1289d6baa44Smrg#define HAVE_RANDOM 1 1299d6baa44Smrg 1309d6baa44Smrg/* Define to 1 if you have the `random_r' function. */ 1319d6baa44Smrg/* #undef HAVE_RANDOM_R */ 1329d6baa44Smrg 1339d6baa44Smrg/* Define to 1 if you have the `rand_r' function. */ 1349d6baa44Smrg#define HAVE_RAND_R 1 1359d6baa44Smrg 1369d6baa44Smrg/* Define to 1 if you have the `regcomp' function. */ 1379d6baa44Smrg#define HAVE_REGCOMP 1 1389d6baa44Smrg 1399d6baa44Smrg/* Define to 1 if you have the `regerror' function. */ 1409d6baa44Smrg#define HAVE_REGERROR 1 1419d6baa44Smrg 1429d6baa44Smrg/* Define to 1 if you have the `regexec' function. */ 1439d6baa44Smrg#define HAVE_REGEXEC 1 1449d6baa44Smrg 1459d6baa44Smrg/* Define to 1 if you have the <regex.h> header file. */ 1469d6baa44Smrg#define HAVE_REGEX_H 1 1479d6baa44Smrg 1489d6baa44Smrg/* Define to 1 if you have the `regfree' function. */ 1499d6baa44Smrg#define HAVE_REGFREE 1 1509d6baa44Smrg 1519d6baa44Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1529d6baa44Smrg#define HAVE_STDINT_H 1 1539d6baa44Smrg 1549d6baa44Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1559d6baa44Smrg#define HAVE_STDLIB_H 1 1569d6baa44Smrg 1579d6baa44Smrg/* Define to 1 if you have the `strchr' function. */ 1589d6baa44Smrg#define HAVE_STRCHR 1 1599d6baa44Smrg 1609d6baa44Smrg/* Define to 1 if you have the <strings.h> header file. */ 1619d6baa44Smrg#define HAVE_STRINGS_H 1 1629d6baa44Smrg 1639d6baa44Smrg/* Define to 1 if you have the <string.h> header file. */ 1649d6baa44Smrg#define HAVE_STRING_H 1 1659d6baa44Smrg 1669d6baa44Smrg/* Define to 1 if you have the `strrchr' function. */ 1679d6baa44Smrg#define HAVE_STRRCHR 1 1689d6baa44Smrg 1699d6baa44Smrg/* Define to 1 if you have the `strtol' function. */ 1709d6baa44Smrg#define HAVE_STRTOL 1 1719d6baa44Smrg 1729d6baa44Smrg/* Define to 1 if `d_type' is a member of `struct dirent'. */ 1739d6baa44Smrg#define HAVE_STRUCT_DIRENT_D_TYPE 1 1749d6baa44Smrg 1759d6baa44Smrg/* Define to 1 if `f_flags' is a member of `struct statfs'. */ 1769d6baa44Smrg/* #undef HAVE_STRUCT_STATFS_F_FLAGS */ 1779d6baa44Smrg 1789d6baa44Smrg/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 1799d6baa44Smrg/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ 1809d6baa44Smrg 1819d6baa44Smrg/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 1829d6baa44Smrg/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ 1839d6baa44Smrg 1849d6baa44Smrg/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 1859d6baa44Smrg#define HAVE_STRUCT_STATVFS_F_FSTYPENAME 1 1869d6baa44Smrg 1879d6baa44Smrg/* Define to 1 if you have the `sysconf' function. */ 1889d6baa44Smrg#define HAVE_SYSCONF 1 1899d6baa44Smrg 1909d6baa44Smrg/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 1919d6baa44Smrg */ 1929d6baa44Smrg/* #undef HAVE_SYS_DIR_H */ 1939d6baa44Smrg 1949d6baa44Smrg/* Define to 1 if you have the <sys/mount.h> header file. */ 1959d6baa44Smrg#define HAVE_SYS_MOUNT_H 1 1969d6baa44Smrg 1979d6baa44Smrg/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 1989d6baa44Smrg */ 1999d6baa44Smrg/* #undef HAVE_SYS_NDIR_H */ 2009d6baa44Smrg 2019d6baa44Smrg/* Define to 1 if you have the <sys/param.h> header file. */ 2029d6baa44Smrg#define HAVE_SYS_PARAM_H 1 2039d6baa44Smrg 2049d6baa44Smrg/* Define to 1 if you have the <sys/statfs.h> header file. */ 2059d6baa44Smrg/* #undef HAVE_SYS_STATFS_H */ 2069d6baa44Smrg 2079d6baa44Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2089d6baa44Smrg#define HAVE_SYS_STAT_H 1 2099d6baa44Smrg 2109d6baa44Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2119d6baa44Smrg#define HAVE_SYS_TYPES_H 1 2129d6baa44Smrg 2139d6baa44Smrg/* Define to 1 if you have the <sys/vfs.h> header file. */ 2149d6baa44Smrg/* #undef HAVE_SYS_VFS_H */ 2159d6baa44Smrg 2169d6baa44Smrg/* Define to 1 if you have the <unistd.h> header file. */ 2179d6baa44Smrg#define HAVE_UNISTD_H 1 2189d6baa44Smrg 2199d6baa44Smrg/* Define to 1 if you have the `vprintf' function. */ 2209d6baa44Smrg#define HAVE_VPRINTF 1 2219d6baa44Smrg 2229d6baa44Smrg/* Can use #warning in C files */ 2239d6baa44Smrg#define HAVE_WARNING_CPP_DIRECTIVE 1 2249d6baa44Smrg 2259d6baa44Smrg/* Use xmlparse.h instead of expat.h */ 2269d6baa44Smrg/* #undef HAVE_XMLPARSE_H */ 2279d6baa44Smrg 2289d6baa44Smrg/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 2299d6baa44Smrg#define HAVE_XML_SETDOCTYPEDECLHANDLER 1 2309d6baa44Smrg 2319d6baa44Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 2329d6baa44Smrg */ 2339d6baa44Smrg#define LT_OBJDIR ".libs/" 2349d6baa44Smrg 2359d6baa44Smrg/* Name of package */ 2369d6baa44Smrg#define PACKAGE "fontconfig" 2379d6baa44Smrg 2389d6baa44Smrg/* Define to the address where bug reports for this package should be sent. */ 2399d6baa44Smrg#define PACKAGE_BUGREPORT "" 2409d6baa44Smrg 2419d6baa44Smrg/* Define to the full name of this package. */ 2429d6baa44Smrg#define PACKAGE_NAME "" 2439d6baa44Smrg 2449d6baa44Smrg/* Define to the full name and version of this package. */ 2459d6baa44Smrg#define PACKAGE_STRING "" 2469d6baa44Smrg 2479d6baa44Smrg/* Define to the one symbol short name of this package. */ 2489d6baa44Smrg#define PACKAGE_TARNAME "" 2499d6baa44Smrg 2509d6baa44Smrg/* Define to the home page for this package. */ 2519d6baa44Smrg#define PACKAGE_URL "" 2529d6baa44Smrg 2539d6baa44Smrg/* Define to the version of this package. */ 2549d6baa44Smrg#define PACKAGE_VERSION "" 2559d6baa44Smrg 2569d6baa44Smrg/* The size of `void *', as computed by sizeof. */ 2579d6baa44Smrg#define SIZEOF_VOID_P 8 2589d6baa44Smrg 2599d6baa44Smrg/* Define to 1 if you have the ANSI C header files. */ 2609d6baa44Smrg#define STDC_HEADERS 1 2619d6baa44Smrg 2629d6baa44Smrg/* Use iconv. */ 2639d6baa44Smrg#define USE_ICONV 0 2649d6baa44Smrg 2659d6baa44Smrg/* Use regex */ 2669d6baa44Smrg#define USE_REGEX /**/ 2679d6baa44Smrg 2689d6baa44Smrg/* Version number of package */ 2699d6baa44Smrg#define VERSION "2.10.2" 2709d6baa44Smrg 2719d6baa44Smrg/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 2729d6baa44Smrg significant byte first (like Motorola and SPARC, unlike Intel). */ 2739d6baa44Smrg#if defined AC_APPLE_UNIVERSAL_BUILD 2749d6baa44Smrg# if defined __BIG_ENDIAN__ 2759d6baa44Smrg# define WORDS_BIGENDIAN 1 2769d6baa44Smrg# endif 2779d6baa44Smrg#else 2789d6baa44Smrg# ifndef WORDS_BIGENDIAN 2799d6baa44Smrg/* # undef WORDS_BIGENDIAN */ 2809d6baa44Smrg# endif 2819d6baa44Smrg#endif 2829d6baa44Smrg 2839d6baa44Smrg/* Define to empty if `const' does not conform to ANSI C. */ 2849d6baa44Smrg/* #undef const */ 2859d6baa44Smrg 2869d6baa44Smrg/* Define to `__inline__' or `__inline' if that's what the C compiler 2879d6baa44Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 2889d6baa44Smrg#ifndef __cplusplus 2899d6baa44Smrg/* #undef inline */ 2909d6baa44Smrg#endif 2919d6baa44Smrg 2929d6baa44Smrg/* Define to `int' if <sys/types.h> does not define. */ 2939d6baa44Smrg/* #undef pid_t */ 2949d6baa44Smrg 2959d6baa44Smrg#include "config-fixups.h" 296