Blame config.h.in

Packit 352660
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 352660
Packit 352660
/* Define if building universal (internal helper macro) */
Packit 352660
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 352660
Packit 352660
/* The normal alignment of `double', in bytes. */
Packit 352660
#undef ALIGNOF_DOUBLE
Packit 352660
Packit 352660
/* The normal alignment of `void *', in bytes. */
Packit 352660
#undef ALIGNOF_VOID_P
Packit 352660
Packit 352660
/* Use libxml2 instead of Expat */
Packit 352660
#undef ENABLE_LIBXML2
Packit 352660
Packit 352660
/* Define to 1 if translation of program messages to the user's native
Packit 352660
   language is requested. */
Packit 352660
#undef ENABLE_NLS
Packit 352660
Packit 352660
/* Additional font directories */
Packit 352660
#undef FC_ADD_FONTS
Packit 352660
Packit 352660
/* Architecture prefix to use for cache file names */
Packit 352660
#undef FC_ARCHITECTURE
Packit 352660
Packit 352660
/* System font directory */
Packit 352660
#undef FC_DEFAULT_FONTS
Packit 352660
Packit 352660
/* The type of len parameter of the gperf hash/lookup function */
Packit 352660
#undef FC_GPERF_SIZE_T
Packit 352660
Packit 352660
/* Define to nothing if C supports flexible array members, and to 1 if it does
Packit 352660
   not. That way, with a declaration like `struct s { int n; double
Packit 352660
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
Packit 352660
   compilers. When computing the size of such an object, don't use 'sizeof
Packit 352660
   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
Packit 352660
   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
Packit 352660
   MSVC and with C++ compilers. */
Packit 352660
#undef FLEXIBLE_ARRAY_MEMBER
Packit 352660
Packit 352660
/* Gettext package */
Packit 352660
#undef GETTEXT_PACKAGE
Packit 352660
Packit 352660
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit 352660
   CoreFoundation framework. */
Packit 352660
#undef HAVE_CFLOCALECOPYCURRENT
Packit 352660
Packit 352660
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit 352660
   the CoreFoundation framework. */
Packit 352660
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 352660
Packit 352660
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit 352660
   */
Packit 352660
#undef HAVE_DCGETTEXT
Packit 352660
Packit 352660
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
Packit 352660
   */
