1fa225cbcSrjs/* config.h.in. Generated from configure.ac by autoheader. */ 2fa225cbcSrjs 3fa225cbcSrjs#include "xorg-server.h" 4fa225cbcSrjs 5fa225cbcSrjs/* Enable XvMC support */ 6fa225cbcSrjs#undef ENABLE_XVMC 7fa225cbcSrjs 8fa225cbcSrjs/* Define to 1 if you have the <dlfcn.h> header file. */ 9fa225cbcSrjs#undef HAVE_DLFCN_H 10fa225cbcSrjs 11fa225cbcSrjs/* Define to 1 if you have the <inttypes.h> header file. */ 12fa225cbcSrjs#undef HAVE_INTTYPES_H 13fa225cbcSrjs 14fa225cbcSrjs/* Define to 1 if you have the <memory.h> header file. */ 15fa225cbcSrjs#undef HAVE_MEMORY_H 16fa225cbcSrjs 17fa225cbcSrjs/* Define to 1 if you have the `mprotect' function. */ 18fa225cbcSrjs#undef HAVE_MPROTECT 19fa225cbcSrjs 20fa225cbcSrjs/* Define to 1 if you have the <stdint.h> header file. */ 21fa225cbcSrjs#undef HAVE_STDINT_H 22fa225cbcSrjs 23fa225cbcSrjs/* Define to 1 if you have the <stdlib.h> header file. */ 24fa225cbcSrjs#undef HAVE_STDLIB_H 25fa225cbcSrjs 26fa225cbcSrjs/* Define to 1 if you have the <strings.h> header file. */ 27fa225cbcSrjs#undef HAVE_STRINGS_H 28fa225cbcSrjs 29fa225cbcSrjs/* Define to 1 if you have the <string.h> header file. */ 30fa225cbcSrjs#undef HAVE_STRING_H 31fa225cbcSrjs 32fa225cbcSrjs/* Define to 1 if you have the <sys/mman.h> header file. */ 33fa225cbcSrjs#undef HAVE_SYS_MMAN_H 34fa225cbcSrjs 35fa225cbcSrjs/* Define to 1 if you have the <sys/stat.h> header file. */ 36fa225cbcSrjs#undef HAVE_SYS_STAT_H 37fa225cbcSrjs 38fa225cbcSrjs/* Define to 1 if you have the <sys/types.h> header file. */ 39fa225cbcSrjs#undef HAVE_SYS_TYPES_H 40fa225cbcSrjs 41fa225cbcSrjs/* Define to 1 if you have the <unistd.h> header file. */ 42fa225cbcSrjs#undef HAVE_UNISTD_H 43fa225cbcSrjs 44fa225cbcSrjs/* xextproto 7.1 available */ 45fa225cbcSrjs#undef HAVE_XEXTPROTO_71 46fa225cbcSrjs 47fa225cbcSrjs/* Assume KMS support */ 48fa225cbcSrjs#undef KMS_ONLY 49fa225cbcSrjs 50fa225cbcSrjs/* Define to the sub-directory in which libtool stores uninstalled libraries. 51fa225cbcSrjs */ 52fa225cbcSrjs#undef LT_OBJDIR 53fa225cbcSrjs 54fa225cbcSrjs/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 55fa225cbcSrjs#undef NO_MINUS_C_MINUS_O 56fa225cbcSrjs 57fa225cbcSrjs/* Name of package */ 58fa225cbcSrjs#undef PACKAGE 59fa225cbcSrjs 60fa225cbcSrjs/* Define to the address where bug reports for this package should be sent. */ 61fa225cbcSrjs#undef PACKAGE_BUGREPORT 62fa225cbcSrjs 63fa225cbcSrjs/* Define to the full name of this package. */ 64fa225cbcSrjs#undef PACKAGE_NAME 65fa225cbcSrjs 66fa225cbcSrjs/* Define to the full name and version of this package. */ 67fa225cbcSrjs#undef PACKAGE_STRING 68fa225cbcSrjs 69fa225cbcSrjs/* Define to the one symbol short name of this package. */ 70fa225cbcSrjs#undef PACKAGE_TARNAME 71fa225cbcSrjs 72fa225cbcSrjs/* Define to the home page for this package. */ 73fa225cbcSrjs#undef PACKAGE_URL 74fa225cbcSrjs 75fa225cbcSrjs/* Define to the version of this package. */ 76fa225cbcSrjs#undef PACKAGE_VERSION 77fa225cbcSrjs 78fa225cbcSrjs/* Major version of this package */ 79fa225cbcSrjs#undef PACKAGE_VERSION_MAJOR 80fa225cbcSrjs 81fa225cbcSrjs/* Minor version of this package */ 82fa225cbcSrjs#undef PACKAGE_VERSION_MINOR 83fa225cbcSrjs 84fa225cbcSrjs/* Patch version of this package */ 85fa225cbcSrjs#undef PACKAGE_VERSION_PATCHLEVEL 86fa225cbcSrjs 87fa225cbcSrjs/* Define to 1 if you have the ANSI C header files. */ 88fa225cbcSrjs#undef STDC_HEADERS 89fa225cbcSrjs 90fa225cbcSrjs/* Version number of package */ 91fa225cbcSrjs#undef VERSION 92fa225cbcSrjs 93fa225cbcSrjs/* Enable debug support */ 94fa225cbcSrjs#undef VIDEO_DEBUG 95fa225cbcSrjs 96fa225cbcSrjs/* Enable DRI driver support */ 97fa225cbcSrjs#undef XF86DRI 98fa225cbcSrjs 99fa225cbcSrjs/* Enable developmental DRI driver support */ 100fa225cbcSrjs#undef XF86DRI_DEVEL 101