config.h.in 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. #include "xorg-server.h"
  3. /* Avoid PIO and use MMIO for atimisc. */
  4. #undef AVOID_CPIO
  5. /* Do not build DGA support. */
  6. #undef AVOID_DGA
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. #undef HAVE_DLFCN_H
  9. /* Define to 1 if you have the <inttypes.h> header file. */
  10. #undef HAVE_INTTYPES_H
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #undef HAVE_MEMORY_H
  13. /* Define to 1 if you have the <stdint.h> header file. */
  14. #undef HAVE_STDINT_H
  15. /* Define to 1 if you have the <stdlib.h> header file. */
  16. #undef HAVE_STDLIB_H
  17. /* Define to 1 if you have the <strings.h> header file. */
  18. #undef HAVE_STRINGS_H
  19. /* Define to 1 if you have the <string.h> header file. */
  20. #undef HAVE_STRING_H
  21. /* Define to 1 if you have the <sys/stat.h> header file. */
  22. #undef HAVE_SYS_STAT_H
  23. /* Define to 1 if you have the <sys/types.h> header file. */
  24. #undef HAVE_SYS_TYPES_H
  25. /* Define to 1 if you have the <unistd.h> header file. */
  26. #undef HAVE_UNISTD_H
  27. /* Define to 1 if you have the <xaa.h> header file. */
  28. #undef HAVE_XAA_H
  29. /* xextproto 7.1 available */
  30. #undef HAVE_XEXTPROTO_71
  31. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  32. */
  33. #undef LT_OBJDIR
  34. /* Name of package */
  35. #undef PACKAGE
  36. /* Define to the address where bug reports for this package should be sent. */
  37. #undef PACKAGE_BUGREPORT
  38. /* Define to the full name of this package. */
  39. #undef PACKAGE_NAME
  40. /* Define to the full name and version of this package. */
  41. #undef PACKAGE_STRING
  42. /* Define to the one symbol short name of this package. */
  43. #undef PACKAGE_TARNAME
  44. /* Define to the home page for this package. */
  45. #undef PACKAGE_URL
  46. /* Define to the version of this package. */
  47. #undef PACKAGE_VERSION
  48. /* Major version of this package */
  49. #undef PACKAGE_VERSION_MAJOR
  50. /* Minor version of this package */
  51. #undef PACKAGE_VERSION_MINOR
  52. /* Patch version of this package */
  53. #undef PACKAGE_VERSION_PATCHLEVEL
  54. /* Define to 1 if you have the ANSI C header files. */
  55. #undef STDC_HEADERS
  56. /* Build TV-Out support for atimisc. */
  57. #undef TV_OUT
  58. /* Build support for Exa */
  59. #undef USE_EXA
  60. /* Build support for XAA */
  61. #undef USE_XAA
  62. /* Version number of package */
  63. #undef VERSION
  64. /* Enable DRI driver support */
  65. #undef XF86DRI
  66. /* Enable developmental DRI driver support */
  67. #undef XF86DRI_DEVEL