diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-12-19 21:37:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-12-19 21:37:24 +0000 |
commit | c988c6456c258bde2e7150368e58deb67a165d8a (patch) | |
tree | 2d208ca92488c9a8e08f8b0bd1280e15174c65a4 /driver/xf86-video-vmware/config.h.in | |
parent | 5368bd462fe06630f934258f0367a2b9ba7df681 (diff) |
Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901)
Diffstat (limited to 'driver/xf86-video-vmware/config.h.in')
-rw-r--r-- | driver/xf86-video-vmware/config.h.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/driver/xf86-video-vmware/config.h.in b/driver/xf86-video-vmware/config.h.in index e2f5d8978..99bbd75a2 100644 --- a/driver/xf86-video-vmware/config.h.in +++ b/driver/xf86-video-vmware/config.h.in @@ -5,9 +5,6 @@ /* Building the vmwgfx driver path */ #undef BUILD_VMWGFX -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -50,10 +47,6 @@ /* Has version 1.7.0 or greater of the Xserver */ #undef HAVE_XORG_SERVER_1_7_0 -/* 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 @@ -72,6 +65,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 @@ -90,6 +86,11 @@ /* Version number of package */ #undef VERSION +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |