diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-16 22:02:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-16 22:02:32 +0000 |
commit | 7736c2bafd7a04dc746c16a4ff9ee36c4ac37c81 (patch) | |
tree | 9213d3b2a29a9fac5bb8db377e94cd359d90c06d /driver/xf86-video-cirrus/config.h.in | |
parent | 162bd6f0e68ae2722e1d4691ebde1dd405b7cde5 (diff) |
xf86-video-cirrus 1.2.1 + one bug fix from git-current.
Tested on alpine gl5446 on alpha.
Diffstat (limited to 'driver/xf86-video-cirrus/config.h.in')
-rw-r--r-- | driver/xf86-video-cirrus/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/driver/xf86-video-cirrus/config.h.in b/driver/xf86-video-cirrus/config.h.in index a6aea89c9..94228c2ff 100644 --- a/driver/xf86-video-cirrus/config.h.in +++ b/driver/xf86-video-cirrus/config.h.in @@ -32,6 +32,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Have 1bpp support */ +#undef HAVE_XF1BPP + +/* Have 4bpp support */ +#undef HAVE_XF4BPP + /* Name of package */ #undef PACKAGE |