15d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* config.h.  Generated from config.h.in by configure.  */
25d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* config.h.in.  Generated from configure.ac by autoheader.  */
35d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
45d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define if building universal (internal helper macro) */
55d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef AC_APPLE_UNIVERSAL_BUILD */
65d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
75d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The normal alignment of `double', in bytes. */
85d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define ALIGNOF_DOUBLE 8
95d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Use libxml2 instead of Expat */
115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define ENABLE_LIBXML2 1
125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Additional font directories */
145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define FC_ADD_FONTS "yes"
155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Architecture prefix to use for cache file names */
175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef FC_ARCHITECTURE */
185d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* System font directory */
205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define FC_DEFAULT_FONTS "/usr/share/fonts"
215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to nothing if C supports flexible array members, and to 1 if it does
235d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   not. That way, with a declaration like `struct s { int n; double
245d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   compilers. When computing the size of such an object, don't use 'sizeof
265d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
275d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
285d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   MSVC and with C++ compilers. */
295d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define FLEXIBLE_ARRAY_MEMBER /**/
305d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
315d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
325d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   */
335d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_DIRENT_H 1
345d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
355d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <dlfcn.h> header file. */
365d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_DLFCN_H 1
375d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
385d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
395d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_DOPRNT */
405d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
415d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <fcntl.h> header file. */
425d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FCNTL_H 1
435d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
445d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `fstatfs' function. */
455d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FSTATFS 1
465d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
475d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `fstatvfs' function. */
485d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FSTATVFS 1
495d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
505d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* FT_Bitmap_Size structure includes y_ppem field */
515d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
525d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
535d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Get_BDF_Property' function. */
545d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_GET_BDF_PROPERTY 1
555d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
565d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Get_Next_Char' function. */
575d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_GET_NEXT_CHAR 1
585d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
595d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
605d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_GET_PS_FONT_INFO 1
615d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
625d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
635d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_GET_X11_FONT_FORMAT 1
645d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
655d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
665d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_HAS_PS_GLYPH_NAMES 1
675d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
685d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `FT_Select_Size' function. */
695d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_FT_SELECT_SIZE 1
705d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
715d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `getexecname' function. */
725d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_GETEXECNAME */
735d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
745d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `getopt' function. */
755d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_GETOPT 1
765d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
775d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `getopt_long' function. */
785d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_GETOPT_LONG 1
795d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
805d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `getpagesize' function. */
815d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_GETPAGESIZE 1
825d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
835d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `getprogname' function. */
845d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_GETPROGNAME */
855d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
865d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Have Intel __sync_* atomic primitives */
875d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
885d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
895d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <inttypes.h> header file. */
905d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_INTTYPES_H 1
915d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
925d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `link' function. */
935d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_LINK 1
945d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
955d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `lrand48' function. */
965d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_LRAND48 1
975d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
985d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `lstat' function. */
995d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_LSTAT 1
1005d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1015d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <memory.h> header file. */
1025d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_MEMORY_H 1
1035d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1045d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `mkostemp' function. */
1055d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_MKOSTEMP 1
1065d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1075d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `mkstemp' function. */
1085d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_MKSTEMP 1
1095d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have a working `mmap' system call. */
1115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_MMAP 1
1125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_NDIR_H */
1155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the 'posix_fadvise' function. */
1175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_POSIX_FADVISE 1
1185d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Have POSIX threads */
1205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_PTHREAD 1
1215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Have PTHREAD_PRIO_INHERIT. */
1235d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_PTHREAD_PRIO_INHERIT 1
1245d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `rand' function. */
1265d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_RAND 1
1275d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1285d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `random' function. */
1295d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_RANDOM 1
1305d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1315d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `random_r' function. */
1325d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_RANDOM_R 1
1335d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1345d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `rand_r' function. */
1355d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_RAND_R 1
1365d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1375d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `regcomp' function. */
1385d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_REGCOMP 1
1395d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1405d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `regerror' function. */
1415d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_REGERROR 1
1425d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1435d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `regexec' function. */
1445d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_REGEXEC 1
1455d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1465d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <regex.h> header file. */
1475d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_REGEX_H 1
1485d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1495d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `regfree' function. */
1505d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_REGFREE 1
1515d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1525d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the 'scandir' function. */
1535d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SCANDIR 1
1545d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1555d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the 'scandir' function with int (* compar)(const
1565d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   void *, const void *) */
1575d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SCANDIR_VOID_P */
1585d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1595d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sched.h> header file. */
1605d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SCHED_H */
1615d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1625d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Have sched_yield */
1635d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SCHED_YIELD */
1645d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1655d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Have Solaris __machine_*_barrier and atomic_* operations */
1665d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SOLARIS_ATOMIC_OPS */
1675d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1685d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <stdint.h> header file. */
1695d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STDINT_H 1
1705d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1715d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <stdlib.h> header file. */
1725d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STDLIB_H 1
1735d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1745d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <strings.h> header file. */
1755d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STRINGS_H 1
1765d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1775d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <string.h> header file. */
1785d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STRING_H 1
1795d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1805d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if `d_type' is a member of `struct dirent'. */
1815d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STRUCT_DIRENT_D_TYPE 1
1825d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1835d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if `f_flags' is a member of `struct statfs'. */
1845d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_STRUCT_STATFS_F_FLAGS 1
1855d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1865d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
1875d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
1885d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1895d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
1905d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
1915d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1925d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
1935d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
1945d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1955d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1965d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   */
1975d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SYS_DIR_H */
1985d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
1995d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/mount.h> header file. */
2005d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_MOUNT_H 1
2015d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2025d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
2035d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   */
2045d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_SYS_NDIR_H */
2055d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2065d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/param.h> header file. */
2075d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_PARAM_H 1
2085d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2095d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/statfs.h> header file. */
2105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_STATFS_H 1
2115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/stat.h> header file. */
2135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_STAT_H 1
2145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/types.h> header file. */
2165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_TYPES_H 1
2175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2185d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <sys/vfs.h> header file. */
2195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_SYS_VFS_H 1
2205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the <unistd.h> header file. */
2225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_UNISTD_H 1
2235d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2245d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `vprintf' function. */
2255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_VPRINTF 1
2265d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2275d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Can use #warning in C files */
2285d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define HAVE_WARNING_CPP_DIRECTIVE 1
2295d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2305d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Use xmlparse.h instead of expat.h */
2315d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_XMLPARSE_H */
2325d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2335d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
2345d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE_XML_SETDOCTYPEDECLHANDLER */
2355d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2365d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the `_mktemp_s' function. */
2375d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef HAVE__MKTEMP_S */
2385d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2395d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the sub-directory in which libtool stores uninstalled libraries.
2405d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   */
2415d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define LT_OBJDIR ".libs/"
2425d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2435d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Name of package */
2445d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE "fontconfig"
2455d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2465d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the address where bug reports for this package should be sent. */
2475d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig"
2485d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2495d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the full name of this package. */
2505d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_NAME "fontconfig"
2515d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2525d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the full name and version of this package. */
2535d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_STRING "fontconfig 2.11.0"
2545d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2555d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the one symbol short name of this package. */
2565d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_TARNAME "fontconfig"
2575d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2585d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the home page for this package. */
2595d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_URL ""
2605d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2615d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to the version of this package. */
2625d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define PACKAGE_VERSION "2.11.0"
2635d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2645d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to necessary symbol if this constant uses a non-standard name on
2655d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   your system. */
2665d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef PTHREAD_CREATE_JOINABLE */
2675d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2685d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `char', as computed by sizeof. */
2695d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef SIZEOF_CHAR */
2705d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2715d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `int', as computed by sizeof. */
2725d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef SIZEOF_INT */
2735d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2745d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `long', as computed by sizeof. */
2755d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef SIZEOF_LONG */
2765d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2775d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `short', as computed by sizeof. */
2785d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef SIZEOF_SHORT */
2795d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2805d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `void*', as computed by sizeof. */
2815d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef SIZEOF_VOIDP */
2825d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2835d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* The size of `void *', as computed by sizeof. */
2845d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define SIZEOF_VOID_P 8
2855d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2865d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you have the ANSI C header files. */
2875d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define STDC_HEADERS 1
2885d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2895d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Use iconv. */
2905d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define USE_ICONV 0
2915d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2925d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Use regex */
2935d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define USE_REGEX /**/
2945d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
2955d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Enable extensions on AIX 3, Interix.  */
2965d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef _ALL_SOURCE
2975d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# define _ALL_SOURCE 1
2985d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
2995d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Enable GNU extensions on systems that have them.  */
3005d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef _GNU_SOURCE
3015d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# define _GNU_SOURCE 1
3025d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3035d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Enable threading extensions on Solaris.  */
3045d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef _POSIX_PTHREAD_SEMANTICS
3055d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# define _POSIX_PTHREAD_SEMANTICS 1
3065d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3075d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Enable extensions on HP NonStop.  */
3085d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef _TANDEM_SOURCE
3095d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# define _TANDEM_SOURCE 1
3105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Enable general extensions on Solaris.  */
3125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef __EXTENSIONS__
3135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# define __EXTENSIONS__ 1
3145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Version number of package */
3185d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#define VERSION "2.11.0"
3195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
3215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   significant byte first (like Motorola and SPARC, unlike Intel). */
3225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#if defined AC_APPLE_UNIVERSAL_BUILD
3235d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# if defined __BIG_ENDIAN__
3245d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#  define WORDS_BIGENDIAN 1
3255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# endif
3265d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#else
3275d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# ifndef WORDS_BIGENDIAN
3285d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #  undef WORDS_BIGENDIAN */
3295d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# endif
3305d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3315d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3325d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Number of bits in a file offset, on hosts where this is settable. */
3335d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef _FILE_OFFSET_BITS */
3345d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3355d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define for large files, on AIX-style hosts. */
3365d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef _LARGE_FILES */
3375d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3385d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if on MINIX. */
3395d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef _MINIX */
3405d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3415d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 2 if the system does not provide POSIX.1 features except with
3425d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   this defined. */
3435d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef _POSIX_1_SOURCE */
3445d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3455d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to 1 if you need to in order for `stat' and other things to work. */
3465d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef _POSIX_SOURCE */
3475d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3485d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to empty if `const' does not conform to ANSI C. */
3495d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef const */
3505d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3515d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to `__inline__' or `__inline' if that's what the C compiler
3525d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)   calls it, or to nothing if 'inline' is not supported under any name.  */
3535d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#ifndef __cplusplus
3545d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef inline */
3555d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#endif
3565d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3575d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* Define to `int' if <sys/types.h> does not define. */
3585d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)/* #undef pid_t */
3595d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
3605d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#include "config-fixups.h"
361