diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-05-13 20:25:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-05-13 20:25:51 +0000 |
commit | 13056d6f72fa6fd99f13c2bff893ca4d02324797 (patch) | |
tree | 398ab07fe5fc7c2fa2281a2a1619d722a53349df /driver/xf86-video-s3/config.h.in | |
parent | c46b15e0f833a9349400d45915223cbf34633de0 (diff) |
Update to xf86-video-s3 0.6.4.
Diffstat (limited to 'driver/xf86-video-s3/config.h.in')
-rw-r--r-- | driver/xf86-video-s3/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/xf86-video-s3/config.h.in b/driver/xf86-video-s3/config.h.in index a6aea89c9..04b149000 100644 --- a/driver/xf86-video-s3/config.h.in +++ b/driver/xf86-video-s3/config.h.in @@ -32,6 +32,13 @@ /* 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 + +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE |