diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 18:17:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 18:17:45 +0000 |
commit | 7b2e233a1aad79e446c429576b90e408aa183921 (patch) | |
tree | c38058180347e7afd416f0b8e6607719884c6c44 /driver/xf86-video-nv/config.h.in | |
parent | 9bb462321e220f71af510f09ed719d142dbe0363 (diff) |
update to xf86-video-nv 2.1.15. Tested by espie@ (not better,
but not worse either on his hardware).
Diffstat (limited to 'driver/xf86-video-nv/config.h.in')
-rw-r--r-- | driver/xf86-video-nv/config.h.in | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/driver/xf86-video-nv/config.h.in b/driver/xf86-video-nv/config.h.in index cd7099e4a..da255b3dc 100644 --- a/driver/xf86-video-nv/config.h.in +++ b/driver/xf86-video-nv/config.h.in @@ -2,6 +2,9 @@ #include "xorg-server.h" +/* X server doesn't have built-in mode code, so we need to build it */ +#undef BUILD_XMODES + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -32,17 +35,8 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* XV hooks take a DrawablePtr */ -#undef HAVE_XV_DRAWABLE - -/* Major version */ -#undef NV_MAJOR_VERSION - -/* Minor version */ -#undef NV_MINOR_VERSION - -/* Patch version */ -#undef NV_PATCHLEVEL +/* xextproto 7.1 available */ +#undef HAVE_XEXTPROTO_71 /* Name of package */ #undef PACKAGE @@ -62,11 +56,17 @@ /* 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 -/* Use the libc wrapper */ -#undef USE_LIBC_WRAPPER - /* Version number of package */ #undef VERSION |