Packit 352660
#undef HAVE_DIRENT_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 352660
#undef HAVE_DLFCN_H
Packit 352660
Packit 352660
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
Packit 352660
#undef HAVE_DOPRNT
Packit 352660
Packit 352660
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 352660
#undef HAVE_FCNTL_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `fstatfs' function. */
Packit 352660
#undef HAVE_FSTATFS
Packit 352660
Packit 352660
/* Define to 1 if you have the `fstatvfs' function. */
Packit 352660
#undef HAVE_FSTATVFS
Packit 352660
Packit 352660
/* Define to 1 if you have the `FT_Done_MM_Var' function. */
Packit 352660
#undef HAVE_FT_DONE_MM_VAR
Packit 352660
Packit 352660
/* Define to 1 if you have the `FT_Get_BDF_Property' function. */
Packit 352660
#undef HAVE_FT_GET_BDF_PROPERTY
Packit 352660
Packit 352660
/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
Packit 352660
#undef HAVE_FT_GET_PS_FONT_INFO
Packit 352660
Packit 352660
/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
Packit 352660
#undef HAVE_FT_GET_X11_FONT_FORMAT
Packit 352660
Packit 352660
/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
Packit 352660
#undef HAVE_FT_HAS_PS_GLYPH_NAMES
Packit 352660
Packit 352660
/* Define to 1 if you have the `getexecname' function. */
Packit 352660
#undef HAVE_GETEXECNAME
Packit 352660
Packit 352660
/* Define to 1 if you have the `getopt' function. */
Packit 352660
#undef HAVE_GETOPT
Packit 352660
Packit 352660
/* Define to 1 if you have the `getopt_long' function. */
Packit 352660
#undef HAVE_GETOPT_LONG
Packit 352660
Packit 352660
/* Define to 1 if you have the `getpagesize' function. */
Packit 352660
#undef HAVE_GETPAGESIZE
Packit 352660
Packit 352660
/* Define to 1 if you have the `getprogname' function. */
Packit 352660
#undef HAVE_GETPROGNAME
Packit 352660
Packit 352660
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 352660
#undef HAVE_GETTEXT
Packit 352660
Packit 352660
/* Define if you have the iconv() function and it works. */
Packit 352660
#undef HAVE_ICONV
Packit 352660
Packit 352660
/* Have Intel __sync_* atomic primitives */
Packit 352660
#undef HAVE_INTEL_ATOMIC_PRIMITIVES
Packit 352660
Packit 352660
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 352660
#undef HAVE_INTTYPES_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `link' function. */
Packit 352660
#undef HAVE_LINK
Packit 352660
Packit 352660
/* Define to 1 if you have the `lrand48' function. */
Packit 352660
#undef HAVE_LRAND48
Packit 352660
Packit 352660
/* Define to 1 if you have the `lstat' function. */
Packit 352660
#undef HAVE_LSTAT
Packit 352660
Packit 352660
/* Define to 1 if you have the <memory.h> header file. */
Packit 352660
#undef HAVE_MEMORY_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `mkdtemp' function. */
Packit 352660
#undef HAVE_MKDTEMP
Packit 352660
Packit 352660
/* Define to 1 if you have the `mkostemp' function. */
Packit 352660
#undef HAVE_MKOSTEMP
Packit 352660
Packit 352660
/* Define to 1 if you have the `mkstemp' function. */
Packit 352660
#undef HAVE_MKSTEMP
Packit 352660
Packit 352660
/* Define to 1 if you have a working `mmap' system call. */
Packit 352660
#undef HAVE_MMAP
Packit 352660
Packit 352660
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
Packit 352660
#undef HAVE_NDIR_H
Packit 352660
Packit 352660
/* Define to 1 if you have the 'posix_fadvise' function. */
Packit 352660
#undef HAVE_POSIX_FADVISE
Packit 352660
Packit 352660
/* Have POSIX threads */
Packit 352660
#undef HAVE_PTHREAD
Packit 352660
Packit 352660
/* Have PTHREAD_PRIO_INHERIT. */
Packit 352660
#undef HAVE_PTHREAD_PRIO_INHERIT
Packit 352660
Packit 352660
/* Define to 1 if you have the `rand' function. */
Packit 352660
#undef HAVE_RAND
Packit 352660
Packit 352660
/* Define to 1 if you have the `random' function. */
Packit 352660
#undef HAVE_RANDOM
Packit 352660
Packit 352660
/* Define to 1 if you have the `random_r' function. */
Packit 352660
#undef HAVE_RANDOM_R
Packit 352660
Packit 352660
/* Define to 1 if you have the `rand_r' function. */
Packit 352660
#undef HAVE_RAND_R
Packit 352660
Packit 352660
/* Define to 1 if you have the `readlink' function. */
Packit 352660
#undef HAVE_READLINK
Packit 352660
Packit 352660
/* Define to 1 if you have the <sched.h> header file. */
Packit 352660
#undef HAVE_SCHED_H
Packit 352660
Packit 352660
/* Have sched_yield */
Packit 352660
#undef HAVE_SCHED_YIELD
Packit 352660
Packit 352660
/* Have Solaris __machine_*_barrier and atomic_* operations */
Packit 352660
#undef HAVE_SOLARIS_ATOMIC_OPS
Packit 352660
Packit 352660
/* Define to 1 if you have the <stdint.h> header file. */
Packit 352660
#undef HAVE_STDINT_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 352660
#undef HAVE_STDLIB_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `strerror' function. */
Packit 352660
#undef HAVE_STRERROR
Packit 352660
Packit 352660
/* Define to 1 if you have the `strerror_r' function. */
Packit 352660
#undef HAVE_STRERROR_R
Packit 352660
Packit 352660
/* Define to 1 if you have the <strings.h> header file. */
Packit 352660
#undef HAVE_STRINGS_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <string.h> header file. */
Packit 352660
#undef HAVE_STRING_H
Packit 352660
Packit 352660
/* Define to 1 if `d_type' is a member of `struct dirent'. */
Packit 352660
#undef HAVE_STRUCT_DIRENT_D_TYPE
Packit 352660
Packit 352660
/* Define to 1 if `f_flags' is a member of `struct statfs'. */
Packit 352660
#undef HAVE_STRUCT_STATFS_F_FLAGS
Packit 352660
Packit 352660
/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
Packit 352660
#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
Packit 352660
Packit 352660
/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
Packit 352660
#undef HAVE_STRUCT_STATVFS_F_BASETYPE
Packit 352660
Packit 352660
/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
Packit 352660
#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
Packit 352660
Packit 352660
/* Define to 1 if `st_mtim' is a member of `struct stat'. */
Packit 352660
#undef HAVE_STRUCT_STAT_ST_MTIM
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
Packit 352660
   */
