From: Todd C. Miller Date: Sat, 28 May 1994 19:12:06 +0000 (+0000) Subject: nwo use _BSD_SIGNALS not _BSD_COMPAT X-Git-Tag: SUDO_1_3_1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad59c55a0494288c29b5456ad9a3356f9ffa629;p=sudo nwo use _BSD_SIGNALS not _BSD_COMPAT --- diff --git a/config.h.in b/config.h.in index 86a787b36..254e1f334 100644 --- a/config.h.in +++ b/config.h.in @@ -38,9 +38,9 @@ #endif /* Define if on IRIX. - We want BSD compatibility to use BSD signals. */ -#ifndef _BSD_COMPAT -#undef _BSD_COMPAT + We want use BSD signals. */ +#ifndef _BSD_SIGNALS +#undef _BSD_SIGNALS #endif /* Define to `int' if doesn't define. */ @@ -55,6 +55,9 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t +/* Define to be nil if C compiler doesn't support "const." */ +#undef const + /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE