diff options
Diffstat (limited to 'driver/xf86-video-mga/config.h.in')
-rw-r--r-- | driver/xf86-video-mga/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/driver/xf86-video-mga/config.h.in b/driver/xf86-video-mga/config.h.in index 0e275e709..e3da88b26 100644 --- a/driver/xf86-video-mga/config.h.in +++ b/driver/xf86-video-mga/config.h.in @@ -32,6 +32,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Have xf86ModeBandwidth */ +#undef HAVE_XF86MODEBANDWIDTH + /* Name of package */ #undef PACKAGE @@ -50,6 +53,15 @@ /* 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 |