config.h.in revision c9710b42
1ca08ab68Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 22c393a42Smrg 3ca08ab68Smrg/* Define if building universal (internal helper macro) */ 4ca08ab68Smrg#undef AC_APPLE_UNIVERSAL_BUILD 5ca08ab68Smrg 6ca08ab68Smrg/* The normal alignment of `double', in bytes. */ 7ca08ab68Smrg#undef ALIGNOF_DOUBLE 82c393a42Smrg 92c393a42Smrg/* Use libxml2 instead of Expat */ 102c393a42Smrg#undef ENABLE_LIBXML2 112c393a42Smrg 122c393a42Smrg/* Additional font directories */ 132c393a42Smrg#undef FC_ADD_FONTS 142c393a42Smrg 15ca08ab68Smrg/* Architecture prefix to use for cache file names */ 16ca08ab68Smrg#undef FC_ARCHITECTURE 17ca08ab68Smrg 182c393a42Smrg/* System font directory */ 192c393a42Smrg#undef FC_DEFAULT_FONTS 202c393a42Smrg 21ca08ab68Smrg/* Define to nothing if C supports flexible array members, and to 1 if it does 22ca08ab68Smrg not. That way, with a declaration like `struct s { int n; double 23ca08ab68Smrg d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 24ca08ab68Smrg compilers. When computing the size of such an object, don't use 'sizeof 25ca08ab68Smrg (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 26ca08ab68Smrg instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 27ca08ab68Smrg MSVC and with C++ compilers. */ 28ca08ab68Smrg#undef FLEXIBLE_ARRAY_MEMBER 29ca08ab68Smrg 302c393a42Smrg/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 312c393a42Smrg */ 322c393a42Smrg#undef HAVE_DIRENT_H 332c393a42Smrg 342c393a42Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 352c393a42Smrg#undef HAVE_DLFCN_H 362c393a42Smrg 372c393a42Smrg/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 382c393a42Smrg#undef HAVE_DOPRNT 392c393a42Smrg 402c393a42Smrg/* Define to 1 if you have the <fcntl.h> header file. */ 412c393a42Smrg#undef HAVE_FCNTL_H 422c393a42Smrg 43ca08ab68Smrg/* Define to 1 if you have the `fstatfs' function. */ 44ca08ab68Smrg#undef HAVE_FSTATFS 45ca08ab68Smrg 46ca08ab68Smrg/* Define to 1 if you have the `fstatvfs' function. */ 47ca08ab68Smrg#undef HAVE_FSTATVFS 48ca08ab68Smrg 492c393a42Smrg/* FT_Bitmap_Size structure includes y_ppem field */ 502c393a42Smrg#undef HAVE_FT_BITMAP_SIZE_Y_PPEM 512c393a42Smrg 522c393a42Smrg/* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 532c393a42Smrg#undef HAVE_FT_GET_BDF_PROPERTY 542c393a42Smrg 552c393a42Smrg/* Define to 1 if you have the `FT_Get_Next_Char' function. */ 562c393a42Smrg#undef HAVE_FT_GET_NEXT_CHAR 572c393a42Smrg 582c393a42Smrg/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 592c393a42Smrg#undef HAVE_FT_GET_PS_FONT_INFO 602c393a42Smrg 612c393a42Smrg/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 622c393a42Smrg#undef HAVE_FT_GET_X11_FONT_FORMAT 632c393a42Smrg 642c393a42Smrg/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 652c393a42Smrg#undef HAVE_FT_HAS_PS_GLYPH_NAMES 662c393a42Smrg 67a6844aabSmrg/* Define to 1 if you have the `FT_Select_Size' function. */ 68a6844aabSmrg#undef HAVE_FT_SELECT_SIZE 69a6844aabSmrg 70c9710b42Smrg/* Define to 1 if you have the `getexecname' function. */ 71c9710b42Smrg#undef HAVE_GETEXECNAME 722c393a42Smrg 732c393a42Smrg/* Define to 1 if you have the `getopt' function. */ 742c393a42Smrg#undef HAVE_GETOPT 752c393a42Smrg 762c393a42Smrg/* Define to 1 if you have the `getopt_long' function. */ 772c393a42Smrg#undef HAVE_GETOPT_LONG 782c393a42Smrg 792c393a42Smrg/* Define to 1 if you have the `getpagesize' function. */ 802c393a42Smrg#undef HAVE_GETPAGESIZE 812c393a42Smrg 82c9710b42Smrg/* Define to 1 if you have the `getprogname' function. */ 83c9710b42Smrg#undef HAVE_GETPROGNAME 84c9710b42Smrg 85c9710b42Smrg/* Have Intel __sync_* atomic primitives */ 86c9710b42Smrg#undef HAVE_INTEL_ATOMIC_PRIMITIVES 872c393a42Smrg 882c393a42Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 892c393a42Smrg#undef HAVE_INTTYPES_H 902c393a42Smrg 912c393a42Smrg/* Define to 1 if you have the `link' function. */ 922c393a42Smrg#undef HAVE_LINK 932c393a42Smrg 942c393a42Smrg/* Define to 1 if you have the `lrand48' function. */ 952c393a42Smrg#undef HAVE_LRAND48 962c393a42Smrg 97c9710b42Smrg/* Define to 1 if you have the `lstat' function. */ 98c9710b42Smrg#undef HAVE_LSTAT 992c393a42Smrg 1002c393a42Smrg/* Define to 1 if you have the <memory.h> header file. */ 1012c393a42Smrg#undef HAVE_MEMORY_H 1022c393a42Smrg 103c9710b42Smrg/* Define to 1 if you have the `mkostemp' function. */ 104c9710b42Smrg#undef HAVE_MKOSTEMP 1052c393a42Smrg 1062c393a42Smrg/* Define to 1 if you have the `mkstemp' function. */ 1072c393a42Smrg#undef HAVE_MKSTEMP 1082c393a42Smrg 1092c393a42Smrg/* Define to 1 if you have a working `mmap' system call. */ 1102c393a42Smrg#undef HAVE_MMAP 1112c393a42Smrg 1122c393a42Smrg/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 1132c393a42Smrg#undef HAVE_NDIR_H 1142c393a42Smrg 115c9710b42Smrg/* Define to 1 if you have the 'posix_fadvise' function. */ 116ca08ab68Smrg#undef HAVE_POSIX_FADVISE 117ca08ab68Smrg 118c9710b42Smrg/* Have POSIX threads */ 119c9710b42Smrg#undef HAVE_PTHREAD 120c9710b42Smrg 121c9710b42Smrg/* Have PTHREAD_PRIO_INHERIT. */ 122c9710b42Smrg#undef HAVE_PTHREAD_PRIO_INHERIT 123c9710b42Smrg 1242c393a42Smrg/* Define to 1 if you have the `rand' function. */ 1252c393a42Smrg#undef HAVE_RAND 1262c393a42Smrg 1272c393a42Smrg/* Define to 1 if you have the `random' function. */ 1282c393a42Smrg#undef HAVE_RANDOM 1292c393a42Smrg 130ca08ab68Smrg/* Define to 1 if you have the `random_r' function. */ 131ca08ab68Smrg#undef HAVE_RANDOM_R 132ca08ab68Smrg 133ca08ab68Smrg/* Define to 1 if you have the `rand_r' function. */ 134ca08ab68Smrg#undef HAVE_RAND_R 135ca08ab68Smrg 136ca08ab68Smrg/* Define to 1 if you have the `regcomp' function. */ 137ca08ab68Smrg#undef HAVE_REGCOMP 138ca08ab68Smrg 139ca08ab68Smrg/* Define to 1 if you have the `regerror' function. */ 140ca08ab68Smrg#undef HAVE_REGERROR 141ca08ab68Smrg 142ca08ab68Smrg/* Define to 1 if you have the `regexec' function. */ 143ca08ab68Smrg#undef HAVE_REGEXEC 144ca08ab68Smrg 145ca08ab68Smrg/* Define to 1 if you have the <regex.h> header file. */ 146ca08ab68Smrg#undef HAVE_REGEX_H 147ca08ab68Smrg 148ca08ab68Smrg/* Define to 1 if you have the `regfree' function. */ 149ca08ab68Smrg#undef HAVE_REGFREE 150ca08ab68Smrg 151c9710b42Smrg/* Define to 1 if you have the <sched.h> header file. */ 152c9710b42Smrg#undef HAVE_SCHED_H 153c9710b42Smrg 154c9710b42Smrg/* Have sched_yield */ 155c9710b42Smrg#undef HAVE_SCHED_YIELD 156c9710b42Smrg 157c9710b42Smrg/* Have Solaris __machine_*_barrier and atomic_* operations */ 158c9710b42Smrg#undef HAVE_SOLARIS_ATOMIC_OPS 159c9710b42Smrg 1602c393a42Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1612c393a42Smrg#undef HAVE_STDINT_H 1622c393a42Smrg 1632c393a42Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1642c393a42Smrg#undef HAVE_STDLIB_H 1652c393a42Smrg 1662c393a42Smrg/* Define to 1 if you have the <strings.h> header file. */ 1672c393a42Smrg#undef HAVE_STRINGS_H 1682c393a42Smrg 1692c393a42Smrg/* Define to 1 if you have the <string.h> header file. */ 1702c393a42Smrg#undef HAVE_STRING_H 1712c393a42Smrg 172ca08ab68Smrg/* Define to 1 if `d_type' is a member of `struct dirent'. */ 173ca08ab68Smrg#undef HAVE_STRUCT_DIRENT_D_TYPE 174ca08ab68Smrg 175ca08ab68Smrg/* Define to 1 if `f_flags' is a member of `struct statfs'. */ 176ca08ab68Smrg#undef HAVE_STRUCT_STATFS_F_FLAGS 177ca08ab68Smrg 178ca08ab68Smrg/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 179ca08ab68Smrg#undef HAVE_STRUCT_STATFS_F_FSTYPENAME 180ca08ab68Smrg 181ca08ab68Smrg/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 182ca08ab68Smrg#undef HAVE_STRUCT_STATVFS_F_BASETYPE 183ca08ab68Smrg 184ca08ab68Smrg/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 185ca08ab68Smrg#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME 186ca08ab68Smrg 1872c393a42Smrg/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 1882c393a42Smrg */ 1892c393a42Smrg#undef HAVE_SYS_DIR_H 1902c393a42Smrg 191ca08ab68Smrg/* Define to 1 if you have the <sys/mount.h> header file. */ 192ca08ab68Smrg#undef HAVE_SYS_MOUNT_H 193ca08ab68Smrg 1942c393a42Smrg/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 1952c393a42Smrg */ 1962c393a42Smrg#undef HAVE_SYS_NDIR_H 1972c393a42Smrg 198ca08ab68Smrg/* Define to 1 if you have the <sys/param.h> header file. */ 199ca08ab68Smrg#undef HAVE_SYS_PARAM_H 200ca08ab68Smrg 201ca08ab68Smrg/* Define to 1 if you have the <sys/statfs.h> header file. */ 202ca08ab68Smrg#undef HAVE_SYS_STATFS_H 203ca08ab68Smrg 2042c393a42Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2052c393a42Smrg#undef HAVE_SYS_STAT_H 2062c393a42Smrg 2072c393a42Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2082c393a42Smrg#undef HAVE_SYS_TYPES_H 2092c393a42Smrg 210ca08ab68Smrg/* Define to 1 if you have the <sys/vfs.h> header file. */ 211ca08ab68Smrg#undef HAVE_SYS_VFS_H 212ca08ab68Smrg 2132c393a42Smrg/* Define to 1 if you have the <unistd.h> header file. */ 2142c393a42Smrg#undef HAVE_UNISTD_H 2152c393a42Smrg 2162c393a42Smrg/* Define to 1 if you have the `vprintf' function. */ 2172c393a42Smrg#undef HAVE_VPRINTF 2182c393a42Smrg 2192c393a42Smrg/* Can use #warning in C files */ 2202c393a42Smrg#undef HAVE_WARNING_CPP_DIRECTIVE 2212c393a42Smrg 2222c393a42Smrg/* Use xmlparse.h instead of expat.h */ 2232c393a42Smrg#undef HAVE_XMLPARSE_H 2242c393a42Smrg 2252c393a42Smrg/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 2262c393a42Smrg#undef HAVE_XML_SETDOCTYPEDECLHANDLER 2272c393a42Smrg 228c9710b42Smrg/* Define to 1 if you have the `_mktemp_s' function. */ 229c9710b42Smrg#undef HAVE__MKTEMP_S 230c9710b42Smrg 231a6844aabSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 232a6844aabSmrg */ 233a6844aabSmrg#undef LT_OBJDIR 234a6844aabSmrg 2352c393a42Smrg/* Name of package */ 2362c393a42Smrg#undef PACKAGE 2372c393a42Smrg 2382c393a42Smrg/* Define to the address where bug reports for this package should be sent. */ 2392c393a42Smrg#undef PACKAGE_BUGREPORT 2402c393a42Smrg 2412c393a42Smrg/* Define to the full name of this package. */ 2422c393a42Smrg#undef PACKAGE_NAME 2432c393a42Smrg 2442c393a42Smrg/* Define to the full name and version of this package. */ 2452c393a42Smrg#undef PACKAGE_STRING 2462c393a42Smrg 2472c393a42Smrg/* Define to the one symbol short name of this package. */ 2482c393a42Smrg#undef PACKAGE_TARNAME 2492c393a42Smrg 250ca08ab68Smrg/* Define to the home page for this package. */ 251ca08ab68Smrg#undef PACKAGE_URL 252ca08ab68Smrg 2532c393a42Smrg/* Define to the version of this package. */ 2542c393a42Smrg#undef PACKAGE_VERSION 2552c393a42Smrg 256c9710b42Smrg/* Define to necessary symbol if this constant uses a non-standard name on 257c9710b42Smrg your system. */ 258c9710b42Smrg#undef PTHREAD_CREATE_JOINABLE 259c9710b42Smrg 260c9710b42Smrg/* The size of `char', as computed by sizeof. */ 261c9710b42Smrg#undef SIZEOF_CHAR 262c9710b42Smrg 263c9710b42Smrg/* The size of `int', as computed by sizeof. */ 264c9710b42Smrg#undef SIZEOF_INT 265c9710b42Smrg 266c9710b42Smrg/* The size of `long', as computed by sizeof. */ 267c9710b42Smrg#undef SIZEOF_LONG 268c9710b42Smrg 269c9710b42Smrg/* The size of `short', as computed by sizeof. */ 270c9710b42Smrg#undef SIZEOF_SHORT 271c9710b42Smrg 272c9710b42Smrg/* The size of `void*', as computed by sizeof. */ 273c9710b42Smrg#undef SIZEOF_VOIDP 274c9710b42Smrg 275ca08ab68Smrg/* The size of `void *', as computed by sizeof. */ 276ca08ab68Smrg#undef SIZEOF_VOID_P 277ca08ab68Smrg 2782c393a42Smrg/* Define to 1 if you have the ANSI C header files. */ 2792c393a42Smrg#undef STDC_HEADERS 2802c393a42Smrg 2812c393a42Smrg/* Use iconv. */ 2822c393a42Smrg#undef USE_ICONV 2832c393a42Smrg 284ca08ab68Smrg/* Use regex */ 285ca08ab68Smrg#undef USE_REGEX 286ca08ab68Smrg 287c9710b42Smrg/* Enable extensions on AIX 3, Interix. */ 288c9710b42Smrg#ifndef _ALL_SOURCE 289c9710b42Smrg# undef _ALL_SOURCE 290c9710b42Smrg#endif 291c9710b42Smrg/* Enable GNU extensions on systems that have them. */ 292c9710b42Smrg#ifndef _GNU_SOURCE 293c9710b42Smrg# undef _GNU_SOURCE 294c9710b42Smrg#endif 295c9710b42Smrg/* Enable threading extensions on Solaris. */ 296c9710b42Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 297c9710b42Smrg# undef _POSIX_PTHREAD_SEMANTICS 298c9710b42Smrg#endif 299c9710b42Smrg/* Enable extensions on HP NonStop. */ 300c9710b42Smrg#ifndef _TANDEM_SOURCE 301c9710b42Smrg# undef _TANDEM_SOURCE 302c9710b42Smrg#endif 303c9710b42Smrg/* Enable general extensions on Solaris. */ 304c9710b42Smrg#ifndef __EXTENSIONS__ 305c9710b42Smrg# undef __EXTENSIONS__ 306c9710b42Smrg#endif 307c9710b42Smrg 308c9710b42Smrg 3092c393a42Smrg/* Version number of package */ 3102c393a42Smrg#undef VERSION 3112c393a42Smrg 312ca08ab68Smrg/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 313ca08ab68Smrg significant byte first (like Motorola and SPARC, unlike Intel). */ 314ca08ab68Smrg#if defined AC_APPLE_UNIVERSAL_BUILD 315ca08ab68Smrg# if defined __BIG_ENDIAN__ 316ca08ab68Smrg# define WORDS_BIGENDIAN 1 317ca08ab68Smrg# endif 318ca08ab68Smrg#else 319ca08ab68Smrg# ifndef WORDS_BIGENDIAN 320ca08ab68Smrg# undef WORDS_BIGENDIAN 321ca08ab68Smrg# endif 322ca08ab68Smrg#endif 323ca08ab68Smrg 324c9710b42Smrg/* Enable large inode numbers on Mac OS X 10.5. */ 325c9710b42Smrg#ifndef _DARWIN_USE_64_BIT_INODE 326c9710b42Smrg# define _DARWIN_USE_64_BIT_INODE 1 327c9710b42Smrg#endif 328c9710b42Smrg 329c9710b42Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 330c9710b42Smrg#undef _FILE_OFFSET_BITS 331c9710b42Smrg 332c9710b42Smrg/* Define for large files, on AIX-style hosts. */ 333c9710b42Smrg#undef _LARGE_FILES 334c9710b42Smrg 335c9710b42Smrg/* Define to 1 if on MINIX. */ 336c9710b42Smrg#undef _MINIX 337c9710b42Smrg 338c9710b42Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 339c9710b42Smrg this defined. */ 340c9710b42Smrg#undef _POSIX_1_SOURCE 341c9710b42Smrg 342c9710b42Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 343c9710b42Smrg#undef _POSIX_SOURCE 344c9710b42Smrg 3452c393a42Smrg/* Define to empty if `const' does not conform to ANSI C. */ 3462c393a42Smrg#undef const 3472c393a42Smrg 3482c393a42Smrg/* Define to `__inline__' or `__inline' if that's what the C compiler 3492c393a42Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 3502c393a42Smrg#ifndef __cplusplus 3512c393a42Smrg#undef inline 3522c393a42Smrg#endif 3532c393a42Smrg 3542c393a42Smrg/* Define to `int' if <sys/types.h> does not define. */ 3552c393a42Smrg#undef pid_t 356ca08ab68Smrg 357ca08ab68Smrg#include "config-fixups.h" 358