diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-28 17:25:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-09-28 17:25:12 +0000 |
commit | 3631e11491bd4261137088fc93f38ea157780136 (patch) | |
tree | c9c6383f5cfa57c3755e89bedd70fc0f24a55272 /lib/libXaw/config.h.in | |
parent | ecaff8ced6ef4a2bff425d8647dd63570225f01a (diff) |
Update to libXaw 1.0.12
Diffstat (limited to 'lib/libXaw/config.h.in')
-rw-r--r-- | lib/libXaw/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXaw/config.h.in b/lib/libXaw/config.h.in index 01832fcec..3059a29ad 100644 --- a/lib/libXaw/config.h.in +++ b/lib/libXaw/config.h.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the `iswalnum' function. */ #undef HAVE_ISWALNUM +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +#undef HAVE_LIBWS2_32 + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -67,6 +70,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 |