config.h revision 96f30226
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/* The normal alignment of `void *', in bytes. */ 11#define ALIGNOF_VOID_P 8 12 13/* Use libxml2 instead of Expat */ 14/* #undef ENABLE_LIBXML2 */ 15 16/* Define to 1 if translation of program messages to the user's native 17 language is requested. */ 18/* #undef ENABLE_NLS */ 19 20/* Additional font directories */ 21#define FC_ADD_FONTS "/usr/X11R7/lib/X11/fonts,/usr/pkg/share/fonts/urw,/usr/pkg/share/ghostscript/fonts,/usr/pkg/share/fonts/X11" 22 23/* Architecture prefix to use for cache file names */ 24/* #undef FC_ARCHITECTURE */ 25 26/* System font directory */ 27#define FC_DEFAULT_FONTS "<dir>/usr/X11R7/lib/X11/fonts</dir>" 28 29/* The type of len parameter of the gperf hash/lookup function */ 30#define FC_GPERF_SIZE_T size_t 31 32/* Define to nothing if C supports flexible array members, and to 1 if it does 33 not. That way, with a declaration like `struct s { int n; double 34 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 35 compilers. When computing the size of such an object, don't use 'sizeof 36 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 37 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 38 MSVC and with C++ compilers. */ 39#define FLEXIBLE_ARRAY_MEMBER /**/ 40 41/* Gettext package */ 42#define GETTEXT_PACKAGE "fontconfig" 43 44/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the 45 CoreFoundation framework. */ 46/* #undef HAVE_CFLOCALECOPYCURRENT */ 47 48/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 49 the CoreFoundation framework. */ 50/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 51 52/* Define if the GNU dcgettext() function is already present or preinstalled. 53 */ 54/* #undef HAVE_DCGETTEXT */ 55 56/* Define to 1 if you have the <dirent.h> header file. */ 57#define HAVE_DIRENT_H 1 58 59/* Define to 1 if you have the <dlfcn.h> header file. */ 60#define HAVE_DLFCN_H 1 61 62/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 63/* #undef HAVE_DOPRNT */ 64 65/* Define to 1 if you have the <fcntl.h> header file. */ 66#define HAVE_FCNTL_H 1 67 68/* Define to 1 if you have the `fstatfs' function. */ 69#define HAVE_FSTATFS 1 70 71/* Define to 1 if you have the `fstatvfs' function. */ 72#define HAVE_FSTATVFS 1 73 74/* Define to 1 if you have the `FT_Done_MM_Var' function. */ 75#define HAVE_FT_DONE_MM_VAR 1 76 77/* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 78#define HAVE_FT_GET_BDF_PROPERTY 1 79 80/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 81#define HAVE_FT_GET_PS_FONT_INFO 1 82 83/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 84#define HAVE_FT_GET_X11_FONT_FORMAT 1 85 86/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 87#define HAVE_FT_HAS_PS_GLYPH_NAMES 1 88 89/* Define to 1 if you have the `getexecname' function. */ 90/* #undef HAVE_GETEXECNAME */ 91 92/* Define to 1 if you have the `getopt' function. */ 93#define HAVE_GETOPT 1 94 95/* Define to 1 if you have the `getopt_long' function. */ 96#define HAVE_GETOPT_LONG 1 97 98/* Define to 1 if you have the `getpagesize' function. */ 99#define HAVE_GETPAGESIZE 1 100 101/* Define to 1 if you have the `getprogname' function. */ 102#define HAVE_GETPROGNAME 1 103 104/* Define if the GNU gettext() function is already present or preinstalled. */ 105/* #undef HAVE_GETTEXT */ 106 107/* Define if you have the iconv() function and it works. */ 108#define HAVE_ICONV 1 109 110/* Have Intel __sync_* atomic primitives */ 111#define HAVE_INTEL_ATOMIC_PRIMITIVES 1 112 113/* Define to 1 if you have the <inttypes.h> header file. */ 114#define HAVE_INTTYPES_H 1 115 116/* Define to 1 if you have the `link' function. */ 117#define HAVE_LINK 1 118 119/* Define to 1 if you have the `lrand48' function. */ 120#define HAVE_LRAND48 1 121 122/* Define to 1 if you have the `lstat' function. */ 123#define HAVE_LSTAT 1 124 125/* Define to 1 if you have the <minix/config.h> header file. */ 126/* #undef HAVE_MINIX_CONFIG_H */ 127 128/* Define to 1 if you have the `mkdtemp' function. */ 129#define HAVE_MKDTEMP 1 130 131/* Define to 1 if you have the `mkostemp' function. */ 132#define HAVE_MKOSTEMP 1 133 134/* Define to 1 if you have the `mkstemp' function. */ 135#define HAVE_MKSTEMP 1 136 137/* Define to 1 if you have a working `mmap' system call. */ 138#define HAVE_MMAP 1 139 140/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 141/* #undef HAVE_NDIR_H */ 142 143/* Define to 1 if you have the 'posix_fadvise' function. */ 144#define HAVE_POSIX_FADVISE 1 145 146/* Have POSIX threads */ 147/* #undef HAVE_PTHREAD */ 148 149/* Have PTHREAD_PRIO_INHERIT. */ 150/* #undef HAVE_PTHREAD_PRIO_INHERIT */ 151 152/* Define to 1 if you have the `rand' function. */ 153#define HAVE_RAND 1 154 155/* Define to 1 if you have the `random' function. */ 156#define HAVE_RANDOM 1 157 158/* Define to 1 if you have the `random_r' function. */ 159/* #undef HAVE_RANDOM_R */ 160 161/* Define to 1 if you have the `rand_r' function. */ 162#define HAVE_RAND_R 1 163 164/* Define to 1 if you have the `readlink' function. */ 165#define HAVE_READLINK 1 166 167/* Define to 1 if you have the <sched.h> header file. */ 168/* #undef HAVE_SCHED_H */ 169 170/* Have sched_yield */ 171/* #undef HAVE_SCHED_YIELD */ 172 173/* Have Solaris __machine_*_barrier and atomic_* operations */ 174/* #undef HAVE_SOLARIS_ATOMIC_OPS */ 175 176/* Have C99 stdatomic atomic primitives */ 177#define HAVE_STDATOMIC_PRIMITIVES 1 178 179/* Define to 1 if you have the <stdint.h> header file. */ 180#define HAVE_STDINT_H 1 181 182/* Define to 1 if you have the <stdio.h> header file. */ 183#define HAVE_STDIO_H 1 184 185/* Define to 1 if you have the <stdlib.h> header file. */ 186#define HAVE_STDLIB_H 1 187 188/* Define to 1 if you have the `strerror' function. */ 189#define HAVE_STRERROR 1 190 191/* Define to 1 if you have the `strerror_r' function. */ 192#define HAVE_STRERROR_R 1 193 194/* Define to 1 if you have the <strings.h> header file. */ 195#define HAVE_STRINGS_H 1 196 197/* Define to 1 if you have the <string.h> header file. */ 198#define HAVE_STRING_H 1 199 200/* Define to 1 if `d_type' is a member of `struct dirent'. */ 201#define HAVE_STRUCT_DIRENT_D_TYPE 1 202 203/* Define to 1 if `f_flags' is a member of `struct statfs'. */ 204/* #undef HAVE_STRUCT_STATFS_F_FLAGS */ 205 206/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 207/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ 208 209/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 210/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ 211 212/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 213#define HAVE_STRUCT_STATVFS_F_FSTYPENAME 1 214 215/* Define to 1 if `st_mtim' is a member of `struct stat'. */ 216#define HAVE_STRUCT_STAT_ST_MTIM 1 217 218/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 219 */ 220/* #undef HAVE_SYS_DIR_H */ 221 222/* Define to 1 if you have the <sys/mount.h> header file. */ 223#define HAVE_SYS_MOUNT_H 1 224 225/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 226 */ 227/* #undef HAVE_SYS_NDIR_H */ 228 229/* Define to 1 if you have the <sys/param.h> header file. */ 230#define HAVE_SYS_PARAM_H 1 231 232/* Define to 1 if you have the <sys/statfs.h> header file. */ 233/* #undef HAVE_SYS_STATFS_H */ 234 235/* Define to 1 if you have the <sys/statvfs.h> header file. */ 236#define HAVE_SYS_STATVFS_H 1 237 238/* Define to 1 if you have the <sys/stat.h> header file. */ 239#define HAVE_SYS_STAT_H 1 240 241/* Define to 1 if you have the <sys/types.h> header file. */ 242#define HAVE_SYS_TYPES_H 1 243 244/* Define to 1 if you have the <sys/vfs.h> header file. */ 245/* #undef HAVE_SYS_VFS_H */ 246 247/* Define to 1 if you have the <unistd.h> header file. */ 248#define HAVE_UNISTD_H 1 249 250/* Define to 1 if you have the `vprintf' function. */ 251#define HAVE_VPRINTF 1 252 253/* Can use #warning in C files */ 254#define HAVE_WARNING_CPP_DIRECTIVE 1 255 256/* Define to 1 if you have the <wchar.h> header file. */ 257#define HAVE_WCHAR_H 1 258 259/* Use xmlparse.h instead of expat.h */ 260/* #undef HAVE_XMLPARSE_H */ 261 262/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 263#define HAVE_XML_SETDOCTYPEDECLHANDLER 1 264 265/* Define to 1 if you have the `_mktemp_s' function. */ 266/* #undef HAVE__MKTEMP_S */ 267 268/* Define to the sub-directory where libtool stores uninstalled libraries. */ 269#define LT_OBJDIR ".libs/" 270 271/* Name of package */ 272#define PACKAGE "fontconfig" 273 274/* Define to the address where bug reports for this package should be sent. */ 275#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new" 276 277/* Define to the full name of this package. */ 278#define PACKAGE_NAME "fontconfig" 279 280/* Define to the full name and version of this package. */ 281#define PACKAGE_STRING "fontconfig 2.15.0" 282 283/* Define to the one symbol short name of this package. */ 284#define PACKAGE_TARNAME "fontconfig" 285 286/* Define to the home page for this package. */ 287#define PACKAGE_URL "" 288 289/* Define to the version of this package. */ 290#define PACKAGE_VERSION "2.15.0" 291 292/* Define to necessary symbol if this constant uses a non-standard name on 293 your system. */ 294/* #undef PTHREAD_CREATE_JOINABLE */ 295 296/* The size of `char', as computed by sizeof. */ 297/* #undef SIZEOF_CHAR */ 298 299/* The size of `int', as computed by sizeof. */ 300/* #undef SIZEOF_INT */ 301 302/* The size of `long', as computed by sizeof. */ 303/* #undef SIZEOF_LONG */ 304 305/* The size of `short', as computed by sizeof. */ 306/* #undef SIZEOF_SHORT */ 307 308/* The size of `void*', as computed by sizeof. */ 309/* #undef SIZEOF_VOIDP */ 310 311/* The size of `void *', as computed by sizeof. */ 312#define SIZEOF_VOID_P 8 313 314/* Define to 1 if all of the C90 standard headers exist (not just the ones 315 required in a freestanding environment). This macro is provided for 316 backward compatibility; new code need not use it. */ 317#define STDC_HEADERS 1 318 319/* Use iconv. */ 320#define USE_ICONV 0 321 322/* Enable extensions on AIX 3, Interix. */ 323#ifndef _ALL_SOURCE 324# define _ALL_SOURCE 1 325#endif 326/* Enable general extensions on macOS. */ 327#ifndef _DARWIN_C_SOURCE 328# define _DARWIN_C_SOURCE 1 329#endif 330/* Enable general extensions on Solaris. */ 331#ifndef __EXTENSIONS__ 332# define __EXTENSIONS__ 1 333#endif 334/* Enable GNU extensions on systems that have them. */ 335#ifndef _GNU_SOURCE 336# define _GNU_SOURCE 1 337#endif 338/* Enable X/Open compliant socket functions that do not require linking 339 with -lxnet on HP-UX 11.11. */ 340#ifndef _HPUX_ALT_XOPEN_SOCKET_API 341# define _HPUX_ALT_XOPEN_SOCKET_API 1 342#endif 343/* Identify the host operating system as Minix. 344 This macro does not affect the system headers' behavior. 345 A future release of Autoconf may stop defining this macro. */ 346#ifndef _MINIX 347/* # undef _MINIX */ 348#endif 349/* Enable general extensions on NetBSD. 350 Enable NetBSD compatibility extensions on Minix. */ 351#ifndef _NETBSD_SOURCE 352# define _NETBSD_SOURCE 1 353#endif 354/* Enable OpenBSD compatibility extensions on NetBSD. 355 Oddly enough, this does nothing on OpenBSD. */ 356#ifndef _OPENBSD_SOURCE 357# define _OPENBSD_SOURCE 1 358#endif 359/* Define to 1 if needed for POSIX-compatible behavior. */ 360#ifndef _POSIX_SOURCE 361/* # undef _POSIX_SOURCE */ 362#endif 363/* Define to 2 if needed for POSIX-compatible behavior. */ 364#ifndef _POSIX_1_SOURCE 365/* # undef _POSIX_1_SOURCE */ 366#endif 367/* Enable POSIX-compatible threading on Solaris. */ 368#ifndef _POSIX_PTHREAD_SEMANTICS 369# define _POSIX_PTHREAD_SEMANTICS 1 370#endif 371/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 372#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 373# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 374#endif 375/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 376#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 377# define __STDC_WANT_IEC_60559_BFP_EXT__ 1 378#endif 379/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 380#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 381# define __STDC_WANT_IEC_60559_DFP_EXT__ 1 382#endif 383/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 384#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 385# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 386#endif 387/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ 388#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 389# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 390#endif 391/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 392#ifndef __STDC_WANT_LIB_EXT2__ 393# define __STDC_WANT_LIB_EXT2__ 1 394#endif 395/* Enable extensions specified by ISO/IEC 24747:2009. */ 396#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 397# define __STDC_WANT_MATH_SPEC_FUNCS__ 1 398#endif 399/* Enable extensions on HP NonStop. */ 400#ifndef _TANDEM_SOURCE 401# define _TANDEM_SOURCE 1 402#endif 403/* Enable X/Open extensions. Define to 500 only if necessary 404 to make mbstate_t available. */ 405#ifndef _XOPEN_SOURCE 406/* # undef _XOPEN_SOURCE */ 407#endif 408 409 410/* Version number of package */ 411#define VERSION "2.15.0" 412 413/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 414 significant byte first (like Motorola and SPARC, unlike Intel). */ 415#if defined AC_APPLE_UNIVERSAL_BUILD 416# if defined __BIG_ENDIAN__ 417# define WORDS_BIGENDIAN 1 418# endif 419#else 420# ifndef WORDS_BIGENDIAN 421/* # undef WORDS_BIGENDIAN */ 422# endif 423#endif 424 425/* Number of bits in a file offset, on hosts where this is settable. */ 426/* #undef _FILE_OFFSET_BITS */ 427 428/* Define for large files, on AIX-style hosts. */ 429/* #undef _LARGE_FILES */ 430 431/* Define to empty if `const' does not conform to ANSI C. */ 432/* #undef const */ 433 434/* Define to `__inline__' or `__inline' if that's what the C compiler 435 calls it, or to nothing if 'inline' is not supported under any name. */ 436#ifndef __cplusplus 437/* #undef inline */ 438#endif 439 440/* Define as a signed integer type capable of holding a process identifier. */ 441/* #undef pid_t */ 442 443#include "config-fixups.h" 444