aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gzguts.h b/gzguts.h
index 4d71db0..88e2bc2 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -43,6 +43,12 @@
43# endif 43# endif
44#endif 44#endif
45 45
46#if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410)
47# ifndef HAVE_VSNPRINTF
48# define HAVE_VSNPRINTF
49# endif
50#endif
51
46#ifndef HAVE_VSNPRINTF 52#ifndef HAVE_VSNPRINTF
47# ifdef MSDOS 53# ifdef MSDOS
48/* vsnprintf may exist on some MS-DOS compilers (DJGPP?), 54/* vsnprintf may exist on some MS-DOS compilers (DJGPP?),