summaryrefslogtreecommitdiff
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-17 22:50:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-17 22:50:31 +0200
commit10362c18d1a6339262c4c061a941cdd54e0f8d96 (patch)
tree513169a9dffbfce969072e739974084a775c605e /pc/config.h
parentfa7e522d875c8b61a676ea60fab7ce94ddae0ac5 (diff)
downloadgawk-10362c18d1a6339262c4c061a941cdd54e0f8d96.tar.gz
Fix compile errors and update Makefile.tst.
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pc/config.h b/pc/config.h
index 58fe29c6..4dd797c1 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -519,9 +519,3 @@
#endif
/* #define NO_LINT 1 */
-#if defined(__DJGPP__) /* || defined(__MINGW32__) ??? */
-#define PIPES_SIMULATED 1
-#ifndef _NFILE
-#define _NFILE 40
-#endif
-#endif