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