diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-01 19:20:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-01 19:20:45 +0000 |
commit | 827903acd7affa933df6722c7fdd4363aa7a2d40 (patch) | |
tree | 2a86384faf1a3b46e934d4873a9fc6da3b236eb6 /driver/xf86-video-sunffb/config.h.in | |
parent | 9b3af2f2b6952a34d24c644c96bed14079371635 (diff) |
Update to xf86-video-sunffb 1.2.2
Diffstat (limited to 'driver/xf86-video-sunffb/config.h.in')
-rw-r--r-- | driver/xf86-video-sunffb/config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/driver/xf86-video-sunffb/config.h.in b/driver/xf86-video-sunffb/config.h.in index df783a864..464f159ff 100644 --- a/driver/xf86-video-sunffb/config.h.in +++ b/driver/xf86-video-sunffb/config.h.in @@ -32,9 +32,16 @@ /* 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 + /* xextproto 7.1 available */ #undef HAVE_XEXTPROTO_71 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -50,6 +57,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 |