diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-05-06 16:11:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-05-06 16:11:32 +0000 |
commit | ce4c199084116e14d6548e44ef3521b846f6e2a3 (patch) | |
tree | bf67891c31c962429ec5b1e02a7061266ef4ba1b /driver/xf86-video-tdfx/config.h.in | |
parent | f0aa1109c77d8b7e1ae25c09a576458cb21d6303 (diff) |
Update to xf86-video-tdfx 1.4.4
Diffstat (limited to 'driver/xf86-video-tdfx/config.h.in')
-rw-r--r-- | driver/xf86-video-tdfx/config.h.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/driver/xf86-video-tdfx/config.h.in b/driver/xf86-video-tdfx/config.h.in index fce25955d..97591299d 100644 --- a/driver/xf86-video-tdfx/config.h.in +++ b/driver/xf86-video-tdfx/config.h.in @@ -32,6 +32,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -62,11 +66,11 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Version number of package */ -#undef VERSION - /* Enable DRI driver support */ -#undef XF86DRI +#undef TDFXDRI /* Enable developmental DRI driver support */ -#undef XF86DRI_DEVEL +#undef TDFXDRI_DEVEL + +/* Version number of package */ +#undef VERSION |