Mercurial > hg > xemacs-beta
diff src/s/usg5-4.h @ 978:13e47461d509
[xemacs-hg @ 2002-08-29 19:45:20 by james]
Include syssignal.h instead of signal.h. Move NSIG setting code for SVR4
to syssignal.h.
author | james |
---|---|
date | Thu, 29 Aug 2002 19:45:34 +0000 |
parents | 023b83f4e54b |
children | aa5ed11f473b |
line wrap: on
line diff
--- a/src/s/usg5-4.h Thu Aug 29 08:28:50 2002 +0000 +++ b/src/s/usg5-4.h Thu Aug 29 19:45:34 2002 +0000 @@ -79,22 +79,12 @@ #include <sys/filio.h> #include <termio.h> #include <sys/ttold.h> -#include <signal.h> #include <sys/stream.h> #include <sys/termios.h> #endif #undef BROKEN_SIGIO -/* Some SVr4s don't define NSIG in sys/signal.h for ANSI environments; - * instead, there's a system variable _sys_nsig. Unfortunately, we need the - * constant to dimension an array. So wire in the appropriate value here. - */ - -#ifndef NSIG -#define NSIG 32 -#endif - /* We need bss_end from emacs.c for undumping */ #ifndef USG_SHARED_LIBRARIES