config.h.in revision 11bf0794
1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3#include "xorg-server.h" 4 5/* Define to 1 if you have the <byteswap.h> header file. */ 6#undef HAVE_BYTESWAP_H 7 8/* Define to 1 if you have the <dlfcn.h> header file. */ 9#undef HAVE_DLFCN_H 10 11/* Define to 1 if you have the <dri3.h> header file. */ 12#undef HAVE_DRI3_H 13 14/* Have fbGlyphs API */ 15#undef HAVE_FBGLYPHS 16 17/* Have GBM_BO_USE_LINEAR */ 18#undef HAVE_GBM_BO_USE_LINEAR 19 20/* Have glamor_egl_destroy_textured_pixmap API */ 21#undef HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP 22 23/* Have glamor_finish API */ 24#undef HAVE_GLAMOR_FINISH 25 26/* Have glamor_glyphs_init API */ 27#undef HAVE_GLAMOR_GLYPHS_INIT 28 29/* Define to 1 if you have the <glamor.h> header file. */ 30#undef HAVE_GLAMOR_H 31 32/* Define to 1 if you have the <inttypes.h> header file. */ 33#undef HAVE_INTTYPES_H 34 35/* libudev support */ 36#undef HAVE_LIBUDEV 37 38/* Define to 1 if you have the <memory.h> header file. */ 39#undef HAVE_MEMORY_H 40 41/* Define to 1 if you have the <misyncshm.h> header file. */ 42#undef HAVE_MISYNCSHM_H 43 44/* Define to 1 if you have the <present.h> header file. */ 45#undef HAVE_PRESENT_H 46 47/* Have RegionDuplicate API */ 48#undef HAVE_REGIONDUPLICATE 49 50/* Define to 1 if you have the <stdint.h> header file. */ 51#undef HAVE_STDINT_H 52 53/* Define to 1 if you have the <stdlib.h> header file. */ 54#undef HAVE_STDLIB_H 55 56/* Define to 1 if you have the <strings.h> header file. */ 57#undef HAVE_STRINGS_H 58 59/* Define to 1 if you have the <string.h> header file. */ 60#undef HAVE_STRING_H 61 62/* Define to 1 if you have the <sys/stat.h> header file. */ 63#undef HAVE_SYS_STAT_H 64 65/* Define to 1 if you have the <sys/types.h> header file. */ 66#undef HAVE_SYS_TYPES_H 67 68/* Define to 1 if you have the <unistd.h> header file. */ 69#undef HAVE_UNISTD_H 70 71/* xextproto 7.1 available */ 72#undef HAVE_XEXTPROTO_71 73 74/* Have xf86CursorResetCursor API */ 75#undef HAVE_XF86_CURSOR_RESET_CURSOR 76 77/* Have xorg_list API */ 78#undef HAVE_XORG_LIST 79 80/* Define to the sub-directory where libtool stores uninstalled libraries. */ 81#undef LT_OBJDIR 82 83/* Name of package */ 84#undef PACKAGE 85 86/* Define to the address where bug reports for this package should be sent. */ 87#undef PACKAGE_BUGREPORT 88 89/* Define to the full name of this package. */ 90#undef PACKAGE_NAME 91 92/* Define to the full name and version of this package. */ 93#undef PACKAGE_STRING 94 95/* Define to the one symbol short name of this package. */ 96#undef PACKAGE_TARNAME 97 98/* Define to the home page for this package. */ 99#undef PACKAGE_URL 100 101/* Define to the version of this package. */ 102#undef PACKAGE_VERSION 103 104/* Major version of this package */ 105#undef PACKAGE_VERSION_MAJOR 106 107/* Minor version of this package */ 108#undef PACKAGE_VERSION_MINOR 109 110/* Patch version of this package */ 111#undef PACKAGE_VERSION_PATCHLEVEL 112 113/* Define to 1 if you have the ANSI C header files. */ 114#undef STDC_HEADERS 115 116/* Enable glamor acceleration */ 117#undef USE_GLAMOR 118 119/* Define to use byteswap macros from <sys/endian.h> */ 120#undef USE_SYS_ENDIAN_H 121 122/* Version number of package */ 123#undef VERSION 124 125/* Enable large inode numbers on Mac OS X 10.5. */ 126#ifndef _DARWIN_USE_64_BIT_INODE 127# define _DARWIN_USE_64_BIT_INODE 1 128#endif 129 130/* Number of bits in a file offset, on hosts where this is settable. */ 131#undef _FILE_OFFSET_BITS 132 133/* Define for large files, on AIX-style hosts. */ 134#undef _LARGE_FILES 135 136/* Define to 16-bit byteswap macro */ 137#undef bswap_16 138 139/* Define to 32-bit byteswap macro */ 140#undef bswap_32 141 142/* Define to 64-bit byteswap macro */ 143#undef bswap_64 144