diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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?), |