Packit 352660
#undef HAVE_SYS_DIR_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/mount.h> header file. */
Packit 352660
#undef HAVE_SYS_MOUNT_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
Packit 352660
   */
Packit 352660
#undef HAVE_SYS_NDIR_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 352660
#undef HAVE_SYS_PARAM_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/statfs.h> header file. */
Packit 352660
#undef HAVE_SYS_STATFS_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/statvfs.h> header file. */
Packit 352660
#undef HAVE_SYS_STATVFS_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 352660
#undef HAVE_SYS_STAT_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 352660
#undef HAVE_SYS_TYPES_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <sys/vfs.h> header file. */
Packit 352660
#undef HAVE_SYS_VFS_H
Packit 352660
Packit 352660
/* Define to 1 if you have the <unistd.h> header file. */
Packit 352660
#undef HAVE_UNISTD_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `vprintf' function. */
Packit 352660
#undef HAVE_VPRINTF
Packit 352660
Packit 352660
/* Can use #warning in C files */
Packit 352660
#undef HAVE_WARNING_CPP_DIRECTIVE
Packit 352660
Packit 352660
/* Use xmlparse.h instead of expat.h */
Packit 352660
#undef HAVE_XMLPARSE_H
Packit 352660
Packit 352660
/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
Packit 352660
#undef HAVE_XML_SETDOCTYPEDECLHANDLER
Packit 352660
Packit 352660
/* Define to 1 if you have the `_mktemp_s' function. */
Packit 352660
#undef HAVE__MKTEMP_S
Packit 352660
Packit 352660
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 352660
#undef LT_OBJDIR
Packit 352660
Packit 352660
/* Name of package */
Packit 352660
#undef PACKAGE
Packit 352660
Packit 352660
/* Define to the address where bug reports for this package should be sent. */
Packit 352660
#undef PACKAGE_BUGREPORT
Packit 352660
Packit 352660
/* Define to the full name of this package. */
Packit 352660
#undef PACKAGE_NAME
Packit 352660
Packit 352660
/* Define to the full name and version of this package. */
Packit 352660
#undef PACKAGE_STRING
Packit 352660
Packit 352660
/* Define to the one symbol short name of this package. */
Packit 352660
#undef PACKAGE_TARNAME
Packit 352660
Packit 352660
/* Define to the home page for this package. */
Packit 352660
#undef PACKAGE_URL
Packit 352660
Packit 352660
/* Define to the version of this package. */
Packit 352660
#undef PACKAGE_VERSION
Packit 352660
Packit 352660
/* Define to necessary symbol if this constant uses a non-standard name on
Packit 352660
   your system. */
