diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:58:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:58:58 +0000 |
commit | 635f827c060f3b3f504b6d3c386a3cd4b09bc353 (patch) | |
tree | b6f594db09cd5d0ca70fa0df505e1718a21bc3a0 /driver/xf86-video-sunffb/config.h.in | |
parent | ca3d2158b8e857bb281d4d928709629f6f6c6a18 (diff) |
Update to xf86-video-sunffb 1.2.1
Diffstat (limited to 'driver/xf86-video-sunffb/config.h.in')
-rw-r--r-- | driver/xf86-video-sunffb/config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/driver/xf86-video-sunffb/config.h.in b/driver/xf86-video-sunffb/config.h.in index fce25955d..df783a864 100644 --- a/driver/xf86-video-sunffb/config.h.in +++ b/driver/xf86-video-sunffb/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 @@ -64,9 +67,3 @@ /* Version number of package */ #undef VERSION - -/* Enable DRI driver support */ -#undef XF86DRI - -/* Enable developmental DRI driver support */ -#undef XF86DRI_DEVEL |