changeset 33776:47e1098b3d3b

(NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]: Define; it is undefined in DJGPP v2.01.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 22 Nov 2000 18:09:48 +0000
parents 2c8dc85faf92
children 626c1d40afcb
files msdos/sed2.inp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/sed2.inp	Wed Nov 22 17:59:32 2000 +0000
+++ b/msdos/sed2.inp	Wed Nov 22 18:09:48 2000 +0000
@@ -8,6 +8,10 @@
 #if defined(__DJGPP__) && __DJGPP__ > 1\
 /* In v2.0 and later almost everything is defined in <sys/config.h>  */\
 #include <sys/config.h>\
+/* For those who still use DJGPP v2.01  */\
+#if __DJGPP__ == 2 && __DJGPP_MINOR__ == 1\
+#define NSIG 320\
+#endif\
 #define HAVE_SETITIMER 1\
 #undef HAVE_SELECT\
 #undef _LIBC\