aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h
index 04ab519d..a7bd593c 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -527,3 +527,9 @@
#endif
/* #define NO_LINT 1 */
+#if defined(__DJGPP__) /* || defined(__MINGW32__) ??? */
+#define PIPES_SIMULATED 1
+#ifndef _NFILE
+#define _NFILE 40
+#endif
+#endif