diff --git a/config.h.in b/config.h.in index bd5fc511c..fb4b35706 100644 --- a/config.h.in +++ b/config.h.in @@ -37,6 +37,12 @@ #undef _CONVEX_SOURCE #endif +/* Define if on IRIX. + We want BSD compatibility to use BSD signals. */ +#ifndef _BSD_COMPAT +#undef _BSD_COMPAT +#endif + /* Define to `int' if doesn't define. */ #undef uid_t