diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-05 15:02:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-05 15:02:21 +0000 |
commit | 16dea0f4a26c83ca50a1ff77da4e015ce6bf2b69 (patch) | |
tree | 455bcd30d61041098b4f490ef244b7ac8146f0e9 /lib/libXdamage/config.h.in | |
parent | ea5e36fa6fa43f28b02ed3350decfe333fb0d56b (diff) |
Update to libXdamage 1.4.4. No actual code change.
Diffstat (limited to 'lib/libXdamage/config.h.in')
-rw-r--r-- | lib/libXdamage/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libXdamage/config.h.in b/lib/libXdamage/config.h.in index 14da6e208..4711f3dbf 100644 --- a/lib/libXdamage/config.h.in +++ b/lib/libXdamage/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 @@ -45,6 +49,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |