diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 18:25:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 18:25:23 +0000 |
commit | 034c8416b7ce56b0b85c7814d36c9da37f9fcdfb (patch) | |
tree | af956e1e3c3d1ec824c3143daeac341b05bbd58f /lib/libfontenc/config.h.in | |
parent | d84b8d038431da3f7ac6a941c65ace556d4a910f (diff) |
Update to libfontenc 1.1.1
Diffstat (limited to 'lib/libfontenc/config.h.in')
-rw-r--r-- | lib/libfontenc/config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libfontenc/config.h.in b/lib/libfontenc/config.h.in index b93836c34..aa95827da 100644 --- a/lib/libfontenc/config.h.in +++ b/lib/libfontenc/config.h.in @@ -33,6 +33,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -51,6 +55,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 |