aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-04 11:24:04 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-04 11:24:04 +0200
commit72bc84e8200de324ca4d24753bfd5f4773e221f5 (patch)
treed6475110facf23ad52220f134b0872a67281231e /pc/config.h
parentfb6fd355f19270e615c178612f640536a1d2345c (diff)
downloadegawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.tar.gz
egawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.tar.bz2
egawk-72bc84e8200de324ca4d24753bfd5f4773e221f5.zip
PC fixes, compiler warning cleanups, autoconf fix.
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