config.h revision 19fc18f5
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 4 9 10/* The normal alignment of `void *', in bytes. */ 11#define ALIGNOF_VOID_P 4 12 13/* Use libxml2 instead of Expat */ 14/* #undef ENABLE_LIBXML2 */ 15 16/* Additional font directories */ 17#define FC_ADD_FONTS "yes" 18 19/* Architecture prefix to use for cache file names */ 20/* #undef FC_ARCHITECTURE */ 21 22#if 0 23/* System font directory */ 24#define FC_DEFAULT_FONTS "/usr/share/fonts" 25#endif 26 27/* The type of len parameter of the gperf hash/lookup function */ 28#define FC_GPERF_SIZE_T size_t 29 30/* Define to nothing if C supports flexible array members, and to 1 if it does 31 not. That way, with a declaration like `struct s { int n; double 32 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 33 compilers. When computing the size of such an object, don't use 'sizeof 34 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 35 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 36 MSVC and with C++ compilers. */ 37#define FLEXIBLE_ARRAY_MEMBER /**/ 38 39/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 40 */ 41#define HAVE_DIRENT_H 1 42 43/* Define to 1 if you have the <dlfcn.h> header file. */ 44#define HAVE_DLFCN_H 1 45 46/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 47/* #undef HAVE_DOPRNT */ 48 49/* Define to 1 if you have the <fcntl.h> header file. */ 50#define HAVE_FCNTL_H 1 51 52/* Define to 1 if you have the `fstatfs' function. */ 53#define HAVE_FSTATFS 1 54 55/* Define to 1 if you have the `fstatvfs' function. */ 56#define HAVE_FSTATVFS 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 `getexecname' function. */ 80/* #undef HAVE_GETEXECNAME */ 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 `getprogname' function. */ 92#define HAVE_GETPROGNAME 1 93 94/* Have Intel __sync_* atomic primitives */ 95#define HAVE_INTEL_ATOMIC_PRIMITIVES 1 96 97/* Define to 1 if you have the <inttypes.h> header file. */ 98#define HAVE_INTTYPES_H 1 99 100/* Define to 1 if you have the `link' function. */ 101#define HAVE_LINK 1 102 103/* Define to 1 if you have the `lrand48' function. */ 104#define HAVE_LRAND48 1 105 106/* Define to 1 if you have the `lstat' function. */ 107#define HAVE_LSTAT 1 108 109/* Define to 1 if you have the <memory.h> header file. */ 110#define HAVE_MEMORY_H 1 111 112/* Define to 1 if you have the `mkdtemp' function. */ 113#define HAVE_MKDTEMP 1 114 115/* Define to 1 if you have the `mkostemp' function. */ 116#define HAVE_MKOSTEMP 1 117 118/* Define to 1 if you have the `mkstemp' function. */ 119#define HAVE_MKSTEMP 1 120 121/* Define to 1 if you have a working `mmap' system call. */ 122#define HAVE_MMAP 1 123 124/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 125/* #undef HAVE_NDIR_H */ 126 127/* Define to 1 if you have the 'posix_fadvise' function. */ 128#define HAVE_POSIX_FADVISE 1 129 130/* Have POSIX threads */ 131/* #undef HAVE_PTHREAD */ 132 133/* Have PTHREAD_PRIO_INHERIT. */ 134/* #undef HAVE_PTHREAD_PRIO_INHERIT */ 135 136/* Define to 1 if you have the `rand' function. */ 137#define HAVE_RAND 1 138 139/* Define to 1 if you have the `random' function. */ 140#define HAVE_RANDOM 1 141 142/* Define to 1 if you have the `random_r' function. */ 143/* #undef HAVE_RANDOM_R */ 144 145/* Define to 1 if you have the `rand_r' function. */ 146#define HAVE_RAND_R 1 147 148/* Define to 1 if you have the `readlink' function. */ 149#define HAVE_READLINK 1 150 151/* Define to 1 if you have the <sched.h> header file. */ 152/* #undef HAVE_SCHED_H */ 153 154/* Have sched_yield */ 155/* #undef HAVE_SCHED_YIELD */ 156 157/* Have Solaris __machine_*_barrier and atomic_* operations */ 158/* #undef HAVE_SOLARIS_ATOMIC_OPS */ 159 160/* Define to 1 if you have the <stdint.h> header file. */ 161#define HAVE_STDINT_H 1 162 163/* Define to 1 if you have the <stdlib.h> header file. */ 164#define HAVE_STDLIB_H 1 165 166/* Define to 1 if you have the <strings.h> header file. */ 167#define HAVE_STRINGS_H 1 168 169/* Define to 1 if you have the <string.h> header file. */ 170#define HAVE_STRING_H 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 `st_mtim' is a member of `struct stat'. */ 188#define HAVE_STRUCT_STAT_ST_MTIM 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/statvfs.h> header file. */ 208#define HAVE_SYS_STATVFS_H 1 209 210/* Define to 1 if you have the <sys/stat.h> header file. */ 211#define HAVE_SYS_STAT_H 1 212 213/* Define to 1 if you have the <sys/types.h> header file. */ 214#define HAVE_SYS_TYPES_H 1 215 216/* Define to 1 if you have the <sys/vfs.h> header file. */ 217/* #undef HAVE_SYS_VFS_H */ 218 219/* Define to 1 if `usLowerOpticalPointSize' is a member of `TT_OS2'. */ 220#define HAVE_TT_OS2_USLOWEROPTICALPOINTSIZE 1 221 222/* Define to 1 if `usUpperOpticalPointSize' is a member of `TT_OS2'. */ 223#define HAVE_TT_OS2_USUPPEROPTICALPOINTSIZE 1 224 225/* Define to 1 if you have the <unistd.h> header file. */ 226#define HAVE_UNISTD_H 1 227 228/* Define to 1 if you have the `vprintf' function. */ 229#define HAVE_VPRINTF 1 230 231/* Can use #warning in C files */ 232#define HAVE_WARNING_CPP_DIRECTIVE 1 233 234/* Use xmlparse.h instead of expat.h */ 235/* #undef HAVE_XMLPARSE_H */ 236 237/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 238#define HAVE_XML_SETDOCTYPEDECLHANDLER 1 239 240/* Define to 1 if you have the `_mktemp_s' function. */ 241/* #undef HAVE__MKTEMP_S */ 242 243/* Define to the sub-directory where libtool stores uninstalled libraries. */ 244#define LT_OBJDIR ".libs/" 245 246/* Name of package */ 247#define PACKAGE "fontconfig" 248 249/* Define to the address where bug reports for this package should be sent. */ 250#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" 251 252/* Define to the full name of this package. */ 253#define PACKAGE_NAME "fontconfig" 254 255/* Define to the full name and version of this package. */ 256#define PACKAGE_STRING "fontconfig 2.12.4" 257 258/* Define to the one symbol short name of this package. */ 259#define PACKAGE_TARNAME "fontconfig" 260 261/* Define to the home page for this package. */ 262#define PACKAGE_URL "" 263 264/* Define to the version of this package. */ 265#define PACKAGE_VERSION "2.12.4" 266 267/* Define to necessary symbol if this constant uses a non-standard name on 268 your system. */ 269/* #undef PTHREAD_CREATE_JOINABLE */ 270 271/* The size of `char', as computed by sizeof. */ 272/* #undef SIZEOF_CHAR */ 273 274/* The size of `int', as computed by sizeof. */ 275/* #undef SIZEOF_INT */ 276 277/* The size of `long', as computed by sizeof. */ 278/* #undef SIZEOF_LONG */ 279 280/* The size of `short', as computed by sizeof. */ 281/* #undef SIZEOF_SHORT */ 282 283/* The size of `void*', as computed by sizeof. */ 284/* #undef SIZEOF_VOIDP */ 285 286/* The size of `void *', as computed by sizeof. */ 287#define SIZEOF_VOID_P 4 288 289/* Define to 1 if you have the ANSI C header files. */ 290#define STDC_HEADERS 1 291 292/* Use iconv. */ 293#define USE_ICONV 0 294 295/* Enable extensions on AIX 3, Interix. */ 296#ifndef _ALL_SOURCE 297# define _ALL_SOURCE 1 298#endif 299/* Enable GNU extensions on systems that have them. */ 300#ifndef _GNU_SOURCE 301# define _GNU_SOURCE 1 302#endif 303/* Enable threading extensions on Solaris. */ 304#ifndef _POSIX_PTHREAD_SEMANTICS 305# define _POSIX_PTHREAD_SEMANTICS 1 306#endif 307/* Enable extensions on HP NonStop. */ 308#ifndef _TANDEM_SOURCE 309# define _TANDEM_SOURCE 1 310#endif 311/* Enable general extensions on Solaris. */ 312#ifndef __EXTENSIONS__ 313# define __EXTENSIONS__ 1 314#endif 315 316 317/* Version number of package */ 318#define VERSION "2.12.4" 319 320/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 321 significant byte first (like Motorola and SPARC, unlike Intel). */ 322#if defined AC_APPLE_UNIVERSAL_BUILD 323# if defined __BIG_ENDIAN__ 324# define WORDS_BIGENDIAN 1 325# endif 326#else 327# ifndef WORDS_BIGENDIAN 328/* # undef WORDS_BIGENDIAN */ 329# endif 330#endif 331 332/* Enable large inode numbers on Mac OS X 10.5. */ 333#ifndef _DARWIN_USE_64_BIT_INODE 334# define _DARWIN_USE_64_BIT_INODE 1 335#endif 336 337/* Number of bits in a file offset, on hosts where this is settable. */ 338/* #undef _FILE_OFFSET_BITS */ 339 340/* Define for large files, on AIX-style hosts. */ 341/* #undef _LARGE_FILES */ 342 343/* Define to 1 if on MINIX. */ 344/* #undef _MINIX */ 345 346/* Define to 2 if the system does not provide POSIX.1 features except with 347 this defined. */ 348/* #undef _POSIX_1_SOURCE */ 349 350/* Define to 1 if you need to in order for `stat' and other things to work. */ 351/* #undef _POSIX_SOURCE */ 352 353/* Define to empty if `const' does not conform to ANSI C. */ 354/* #undef const */ 355 356/* Define to `__inline__' or `__inline' if that's what the C compiler 357 calls it, or to nothing if 'inline' is not supported under any name. */ 358#ifndef __cplusplus 359/* #undef inline */ 360#endif 361 362/* Define to `int' if <sys/types.h> does not define. */ 363/* #undef pid_t */ 364 365#include "config-fixups.h" 366