config.h revision 9d6baa44
1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define if building universal (internal helper macro) */ 5/* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7/* The normal alignment of `double', in bytes. */ 8#define ALIGNOF_DOUBLE 8 9 10/* Use libxml2 instead of Expat */ 11/* #undef ENABLE_LIBXML2 */ 12 13/* Additional font directories */ 14#define FC_ADD_FONTS "yes" 15 16/* Architecture prefix to use for cache file names */ 17/* #undef FC_ARCHITECTURE */ 18 19#if 0 20/* System font directory */ 21#define FC_DEFAULT_FONTS "/usr/share/fonts" 22#endif 23 24/* Define to nothing if C supports flexible array members, and to 1 if it does 25 not. That way, with a declaration like `struct s { int n; double 26 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 27 compilers. When computing the size of such an object, don't use 'sizeof 28 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 29 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 30 MSVC and with C++ compilers. */ 31#define FLEXIBLE_ARRAY_MEMBER /**/ 32 33/* Define to 1 if you have the `chsize' function. */ 34/* #undef HAVE_CHSIZE */ 35 36/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 37 */ 38#define HAVE_DIRENT_H 1 39 40/* Define to 1 if you have the <dlfcn.h> header file. */ 41#define HAVE_DLFCN_H 1 42 43/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 44/* #undef HAVE_DOPRNT */ 45 46/* Define to 1 if you have the <fcntl.h> header file. */ 47#define HAVE_FCNTL_H 1 48 49/* Define to 1 if you have the `fstatfs' function. */ 50#define HAVE_FSTATFS 1 51 52/* Define to 1 if you have the `fstatvfs' function. */ 53#define HAVE_FSTATVFS 1 54 55/* Define to 1 if you have the `ftruncate' function. */ 56#define HAVE_FTRUNCATE 1 57 58/* FT_Bitmap_Size structure includes y_ppem field */ 59#define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 60 61/* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 62#define HAVE_FT_GET_BDF_PROPERTY 1 63 64/* Define to 1 if you have the `FT_Get_Next_Char' function. */ 65#define HAVE_FT_GET_NEXT_CHAR 1 66 67/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 68#define HAVE_FT_GET_PS_FONT_INFO 1 69 70/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 71#define HAVE_FT_GET_X11_FONT_FORMAT 1 72 73/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 74#define HAVE_FT_HAS_PS_GLYPH_NAMES 1 75 76/* Define to 1 if you have the `FT_Select_Size' function. */ 77#define HAVE_FT_SELECT_SIZE 1 78 79/* Define to 1 if you have the `geteuid' function. */ 80#define HAVE_GETEUID 1 81 82/* Define to 1 if you have the `getopt' function. */ 83#define HAVE_GETOPT 1 84 85/* Define to 1 if you have the `getopt_long' function. */ 86#define HAVE_GETOPT_LONG 1 87 88/* Define to 1 if you have the `getpagesize' function. */ 89#define HAVE_GETPAGESIZE 1 90 91/* Define to 1 if you have the `getuid' function. */ 92#define HAVE_GETUID 1 93 94/* Define to 1 if you have the <inttypes.h> header file. */ 95#define HAVE_INTTYPES_H 1 96 97/* Define to 1 if you have the `link' function. */ 98#define HAVE_LINK 1 99 100/* Define to 1 if you have the `lrand48' function. */ 101#define HAVE_LRAND48 1 102 103/* Define to 1 if you have the `memmove' function. */ 104#define HAVE_MEMMOVE 1 105 106/* Define to 1 if you have the <memory.h> header file. */ 107#define HAVE_MEMORY_H 1 108 109/* Define to 1 if you have the `memset' function. */ 110#define HAVE_MEMSET 1 111 112/* Define to 1 if you have the `mkstemp' function. */ 113#define HAVE_MKSTEMP 1 114 115/* Define to 1 if you have a working `mmap' system call. */ 116#define HAVE_MMAP 1 117 118/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 119/* #undef HAVE_NDIR_H */ 120 121/* Define to 1 if you have the `posix_fadvise' function. */ 122#define HAVE_POSIX_FADVISE 1 123 124/* Define to 1 if you have the `rand' function. */ 125#define HAVE_RAND 1 126 127/* Define to 1 if you have the `random' function. */ 128#define HAVE_RANDOM 1 129 130/* Define to 1 if you have the `random_r' function. */ 131/* #undef HAVE_RANDOM_R */ 132 133/* Define to 1 if you have the `rand_r' function. */ 134#define HAVE_RAND_R 1 135 136/* Define to 1 if you have the `regcomp' function. */ 137#define HAVE_REGCOMP 1 138 139/* Define to 1 if you have the `regerror' function. */ 140#define HAVE_REGERROR 1 141 142/* Define to 1 if you have the `regexec' function. */ 143#define HAVE_REGEXEC 1 144 145/* Define to 1 if you have the <regex.h> header file. */ 146#define HAVE_REGEX_H 1 147 148/* Define to 1 if you have the `regfree' function. */ 149#define HAVE_REGFREE 1 150 151/* Define to 1 if you have the <stdint.h> header file. */ 152#define HAVE_STDINT_H 1 153 154/* Define to 1 if you have the <stdlib.h> header file. */ 155#define HAVE_STDLIB_H 1 156 157/* Define to 1 if you have the `strchr' function. */ 158#define HAVE_STRCHR 1 159 160/* Define to 1 if you have the <strings.h> header file. */ 161#define HAVE_STRINGS_H 1 162 163/* Define to 1 if you have the <string.h> header file. */ 164#define HAVE_STRING_H 1 165 166/* Define to 1 if you have the `strrchr' function. */ 167#define HAVE_STRRCHR 1 168 169/* Define to 1 if you have the `strtol' function. */ 170#define HAVE_STRTOL 1 171 172/* Define to 1 if `d_type' is a member of `struct dirent'. */ 173#define HAVE_STRUCT_DIRENT_D_TYPE 1 174 175/* Define to 1 if `f_flags' is a member of `struct statfs'. */ 176/* #undef HAVE_STRUCT_STATFS_F_FLAGS */ 177 178/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 179/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ 180 181/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 182/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ 183 184/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 185#define HAVE_STRUCT_STATVFS_F_FSTYPENAME 1 186 187/* Define to 1 if you have the `sysconf' function. */ 188#define HAVE_SYSCONF 1 189 190/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 191 */ 192/* #undef HAVE_SYS_DIR_H */ 193 194/* Define to 1 if you have the <sys/mount.h> header file. */ 195#define HAVE_SYS_MOUNT_H 1 196 197/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 198 */ 199/* #undef HAVE_SYS_NDIR_H */ 200 201/* Define to 1 if you have the <sys/param.h> header file. */ 202#define HAVE_SYS_PARAM_H 1 203 204/* Define to 1 if you have the <sys/statfs.h> header file. */ 205/* #undef HAVE_SYS_STATFS_H */ 206 207/* Define to 1 if you have the <sys/stat.h> header file. */ 208#define HAVE_SYS_STAT_H 1 209 210/* Define to 1 if you have the <sys/types.h> header file. */ 211#define HAVE_SYS_TYPES_H 1 212 213/* Define to 1 if you have the <sys/vfs.h> header file. */ 214/* #undef HAVE_SYS_VFS_H */ 215 216/* Define to 1 if you have the <unistd.h> header file. */ 217#define HAVE_UNISTD_H 1 218 219/* Define to 1 if you have the `vprintf' function. */ 220#define HAVE_VPRINTF 1 221 222/* Can use #warning in C files */ 223#define HAVE_WARNING_CPP_DIRECTIVE 1 224 225/* Use xmlparse.h instead of expat.h */ 226/* #undef HAVE_XMLPARSE_H */ 227 228/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 229#define HAVE_XML_SETDOCTYPEDECLHANDLER 1 230 231/* Define to the sub-directory in which libtool stores uninstalled libraries. 232 */ 233#define LT_OBJDIR ".libs/" 234 235/* Name of package */ 236#define PACKAGE "fontconfig" 237 238/* Define to the address where bug reports for this package should be sent. */ 239#define PACKAGE_BUGREPORT "" 240 241/* Define to the full name of this package. */ 242#define PACKAGE_NAME "" 243 244/* Define to the full name and version of this package. */ 245#define PACKAGE_STRING "" 246 247/* Define to the one symbol short name of this package. */ 248#define PACKAGE_TARNAME "" 249 250/* Define to the home page for this package. */ 251#define PACKAGE_URL "" 252 253/* Define to the version of this package. */ 254#define PACKAGE_VERSION "" 255 256/* The size of `void *', as computed by sizeof. */ 257#define SIZEOF_VOID_P 8 258 259/* Define to 1 if you have the ANSI C header files. */ 260#define STDC_HEADERS 1 261 262/* Use iconv. */ 263#define USE_ICONV 0 264 265/* Use regex */ 266#define USE_REGEX /**/ 267 268/* Version number of package */ 269#define VERSION "2.10.2" 270 271/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 272 significant byte first (like Motorola and SPARC, unlike Intel). */ 273#if defined AC_APPLE_UNIVERSAL_BUILD 274# if defined __BIG_ENDIAN__ 275# define WORDS_BIGENDIAN 1 276# endif 277#else 278# ifndef WORDS_BIGENDIAN 279/* # undef WORDS_BIGENDIAN */ 280# endif 281#endif 282 283/* Define to empty if `const' does not conform to ANSI C. */ 284/* #undef const */ 285 286/* Define to `__inline__' or `__inline' if that's what the C compiler 287 calls it, or to nothing if 'inline' is not supported under any name. */ 288#ifndef __cplusplus 289/* #undef inline */ 290#endif 291 292/* Define to `int' if <sys/types.h> does not define. */ 293/* #undef pid_t */ 294 295#include "config-fixups.h" 296