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 #define ENABLE_LIBXML2 1 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 /* System font directory */ 20 #define FC_DEFAULT_FONTS "/usr/share/fonts" 21 22 /* Define to nothing if C supports flexible array members, and to 1 if it does 23 not. That way, with a declaration like `struct s { int n; double 24 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 25 compilers. When computing the size of such an object, don't use 'sizeof 26 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 27 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 28 MSVC and with C++ compilers. */ 29 #define FLEXIBLE_ARRAY_MEMBER /**/ 30 31 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 32 */ 33 #define HAVE_DIRENT_H 1 34 35 /* Define to 1 if you have the <dlfcn.h> header file. */ 36 #define HAVE_DLFCN_H 1 37 38 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 39 /* #undef HAVE_DOPRNT */ 40 41 /* Define to 1 if you have the <fcntl.h> header file. */ 42 #define HAVE_FCNTL_H 1 43 44 /* Define to 1 if you have the `fstatfs' function. */ 45 #define HAVE_FSTATFS 1 46 47 /* Define to 1 if you have the `fstatvfs' function. */ 48 #define HAVE_FSTATVFS 1 49 50 /* FT_Bitmap_Size structure includes y_ppem field */ 51 #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 52 53 /* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 54 #define HAVE_FT_GET_BDF_PROPERTY 1 55 56 /* Define to 1 if you have the `FT_Get_Next_Char' function. */ 57 #define HAVE_FT_GET_NEXT_CHAR 1 58 59 /* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 60 #define HAVE_FT_GET_PS_FONT_INFO 1 61 62 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 63 #define HAVE_FT_GET_X11_FONT_FORMAT 1 64 65 /* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 66 #define HAVE_FT_HAS_PS_GLYPH_NAMES 1 67 68 /* Define to 1 if you have the `FT_Select_Size' function. */ 69 #define HAVE_FT_SELECT_SIZE 1 70 71 /* Define to 1 if you have the `getexecname' function. */ 72 /* #undef HAVE_GETEXECNAME */ 73 74 /* Define to 1 if you have the `getopt' function. */ 75 #define HAVE_GETOPT 1 76 77 /* Define to 1 if you have the `getopt_long' function. */ 78 #define HAVE_GETOPT_LONG 1 79 80 /* Define to 1 if you have the `getpagesize' function. */ 81 #define HAVE_GETPAGESIZE 1 82 83 /* Define to 1 if you have the `getprogname' function. */ 84 /* #undef HAVE_GETPROGNAME */ 85 86 /* Have Intel __sync_* atomic primitives */ 87 #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 88 89 /* Define to 1 if you have the <inttypes.h> header file. */ 90 #define HAVE_INTTYPES_H 1 91 92 /* Define to 1 if you have the `link' function. */ 93 #define HAVE_LINK 1 94 95 /* Define to 1 if you have the `lrand48' function. */ 96 #define HAVE_LRAND48 1 97 98 /* Define to 1 if you have the `lstat' function. */ 99 #define HAVE_LSTAT 1 100 101 /* Define to 1 if you have the <memory.h> header file. */ 102 #define HAVE_MEMORY_H 1 103 104 /* Define to 1 if you have the `mkostemp' function. */ 105 #define HAVE_MKOSTEMP 1 106 107 /* Define to 1 if you have the `mkstemp' function. */ 108 #define HAVE_MKSTEMP 1 109 110 /* Define to 1 if you have a working `mmap' system call. */ 111 #define HAVE_MMAP 1 112 113 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 114 /* #undef HAVE_NDIR_H */ 115 116 /* Define to 1 if you have the 'posix_fadvise' function. */ 117 #define HAVE_POSIX_FADVISE 1 118 119 /* Have POSIX threads */ 120 #define HAVE_PTHREAD 1 121 122 /* Have PTHREAD_PRIO_INHERIT. */ 123 #define HAVE_PTHREAD_PRIO_INHERIT 1 124 125 /* Define to 1 if you have the `rand' function. */ 126 #define HAVE_RAND 1 127 128 /* Define to 1 if you have the `random' function. */ 129 #define HAVE_RANDOM 1 130 131 /* Define to 1 if you have the `random_r' function. */ 132 #define HAVE_RANDOM_R 1 133 134 /* Define to 1 if you have the `rand_r' function. */ 135 #define HAVE_RAND_R 1 136 137 /* Define to 1 if you have the `regcomp' function. */ 138 #define HAVE_REGCOMP 1 139 140 /* Define to 1 if you have the `regerror' function. */ 141 #define HAVE_REGERROR 1 142 143 /* Define to 1 if you have the `regexec' function. */ 144 #define HAVE_REGEXEC 1 145 146 /* Define to 1 if you have the <regex.h> header file. */ 147 #define HAVE_REGEX_H 1 148 149 /* Define to 1 if you have the `regfree' function. */ 150 #define HAVE_REGFREE 1 151 152 /* Define to 1 if you have the 'scandir' function. */ 153 #define HAVE_SCANDIR 1 154 155 /* Define to 1 if you have the 'scandir' function with int (* compar)(const 156 void *, const void *) */ 157 /* #undef HAVE_SCANDIR_VOID_P */ 158 159 /* Define to 1 if you have the <sched.h> header file. */ 160 /* #undef HAVE_SCHED_H */ 161 162 /* Have sched_yield */ 163 /* #undef HAVE_SCHED_YIELD */ 164 165 /* Have Solaris __machine_*_barrier and atomic_* operations */ 166 /* #undef HAVE_SOLARIS_ATOMIC_OPS */ 167 168 /* Define to 1 if you have the <stdint.h> header file. */ 169 #define HAVE_STDINT_H 1 170 171 /* Define to 1 if you have the <stdlib.h> header file. */ 172 #define HAVE_STDLIB_H 1 173 174 /* Define to 1 if you have the <strings.h> header file. */ 175 #define HAVE_STRINGS_H 1 176 177 /* Define to 1 if you have the <string.h> header file. */ 178 #define HAVE_STRING_H 1 179 180 /* Define to 1 if `d_type' is a member of `struct dirent'. */ 181 #define HAVE_STRUCT_DIRENT_D_TYPE 1 182 183 /* Define to 1 if `f_flags' is a member of `struct statfs'. */ 184 #define HAVE_STRUCT_STATFS_F_FLAGS 1 185 186 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 187 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ 188 189 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 190 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ 191 192 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 193 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */ 194 195 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 196 */ 197 /* #undef HAVE_SYS_DIR_H */ 198 199 /* Define to 1 if you have the <sys/mount.h> header file. */ 200 #define HAVE_SYS_MOUNT_H 1 201 202 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 203 */ 204 /* #undef HAVE_SYS_NDIR_H */ 205 206 /* Define to 1 if you have the <sys/param.h> header file. */ 207 #define HAVE_SYS_PARAM_H 1 208 209 /* Define to 1 if you have the <sys/statfs.h> header file. */ 210 #define HAVE_SYS_STATFS_H 1 211 212 /* Define to 1 if you have the <sys/stat.h> header file. */ 213 #define HAVE_SYS_STAT_H 1 214 215 /* Define to 1 if you have the <sys/types.h> header file. */ 216 #define HAVE_SYS_TYPES_H 1 217 218 /* Define to 1 if you have the <sys/vfs.h> header file. */ 219 #define HAVE_SYS_VFS_H 1 220 221 /* Define to 1 if you have the <unistd.h> header file. */ 222 #define HAVE_UNISTD_H 1 223 224 /* Define to 1 if you have the `vprintf' function. */ 225 #define HAVE_VPRINTF 1 226 227 /* Can use #warning in C files */ 228 #define HAVE_WARNING_CPP_DIRECTIVE 1 229 230 /* Use xmlparse.h instead of expat.h */ 231 /* #undef HAVE_XMLPARSE_H */ 232 233 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 234 /* #undef HAVE_XML_SETDOCTYPEDECLHANDLER */ 235 236 /* Define to 1 if you have the `_mktemp_s' function. */ 237 /* #undef HAVE__MKTEMP_S */ 238 239 /* Define to the sub-directory in which libtool stores uninstalled libraries. 240 */ 241 #define LT_OBJDIR ".libs/" 242 243 /* Name of package */ 244 #define PACKAGE "fontconfig" 245 246 /* Define to the address where bug reports for this package should be sent. */ 247 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" 248 249 /* Define to the full name of this package. */ 250 #define PACKAGE_NAME "fontconfig" 251 252 /* Define to the full name and version of this package. */ 253 #define PACKAGE_STRING "fontconfig 2.11.0" 254 255 /* Define to the one symbol short name of this package. */ 256 #define PACKAGE_TARNAME "fontconfig" 257 258 /* Define to the home page for this package. */ 259 #define PACKAGE_URL "" 260 261 /* Define to the version of this package. */ 262 #define PACKAGE_VERSION "2.11.0" 263 264 /* Define to necessary symbol if this constant uses a non-standard name on 265 your system. */ 266 /* #undef PTHREAD_CREATE_JOINABLE */ 267 268 /* The size of `char', as computed by sizeof. */ 269 /* #undef SIZEOF_CHAR */ 270 271 /* The size of `int', as computed by sizeof. */ 272 /* #undef SIZEOF_INT */ 273 274 /* The size of `long', as computed by sizeof. */ 275 /* #undef SIZEOF_LONG */ 276 277 /* The size of `short', as computed by sizeof. */ 278 /* #undef SIZEOF_SHORT */ 279 280 /* The size of `void*', as computed by sizeof. */ 281 /* #undef SIZEOF_VOIDP */ 282 283 /* The size of `void *', as computed by sizeof. */ 284 #define SIZEOF_VOID_P 8 285 286 /* Define to 1 if you have the ANSI C header files. */ 287 #define STDC_HEADERS 1 288 289 /* Use iconv. */ 290 #define USE_ICONV 0 291 292 /* Use regex */ 293 #define USE_REGEX /**/ 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.11.0" 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 /* Number of bits in a file offset, on hosts where this is settable. */ 333 /* #undef _FILE_OFFSET_BITS */ 334 335 /* Define for large files, on AIX-style hosts. */ 336 /* #undef _LARGE_FILES */ 337 338 /* Define to 1 if on MINIX. */ 339 /* #undef _MINIX */ 340 341 /* Define to 2 if the system does not provide POSIX.1 features except with 342 this defined. */ 343 /* #undef _POSIX_1_SOURCE */ 344 345 /* Define to 1 if you need to in order for `stat' and other things to work. */ 346 /* #undef _POSIX_SOURCE */ 347 348 /* Define to empty if `const' does not conform to ANSI C. */ 349 /* #undef const */ 350 351 /* Define to `__inline__' or `__inline' if that's what the C compiler 352 calls it, or to nothing if 'inline' is not supported under any name. */ 353 #ifndef __cplusplus 354 /* #undef inline */ 355 #endif 356 357 /* Define to `int' if <sys/types.h> does not define. */ 358 /* #undef pid_t */ 359 360 #include "config-fixups.h" 361