diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-12 09:49:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-12 09:49:12 +0000 |
commit | 21ec70a6f82c233c5e06fcae147e917bd2bd36e3 (patch) | |
tree | eeabdb175b58d316252eb842d1c86a063d3400ab /lib/libICE/config.h.in | |
parent | 5ba9c85883f558d8d8e0d0b4830b8c809a5e9184 (diff) |
Update to libICE 1.0.9
Diffstat (limited to 'lib/libICE/config.h.in')
-rw-r--r-- | lib/libICE/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libICE/config.h.in b/lib/libICE/config.h.in index d8aeeaf32..52c85c94e 100644 --- a/lib/libICE/config.h.in +++ b/lib/libICE/config.h.in @@ -15,6 +15,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `bsd' library (-lbsd). */ +#undef HAVE_LIBBSD + /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ #undef HAVE_LIBWS2_32 @@ -88,9 +91,6 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL -/* Define as the return type of signal handlers (`int' or `void'). */ -#undef RETSIGTYPE - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -134,3 +134,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE + +/* Defined if needed to expose struct msghdr.msg_control */ +#undef _XOPEN_SOURCE |