diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 6 |
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 |