Packit 352660
#undef PTHREAD_CREATE_JOINABLE
Packit 352660
Packit 352660
/* The size of `char', as computed by sizeof. */
Packit 352660
#undef SIZEOF_CHAR
Packit 352660
Packit 352660
/* The size of `int', as computed by sizeof. */
Packit 352660
#undef SIZEOF_INT
Packit 352660
Packit 352660
/* The size of `long', as computed by sizeof. */
Packit 352660
#undef SIZEOF_LONG
Packit 352660
Packit 352660
/* The size of `short', as computed by sizeof. */
Packit 352660
#undef SIZEOF_SHORT
Packit 352660
Packit 352660
/* The size of `void*', as computed by sizeof. */
Packit 352660
#undef SIZEOF_VOIDP
Packit 352660
Packit 352660
/* The size of `void *', as computed by sizeof. */
Packit 352660
#undef SIZEOF_VOID_P
Packit 352660
Packit 352660
/* Define to 1 if you have the ANSI C header files. */
Packit 352660
#undef STDC_HEADERS
Packit 352660
Packit 352660
/* Use iconv. */
Packit 352660
#undef USE_ICONV
Packit 352660
Packit 352660
/* Enable extensions on AIX 3, Interix.  */
Packit 352660
#ifndef _ALL_SOURCE
Packit 352660
# undef _ALL_SOURCE
Packit 352660
#endif
Packit 352660
/* Enable GNU extensions on systems that have them.  */
Packit 352660
#ifndef _GNU_SOURCE
Packit 352660
# undef _GNU_SOURCE
Packit 352660
#endif
Packit 352660
/* Enable threading extensions on Solaris.  */
Packit 352660
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 352660
# undef _POSIX_PTHREAD_SEMANTICS
Packit 352660
#endif
Packit 352660
/* Enable extensions on HP NonStop.  */
Packit 352660
#ifndef _TANDEM_SOURCE
Packit 352660
# undef _TANDEM_SOURCE
Packit 352660
#endif
Packit 352660
/* Enable general extensions on Solaris.  */
Packit 352660
#ifndef __EXTENSIONS__
Packit 352660
# undef __EXTENSIONS__
Packit 352660
#endif
Packit 352660
Packit 352660
Packit 352660
/* Version number of package */
Packit 352660
#undef VERSION
Packit 352660
Packit 352660
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 352660
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 352660
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 352660
# if defined __BIG_ENDIAN__
Packit 352660
#  define WORDS_BIGENDIAN 1
Packit 352660
# endif
Packit 352660
#else
Packit 352660
# ifndef WORDS_BIGENDIAN
Packit 352660
#  undef WORDS_BIGENDIAN
Packit 352660
# endif
Packit 352660
#endif
Packit 352660
Packit 352660
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 352660
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 352660
# define _DARWIN_USE_64_BIT_INODE 1
Packit 352660
#endif
Packit 352660
Packit 352660
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 352660
#undef _FILE_OFFSET_BITS
Packit 352660
Packit 352660
/* Define for large files, on AIX-style hosts. */
Packit 352660
#undef _LARGE_FILES
Packit 352660
Packit 352660
/* Define to 1 if on MINIX. */
Packit 352660
#undef _MINIX
Packit 352660
Packit 352660
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 352660
   this defined. */
Packit 352660
#undef _POSIX_1_SOURCE
Packit 352660
Packit 352660
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 352660
#undef _POSIX_SOURCE
Packit 352660
Packit 352660
/* Define to empty if `const' does not conform to ANSI C. */
Packit 352660
#undef const
Packit 352660
Packit 352660
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 352660
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 352660
#ifndef __cplusplus
Packit 352660
#undef inline
Packit 352660
#endif
Packit 352660
Packit 352660
/* Define to `int' if <sys/types.h> does not define. */
Packit 352660
#undef pid_t
Packit 352660
Packit 352660
#include "config-fixups.h"