diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 17:48:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 17:48:11 +0000 |
commit | ef1822cea93f7497da13487910e25d1977d2d9c2 (patch) | |
tree | da25a9cfd55be568bf4b90e52552c07453ff824c /driver/xf86-video-savage/config.h.in | |
parent | 3658335d05c05cca47a13948a009d212f63dee13 (diff) |
Update to xf86-video-savage 2.3.1
Diffstat (limited to 'driver/xf86-video-savage/config.h.in')
-rw-r--r-- | driver/xf86-video-savage/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/driver/xf86-video-savage/config.h.in b/driver/xf86-video-savage/config.h.in index fce25955d..0509a85fd 100644 --- a/driver/xf86-video-savage/config.h.in +++ b/driver/xf86-video-savage/config.h.in @@ -32,6 +32,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* xextproto 7.1 available */ +#undef HAVE_XEXTPROTO_71 + +/* Have xf86XVFillKeyHelperDrawable prototype */ +#undef HAVE_XV_DRAWABLE_HELPER + /* Name of package */ #undef PACKAGE |