XEmacs 21.4.17 "Jumbo Shrimp".
[chise/xemacs-chise.git.1] / src / s / usg5-4.h
index bc789cd..fd33379 100644 (file)
@@ -81,7 +81,6 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/ttold.h>
 #include <signal.h>
 #include <sys/stream.h>
-#include <sys/stropts.h>
 #include <sys/termios.h>
 #endif
 
@@ -92,9 +91,9 @@ Boston, MA 02111-1307, USA.  */
  * constant to dimension an array.  So wire in the appropriate value here.
  */
 
-#ifndef NSIG
+#if defined(emacs) && !defined(NSIG)
 #define NSIG   32
-#endif
+#endif /* defined(emacs) && !defined(NSIG) */
 
 /* We need bss_end from emacs.c for undumping */