config.h.in revision dbbd9e4b
1dbbd9e4bSmacallan/* config.h.in. Generated from configure.ac by autoheader. */ 2dbbd9e4bSmacallan 3dbbd9e4bSmacallan#include "xorg-server.h" 4dbbd9e4bSmacallan 5dbbd9e4bSmacallan/* Define to 1 if you have the <dlfcn.h> header file. */ 6dbbd9e4bSmacallan#undef HAVE_DLFCN_H 7dbbd9e4bSmacallan 8dbbd9e4bSmacallan/* Define to 1 if you have the <inttypes.h> header file. */ 9dbbd9e4bSmacallan#undef HAVE_INTTYPES_H 10dbbd9e4bSmacallan 11dbbd9e4bSmacallan/* Define to 1 if you have the <memory.h> header file. */ 12dbbd9e4bSmacallan#undef HAVE_MEMORY_H 13dbbd9e4bSmacallan 14dbbd9e4bSmacallan/* Define to 1 if you have the <stdint.h> header file. */ 15dbbd9e4bSmacallan#undef HAVE_STDINT_H 16dbbd9e4bSmacallan 17dbbd9e4bSmacallan/* Define to 1 if you have the <stdlib.h> header file. */ 18dbbd9e4bSmacallan#undef HAVE_STDLIB_H 19dbbd9e4bSmacallan 20dbbd9e4bSmacallan/* Define to 1 if you have the <strings.h> header file. */ 21dbbd9e4bSmacallan#undef HAVE_STRINGS_H 22dbbd9e4bSmacallan 23dbbd9e4bSmacallan/* Define to 1 if you have the <string.h> header file. */ 24dbbd9e4bSmacallan#undef HAVE_STRING_H 25dbbd9e4bSmacallan 26dbbd9e4bSmacallan/* Define to 1 if you have the <sys/stat.h> header file. */ 27dbbd9e4bSmacallan#undef HAVE_SYS_STAT_H 28dbbd9e4bSmacallan 29dbbd9e4bSmacallan/* Define to 1 if you have the <sys/types.h> header file. */ 30dbbd9e4bSmacallan#undef HAVE_SYS_TYPES_H 31dbbd9e4bSmacallan 32dbbd9e4bSmacallan/* Define to 1 if you have the <unistd.h> header file. */ 33dbbd9e4bSmacallan#undef HAVE_UNISTD_H 34dbbd9e4bSmacallan 35dbbd9e4bSmacallan/* Name of package */ 36dbbd9e4bSmacallan#undef PACKAGE 37dbbd9e4bSmacallan 38dbbd9e4bSmacallan/* Define to the address where bug reports for this package should be sent. */ 39dbbd9e4bSmacallan#undef PACKAGE_BUGREPORT 40dbbd9e4bSmacallan 41dbbd9e4bSmacallan/* Define to the full name of this package. */ 42dbbd9e4bSmacallan#undef PACKAGE_NAME 43dbbd9e4bSmacallan 44dbbd9e4bSmacallan/* Define to the full name and version of this package. */ 45dbbd9e4bSmacallan#undef PACKAGE_STRING 46dbbd9e4bSmacallan 47dbbd9e4bSmacallan/* Define to the one symbol short name of this package. */ 48dbbd9e4bSmacallan#undef PACKAGE_TARNAME 49dbbd9e4bSmacallan 50dbbd9e4bSmacallan/* Define to the version of this package. */ 51dbbd9e4bSmacallan#undef PACKAGE_VERSION 52dbbd9e4bSmacallan 53dbbd9e4bSmacallan/* Major version of this package */ 54dbbd9e4bSmacallan#undef PACKAGE_VERSION_MAJOR 55dbbd9e4bSmacallan 56dbbd9e4bSmacallan/* Minor version of this package */ 57dbbd9e4bSmacallan#undef PACKAGE_VERSION_MINOR 58dbbd9e4bSmacallan 59dbbd9e4bSmacallan/* Patch version of this package */ 60dbbd9e4bSmacallan#undef PACKAGE_VERSION_PATCHLEVEL 61dbbd9e4bSmacallan 62dbbd9e4bSmacallan/* Define to 1 if you have the ANSI C header files. */ 63dbbd9e4bSmacallan#undef STDC_HEADERS 64dbbd9e4bSmacallan 65dbbd9e4bSmacallan/* Version number of package */ 66dbbd9e4bSmacallan#undef VERSION 67dbbd9e4bSmacallan 68dbbd9e4bSmacallan/* Enable DRI driver support */ 69dbbd9e4bSmacallan#undef XF86DRI 70dbbd9e4bSmacallan 71dbbd9e4bSmacallan/* Enable developmental DRI driver support */ 72dbbd9e4bSmacallan#undef XF86DRI_DEVEL 73