config.h.in revision 0974d292
1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3#include "xorg-server.h" 4 5/* Use Damage extension */ 6#undef DAMAGE 7 8/* Use linux pragma pack */ 9#undef FGL_LINUX 10 11/* Define to 1 if you have the <byteswap.h> header file. */ 12#undef HAVE_BYTESWAP_H 13 14/* Define to 1 if you have the <dlfcn.h> header file. */ 15#undef HAVE_DLFCN_H 16 17/* have new FreeShadow API */ 18#undef HAVE_FREE_SHADOW 19 20/* Define to 1 if you have the <inttypes.h> header file. */ 21#undef HAVE_INTTYPES_H 22 23/* libudev support */ 24#undef HAVE_LIBUDEV 25 26/* Define to 1 if you have the <memory.h> header file. */ 27#undef HAVE_MEMORY_H 28 29/* Have pci_device_enable prototype */ 30#undef HAVE_PCI_DEVICE_ENABLE 31 32/* Define to 1 if you have the <stdint.h> header file. */ 33#undef HAVE_STDINT_H 34 35/* Define to 1 if you have the <stdlib.h> header file. */ 36#undef HAVE_STDLIB_H 37 38/* Define to 1 if you have the <strings.h> header file. */ 39#undef HAVE_STRINGS_H 40 41/* Define to 1 if you have the <string.h> header file. */ 42#undef HAVE_STRING_H 43 44/* Define to 1 if you have the <sys/stat.h> header file. */ 45#undef HAVE_SYS_STAT_H 46 47/* Define to 1 if you have the <sys/types.h> header file. */ 48#undef HAVE_SYS_TYPES_H 49 50/* Define to 1 if you have the <unistd.h> header file. */ 51#undef HAVE_UNISTD_H 52 53/* xextproto 7.1 available */ 54#undef HAVE_XEXTPROTO_71 55 56/* Have xf86_crtc_clip_video_helper prototype */ 57#undef HAVE_XF86CRTCCLIPVIDEOHELPER 58 59/* Have xf86ModeBandwidth prototype */ 60#undef HAVE_XF86MODEBANDWIDTH 61 62/* Have xf86XVFillKeyHelperDrawable prototype */ 63#undef HAVE_XV_DRAWABLE_HELPER 64 65/* Define to the sub-directory in which libtool stores uninstalled libraries. 66 */ 67#undef LT_OBJDIR 68 69/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 70#undef NO_MINUS_C_MINUS_O 71 72/* Name of package */ 73#undef PACKAGE 74 75/* Define to the address where bug reports for this package should be sent. */ 76#undef PACKAGE_BUGREPORT 77 78/* Define to the full name of this package. */ 79#undef PACKAGE_NAME 80 81/* Define to the full name and version of this package. */ 82#undef PACKAGE_STRING 83 84/* Define to the one symbol short name of this package. */ 85#undef PACKAGE_TARNAME 86 87/* Define to the home page for this package. */ 88#undef PACKAGE_URL 89 90/* Define to the version of this package. */ 91#undef PACKAGE_VERSION 92 93/* Major version of this package */ 94#undef PACKAGE_VERSION_MAJOR 95 96/* Minor version of this package */ 97#undef PACKAGE_VERSION_MINOR 98 99/* Patch version of this package */ 100#undef PACKAGE_VERSION_PATCHLEVEL 101 102/* Enable DRI2 code */ 103#undef RADEON_DRI2 104 105/* Define to 1 if you have the ANSI C header files. */ 106#undef STDC_HEADERS 107 108/* Build support for Exa */ 109#undef USE_EXA 110 111/* Define to use byteswap macros from <sys/endian.h> */ 112#undef USE_SYS_ENDIAN_H 113 114/* Build support for XAA */ 115#undef USE_XAA 116 117/* Version number of package */ 118#undef VERSION 119 120/* Enable DRI driver support */ 121#undef XF86DRI 122 123/* Enable developmental DRI driver support */ 124#undef XF86DRI_DEVEL 125 126/* DRM kernel modesetting */ 127#undef XF86DRM_MODE 128 129/* Number of bits in a file offset, on hosts where this is settable. */ 130#undef _FILE_OFFSET_BITS 131 132/* Define for large files, on AIX-style hosts. */ 133#undef _LARGE_FILES 134 135/* Define to 16-bit byteswap macro */ 136#undef bswap_16 137 138/* Define to 32-bit byteswap macro */ 139#undef bswap_32 140 141/* Define to 64-bit byteswap macro */ 142#undef bswap_64 143