aboutsummaryrefslogtreecommitdiffstats
path: root/msdos/sed2.inp
diff options
context:
space:
mode:
Diffstat (limited to 'msdos/sed2.inp')
-rw-r--r--msdos/sed2.inp4
1 files changed, 4 insertions, 0 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp
index 71c5619b4f..0900abe354 100644
--- a/msdos/sed2.inp
+++ b/msdos/sed2.inp
@@ -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\