diff options
Diffstat (limited to 'driver/xf86-video-sis/config.h.in')
-rw-r--r-- | driver/xf86-video-sis/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/xf86-video-sis/config.h.in b/driver/xf86-video-sis/config.h.in index b909bee63..8453a53b7 100644 --- a/driver/xf86-video-sis/config.h.in +++ b/driver/xf86-video-sis/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* xextproto 7.1 available */ +#undef HAVE_XEXTPROTO_71 + /* Name of package */ #undef PACKAGE |