diff options
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 |