diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-11 09:49:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-11 09:49:52 +0000 |
commit | 285699089882ceb0f2fd3828ef11feea1a5c0405 (patch) | |
tree | 624a15451f60ac8cf45189d77ff49b4952caaaf5 /driver/xf86-video-voodoo/config.h.in | |
parent | 6ff3bdf9ad126c49d95cccb76b3b4dcbfae3dc25 (diff) |
Update to xf86-video-voodoo 1.2.5
Diffstat (limited to 'driver/xf86-video-voodoo/config.h.in')
-rw-r--r-- | driver/xf86-video-voodoo/config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/driver/xf86-video-voodoo/config.h.in b/driver/xf86-video-voodoo/config.h.in index 8c62c0374..4e69e44be 100644 --- a/driver/xf86-video-voodoo/config.h.in +++ b/driver/xf86-video-voodoo/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <xaa.h> header file. */ +#undef HAVE_XAA_H + /* xextproto 7.1 available */ #undef HAVE_XEXTPROTO_71 @@ -41,6 +44,10 @@ /* Have 4bpp support */ #undef HAVE_XF4BPP +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -56,6 +63,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |