config.h.in revision 71ba42d0
1fc5a983dSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2fc5a983dSmrg 3fc5a983dSmrg#include "xorg-server.h" 4fc5a983dSmrg 5fc5a983dSmrg/* X server doesn't have built-in mode code, so we need to build it */ 6fc5a983dSmrg#undef BUILD_XMODES 7fc5a983dSmrg 8fc5a983dSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 9fc5a983dSmrg#undef HAVE_DLFCN_H 10fc5a983dSmrg 11fc5a983dSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 12fc5a983dSmrg#undef HAVE_INTTYPES_H 13fc5a983dSmrg 14fc5a983dSmrg/* Define to 1 if you have the <memory.h> header file. */ 15fc5a983dSmrg#undef HAVE_MEMORY_H 16fc5a983dSmrg 17fc5a983dSmrg/* Define to 1 if you have the <stdint.h> header file. */ 18fc5a983dSmrg#undef HAVE_STDINT_H 19fc5a983dSmrg 20fc5a983dSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 21fc5a983dSmrg#undef HAVE_STDLIB_H 22fc5a983dSmrg 23fc5a983dSmrg/* Define to 1 if you have the <strings.h> header file. */ 24fc5a983dSmrg#undef HAVE_STRINGS_H 25fc5a983dSmrg 26fc5a983dSmrg/* Define to 1 if you have the <string.h> header file. */ 27fc5a983dSmrg#undef HAVE_STRING_H 28fc5a983dSmrg 29fc5a983dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 30fc5a983dSmrg#undef HAVE_SYS_STAT_H 31fc5a983dSmrg 32fc5a983dSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 33fc5a983dSmrg#undef HAVE_SYS_TYPES_H 34fc5a983dSmrg 35fc5a983dSmrg/* Define to 1 if you have the <unistd.h> header file. */ 36fc5a983dSmrg#undef HAVE_UNISTD_H 37fc5a983dSmrg 3871ba42d0Smrg/* xextproto 7.1 available */ 3971ba42d0Smrg#undef HAVE_XEXTPROTO_71 4071ba42d0Smrg 41f3561b8bSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 42f3561b8bSmrg */ 43f3561b8bSmrg#undef LT_OBJDIR 44f3561b8bSmrg 45fc5a983dSmrg/* Name of package */ 46fc5a983dSmrg#undef PACKAGE 47fc5a983dSmrg 48fc5a983dSmrg/* Define to the address where bug reports for this package should be sent. */ 49fc5a983dSmrg#undef PACKAGE_BUGREPORT 50fc5a983dSmrg 51fc5a983dSmrg/* Define to the full name of this package. */ 52fc5a983dSmrg#undef PACKAGE_NAME 53fc5a983dSmrg 54fc5a983dSmrg/* Define to the full name and version of this package. */ 55fc5a983dSmrg#undef PACKAGE_STRING 56fc5a983dSmrg 57fc5a983dSmrg/* Define to the one symbol short name of this package. */ 58fc5a983dSmrg#undef PACKAGE_TARNAME 59fc5a983dSmrg 6071ba42d0Smrg/* Define to the home page for this package. */ 6171ba42d0Smrg#undef PACKAGE_URL 6271ba42d0Smrg 63fc5a983dSmrg/* Define to the version of this package. */ 64fc5a983dSmrg#undef PACKAGE_VERSION 65fc5a983dSmrg 66fc5a983dSmrg/* Major version of this package */ 67fc5a983dSmrg#undef PACKAGE_VERSION_MAJOR 68fc5a983dSmrg 69fc5a983dSmrg/* Minor version of this package */ 70fc5a983dSmrg#undef PACKAGE_VERSION_MINOR 71fc5a983dSmrg 72fc5a983dSmrg/* Patch version of this package */ 73fc5a983dSmrg#undef PACKAGE_VERSION_PATCHLEVEL 74fc5a983dSmrg 75fc5a983dSmrg/* Define to 1 if you have the ANSI C header files. */ 76fc5a983dSmrg#undef STDC_HEADERS 77fc5a983dSmrg 78fc5a983dSmrg/* Version number of package */ 79fc5a983dSmrg#undef VERSION 80