1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 #include "xorg-server.h" 5 6 /* Use Damage extension */ 7 /* #undef DAMAGE */ 8 9 /* Enable debug support */ 10 /* #undef HAVE_DEBUG */ 11 12 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 #define HAVE_DLFCN_H 1 14 15 /* DRI is available */ 16 #define HAVE_DRI 1 17 18 /* Define to 1 if you have the <inttypes.h> header file. */ 19 #define HAVE_INTTYPES_H 1 20 21 /* libudev support */ 22 /* #undef HAVE_LIBUDEV */ 23 24 /* Define to 1 if you have the <memory.h> header file. */ 25 #define HAVE_MEMORY_H 1 26 27 /* libpciacces available */ 28 #define HAVE_PCIACCESS 1 29 30 /* Define to 1 if you have the <pthread.h> header file. */ 31 #define HAVE_PTHREAD_H 1 32 33 /* Define to 1 if you have the <stdint.h> header file. */ 34 #define HAVE_STDINT_H 1 35 36 /* Define to 1 if you have the <stdlib.h> header file. */ 37 #define HAVE_STDLIB_H 1 38 39 /* Define to 1 if you have the <strings.h> header file. */ 40 #define HAVE_STRINGS_H 1 41 42 /* Define to 1 if you have the <string.h> header file. */ 43 #define HAVE_STRING_H 1 44 45 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 46 #define HAVE_SYS_IOCTL_H 1 47 48 /* Define to 1 if you have the <sys/stat.h> header file. */ 49 #define HAVE_SYS_STAT_H 1 50 51 /* Define to 1 if you have the <sys/time.h> header file. */ 52 #define HAVE_SYS_TIME_H 1 53 54 /* Define to 1 if you have the <sys/types.h> header file. */ 55 #define HAVE_SYS_TYPES_H 1 56 57 /* Define to 1 if you have the <time.h> header file. */ 58 #define HAVE_TIME_H 1 59 60 /* Define to 1 if you have the <unistd.h> header file. */ 61 #define HAVE_UNISTD_H 1 62 63 /* xextproto 7.1 available */ 64 #define HAVE_XEXTPROTO_71 1 65 66 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 67 #define LT_OBJDIR ".libs/" 68 69 /* Name of package */ 70 #define PACKAGE "xf86-video-openchrome" 71 72 /* Define to the address where bug reports for this package should be sent. */ 73 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome" 74 75 /* Define to the full name of this package. */ 76 #define PACKAGE_NAME "xf86-video-openchrome" 77 78 /* Define to the full name and version of this package. */ 79 #define PACKAGE_STRING "xf86-video-openchrome 0.6.0" 80 81 /* Define to the one symbol short name of this package. */ 82 #define PACKAGE_TARNAME "xf86-video-openchrome" 83 84 /* Define to the home page for this package. */ 85 #define PACKAGE_URL "" 86 87 /* Define to the version of this package. */ 88 #define PACKAGE_VERSION "0.6.0" 89 90 /* Define to 1 if you have the ANSI C header files. */ 91 #define STDC_HEADERS 1 92 93 /* Enable build of registers dumper tool */ 94 /* #undef TOOLS */ 95 96 /* Version number of package */ 97 #define VERSION "0.6.0" 98 99 /* Major version */ 100 #define VIA_MAJOR_VERSION 0 101 102 /* Minor version */ 103 #define VIA_MINOR_VERSION 6 104 105 /* Patch version */ 106 #define VIA_PATCHLEVEL 0 107 108 /* Enable DRI driver support */ 109 #define XF86DRI 1 110 111 /* Enable XVideo debug support */ 112 /* #undef XV_DEBUG */ 113 114 /* Compatibility define for older Xen */ 115 #define X_HAVE_XAAGETROP 1 116 117 /* Compatibility define for older Xen */ 118 #define X_NEED_I2CSTART 1 119 120 /* Compatibility define for older Xen */ 121 #define X_USE_LINEARFB 1 122 123 /* Compatibility define for older Xen */ 124 #define X_USE_REGION_NULL 1 125 126 /* Enable large inode numbers on Mac OS X 10.5. */ 127 #ifndef _DARWIN_USE_64_BIT_INODE 128 # define _DARWIN_USE_64_BIT_INODE 1 129 #endif 130 131 /* Number of bits in a file offset, on hosts where this is settable. */ 132 /* #undef _FILE_OFFSET_BITS */ 133 134 /* Define for large files, on AIX-style hosts. */ 135 /* #undef _LARGE_FILES */ 136