diff options
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 |