summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2007-02-21 21:17:31 -0500
committerDavid Nusinow <dnusinow@debian.org>2007-02-21 21:17:31 -0500
commit52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4 (patch)
tree6d9836e2d856832ddf95609420e38b3b15cc5eb0 /config.h.in
parentb94e6a147aee252aaabb49992783eeef42c409e3 (diff)
downloadxf86-video-ati-frc-52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4.tar.gz
xf86-video-ati-frc-52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4.tar.bz2
Autoreconf. Fixes FTBFS.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in25
1 files changed, 14 insertions, 11 deletions
diff --git a/config.h.in b/config.h.in
index e665a72..636a744 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,23 +2,14 @@
#include "xorg-server.h"
-/* Major version */
-#undef ATI_VERSION_MAJOR
-
-/* Minor version */
-#undef ATI_VERSION_MINOR
-
-/* Patch version */
-#undef ATI_VERSION_PATCH
-
/* Avoid PIO and use MMIO for atimisc. */
#undef AVOID_CPIO
/* Do not build DGA support. */
#undef AVOID_DGA
-/* Only probe PCI cards; do not probe ISA. */
-#undef AVOID_NON_PCI
+/* Use Damage extension */
+#undef DAMAGE
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -50,6 +41,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Have xf86XVFillKeyHelperDrawable prototype */
+#undef HAVE_XV_DRAWABLE_HELPER
+
/* Name of package */
#undef PACKAGE
@@ -68,6 +62,15 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Major version of this package */
+#undef PACKAGE_VERSION_MAJOR
+
+/* Minor version of this package */
+#undef PACKAGE_VERSION_MINOR
+
+/* Patch version of this package */
+#undef PACKAGE_VERSION_PATCHLEVEL
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS