diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:40:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:40:35 +0000 |
commit | 019c8713c5e2d96f10ce41b51cbcad2c53b262fb (patch) | |
tree | daad15956417405685aa4b6f6e0df747b836a24e /lib | |
parent | 514a336cb5d6182a27a2169e54dae1ceace502d8 (diff) |
libXfontcache 1.0.4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libXfontcache/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libXfontcache/config.h.in b/lib/libXfontcache/config.h.in index 09ee04cec..14da6e208 100644 --- a/lib/libXfontcache/config.h.in +++ b/lib/libXfontcache/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 |