comparison 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
comparison
equal deleted inserted replaced
977:b6b74d181b7f 978:13e47461d509
77 77
78 #ifdef emacs 78 #ifdef emacs
79 #include <sys/filio.h> 79 #include <sys/filio.h>
80 #include <termio.h> 80 #include <termio.h>
81 #include <sys/ttold.h> 81 #include <sys/ttold.h>
82 #include <signal.h>
83 #include <sys/stream.h> 82 #include <sys/stream.h>
84 #include <sys/termios.h> 83 #include <sys/termios.h>
85 #endif 84 #endif
86 85
87 #undef BROKEN_SIGIO 86 #undef BROKEN_SIGIO
88
89 /* Some SVr4s don't define NSIG in sys/signal.h for ANSI environments;
90 * instead, there's a system variable _sys_nsig. Unfortunately, we need the
91 * constant to dimension an array. So wire in the appropriate value here.
92 */
93
94 #ifndef NSIG
95 #define NSIG 32
96 #endif
97 87
98 /* We need bss_end from emacs.c for undumping */ 88 /* We need bss_end from emacs.c for undumping */
99 89
100 #ifndef USG_SHARED_LIBRARIES 90 #ifndef USG_SHARED_LIBRARIES
101 #define USG_SHARED_LIBRARIES 91 #define USG_SHARED_LIBRARIES