Blame config.h.in

Packit 56e0ee
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 56e0ee
#undef HAVE_DLFCN_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 56e0ee
#undef HAVE_INTTYPES_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <memory.h> header file. */
Packit 56e0ee
#undef HAVE_MEMORY_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the `pathconf' function. */
Packit 56e0ee
#undef HAVE_PATHCONF
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <stdint.h> header file. */
Packit 56e0ee
#undef HAVE_STDINT_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 56e0ee
#undef HAVE_STDLIB_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <strings.h> header file. */
Packit 56e0ee
#undef HAVE_STRINGS_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <string.h> header file. */
Packit 56e0ee
#undef HAVE_STRING_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 56e0ee
#undef HAVE_SYS_STAT_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 56e0ee
#undef HAVE_SYS_TYPES_H
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the <unistd.h> header file. */
Packit 56e0ee
#undef HAVE_UNISTD_H
Packit 56e0ee
Packit 56e0ee
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 56e0ee
#undef LT_OBJDIR
Packit 56e0ee
Packit 56e0ee
/* Name of package */
Packit 56e0ee
#undef PACKAGE
Packit 56e0ee
Packit 56e0ee
/* Define to the address where bug reports for this package should be sent. */
Packit 56e0ee
#undef PACKAGE_BUGREPORT
Packit 56e0ee
Packit 56e0ee
/* Define to the full name of this package. */
Packit 56e0ee
#undef PACKAGE_NAME
Packit 56e0ee
Packit 56e0ee
/* Define to the full name and version of this package. */
Packit 56e0ee
#undef PACKAGE_STRING
Packit 56e0ee
Packit 56e0ee
/* Define to the one symbol short name of this package. */
Packit 56e0ee
#undef PACKAGE_TARNAME
Packit 56e0ee
Packit 56e0ee
/* Define to the home page for this package. */
Packit 56e0ee
#undef PACKAGE_URL
Packit 56e0ee
Packit 56e0ee
/* Define to the version of this package. */
Packit 56e0ee
#undef PACKAGE_VERSION
Packit 56e0ee
Packit 56e0ee
/* Major version of this package */
Packit 56e0ee
#undef PACKAGE_VERSION_MAJOR
Packit 56e0ee
Packit 56e0ee
/* Minor version of this package */
Packit 56e0ee
#undef PACKAGE_VERSION_MINOR
Packit 56e0ee
Packit 56e0ee
/* Patch version of this package */
Packit 56e0ee
#undef PACKAGE_VERSION_PATCHLEVEL
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you have the ANSI C header files. */
Packit 56e0ee
#undef STDC_HEADERS
Packit 56e0ee
Packit 56e0ee
/* Enable extensions on AIX 3, Interix.  */
Packit 56e0ee
#ifndef _ALL_SOURCE
Packit 56e0ee
# undef _ALL_SOURCE
Packit 56e0ee
#endif
Packit 56e0ee
/* Enable GNU extensions on systems that have them.  */
Packit 56e0ee
#ifndef _GNU_SOURCE
Packit 56e0ee
# undef _GNU_SOURCE
Packit 56e0ee
#endif
Packit 56e0ee
/* Enable threading extensions on Solaris.  */
Packit 56e0ee
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 56e0ee
# undef _POSIX_PTHREAD_SEMANTICS
Packit 56e0ee
#endif
Packit 56e0ee
/* Enable extensions on HP NonStop.  */
Packit 56e0ee
#ifndef _TANDEM_SOURCE
Packit 56e0ee
# undef _TANDEM_SOURCE
Packit 56e0ee
#endif
Packit 56e0ee
/* Enable general extensions on Solaris.  */
Packit 56e0ee
#ifndef __EXTENSIONS__
Packit 56e0ee
# undef __EXTENSIONS__
Packit 56e0ee
#endif
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
/* Version number of package */
Packit 56e0ee
#undef VERSION
Packit 56e0ee
Packit 56e0ee
/* Whether libXau is compiled with thread support */
Packit 56e0ee
#undef XTHREADS
Packit 56e0ee
Packit 56e0ee
/* Whether libXau needs to use MT safe API's */
Packit 56e0ee
#undef XUSE_MTSAFE_API
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if on MINIX. */
Packit 56e0ee
#undef _MINIX
Packit 56e0ee
Packit 56e0ee
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 56e0ee
   this defined. */
Packit 56e0ee
#undef _POSIX_1_SOURCE
Packit 56e0ee
Packit 56e0ee
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 56e0ee
#undef _POSIX_SOURCE