diff options
Diffstat (limited to 'zlib/zconf.h')
-rw-r--r-- | zlib/zconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index 96dbc20..e63803b 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -328,4 +328,12 @@ typedef uLong FAR uLongf; #endif #endif +/* Tru64 UNIX V4.0 neither */ +#if defined(__alpha) && defined(__osf__) +#include <unistd.h> +#if _XOPEN_VERSION < 500 +#define NO_vsnprintf +#endif +#endif + #endif /* ZCONF_H */ |