diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-23 15:56:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-08-23 15:56:10 +0000 |
commit | 3b70db0cc0c1af3d8b3582c29a9eb4e3aa3a8f87 (patch) | |
tree | ae993864fecb2d9c06e8a76fbeb7d5d0054d9bdd /lib/libXt/config.h.in | |
parent | c6236d9adc97b5c746dac67e8ec6c6d52fe2ae23 (diff) |
update to libXt 1.0.6
Diffstat (limited to 'lib/libXt/config.h.in')
-rw-r--r-- | lib/libXt/config.h.in | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lib/libXt/config.h.in b/lib/libXt/config.h.in index def05c6c9..2fc42d747 100644 --- a/lib/libXt/config.h.in +++ b/lib/libXt/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* 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 @@ -33,6 +36,9 @@ /* Define to 1 if Xalloca.h should include <alloca.h> */ #undef INCLUDE_ALLOCA_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE @@ -51,13 +57,22 @@ /* 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 -/* Define to 1 if you have the `poll' function. */ +/* Define to 1 if you have the "poll" function. */ #undef USE_POLL -/* Define to 1 if you have the `snprintf' function. */ +/* Define to 1 if you have the "snprintf" function. */ #undef USE_SNPRINTF /* Version number of package */ |