diff options
Diffstat (limited to 'driver/xf86-video-trident/config.h.in')
-rw-r--r-- | driver/xf86-video-trident/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/xf86-video-trident/config.h.in b/driver/xf86-video-trident/config.h.in index 4139a2066..50e28f88e 100644 --- a/driver/xf86-video-trident/config.h.in +++ b/driver/xf86-video-trident/config.h.in @@ -35,6 +35,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 |