Blame config.h.in

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