X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Fusg5-4.h;h=fd33379c5e1711391239f79a6fc979f6aec23e5c;hb=6d96ab26aa9c2c14c5562a27aa5a5538d7f7d98f;hp=bc789cd00e62d5888c935b2cd65b58499baa142d;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index bc789cd..fd33379 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -81,7 +81,6 @@ Boston, MA 02111-1307, USA. */ #include #include #include -#include #include #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 */