diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-16 16:13:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-16 16:13:05 +0000 |
commit | b6db87897aa2871e146535b5f11b298bb38978d7 (patch) | |
tree | 7df6be9c7ffc757f76f1a553ca975764d9dd4393 /driver/xf86-video-cirrus/config.h.in | |
parent | c1c60f60fadac54bb031e23e020c2a7d32db63c9 (diff) |
Update to xf86-video-cirrus 1.5.1
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 b9d14006a..32686dc65 100644 --- a/driver/xf86-video-cirrus/config.h.in +++ b/driver/xf86-video-cirrus/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <xaa.h> header file. */ +#undef HAVE_XAA_H + /* Have 1bpp support */ #undef HAVE_XF1BPP @@ -57,6 +60,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |