diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 18:09:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 18:09:25 +0000 |
commit | 7b987e6204a3bea9e45b68f4e047853ea03e958d (patch) | |
tree | f6526fe722e90602b953931b8d108ab76d69c578 /driver/xf86-video-tga/config.h.in | |
parent | c96952ddabdeff433e395cd0139982a33cb43fe3 (diff) |
Update to xf86-video-tga 1.2.1
Diffstat (limited to 'driver/xf86-video-tga/config.h.in')
-rw-r--r-- | driver/xf86-video-tga/config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/driver/xf86-video-tga/config.h.in b/driver/xf86-video-tga/config.h.in index db6ccf22e..8c62c0374 100644 --- a/driver/xf86-video-tga/config.h.in +++ b/driver/xf86-video-tga/config.h.in @@ -32,6 +32,15 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* xextproto 7.1 available */ +#undef HAVE_XEXTPROTO_71 + +/* Have 1bpp support */ +#undef HAVE_XF1BPP + +/* Have 4bpp support */ +#undef HAVE_XF4BPP + /* Name of package */ #undef PACKAGE @@ -50,6 +59,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |