diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-11 22:15:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-11 22:15:59 +0000 |
commit | e068dd74f74b9f62fa3e6934c03406ab17ff9947 (patch) | |
tree | dd6a945f88468603d8210d1628e2e4673b233177 /lib/libXmu/config.h.in | |
parent | f01000c858b0f964fcbd1f65aa8be81a122232ad (diff) |
regen
Diffstat (limited to 'lib/libXmu/config.h.in')
-rw-r--r-- | lib/libXmu/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXmu/config.h.in b/lib/libXmu/config.h.in index 9767d1cd1..a3a7287e5 100644 --- a/lib/libXmu/config.h.in +++ b/lib/libXmu/config.h.in @@ -79,9 +79,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 @@ -93,3 +90,6 @@ /* Version number of package */ #undef VERSION + +/* Defined if needed to expose struct msghdr.msg_control */ +#undef _XOPEN_SOURCE |