diff options
Diffstat (limited to 'lib/libXfixes/config.h.in')
-rw-r--r-- | lib/libXfixes/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libXfixes/config.h.in b/lib/libXfixes/config.h.in index 09ee04cec..14da6e208 100644 --- a/lib/libXfixes/config.h.in +++ b/lib/libXfixes/config.h.in @@ -48,6 +48,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 |