aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gzguts.h b/gzguts.h
index 88e2bc2..9daada1 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -27,6 +27,10 @@
27#endif 27#endif
28#include <fcntl.h> 28#include <fcntl.h>
29 29
30#if defined(MSDOS) && defined(__TURBOC__)
31# include <io.h>
32#endif
33
30#ifdef NO_DEFLATE /* for compatibility with old definition */ 34#ifdef NO_DEFLATE /* for compatibility with old definition */
31# define NO_GZCOMPRESS 35# define NO_GZCOMPRESS
32#endif 36#endif