diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:59:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:59:03 +0000 |
commit | 3fcad687a5f519f16625355fe02f731d99dc9896 (patch) | |
tree | 7000c8c01f687177b67adf65565201a9fc19cae6 /lib/libXv/config.h.in | |
parent | 6614cc560d415f8a333e2b5c4281c489ba7e27c4 (diff) |
Update to libXv 1.0.7
Diffstat (limited to 'lib/libXv/config.h.in')
-rw-r--r-- | lib/libXv/config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libXv/config.h.in b/lib/libXv/config.h.in index 09ee04cec..bc7ae38a6 100644 --- a/lib/libXv/config.h.in +++ b/lib/libXv/config.h.in @@ -30,6 +30,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 @@ -48,6 +52,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 |