Blame config.h.in

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