From f3cd67d4ca1cf710f736f98d5cecc89aa24d3f5c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 14 May 1994 21:56:57 +0000 Subject: [PATCH] added _BSD_COMPAT --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1