diff options
Diffstat (limited to 'zlib/zconf.h')
-rw-r--r-- | zlib/zconf.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index b399839..5e1d68a 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.1.1.2 2002/03/11 21:53:27 tromey Exp $ */ +/* @(#) $Id$ */ #ifndef ZCONF_H #define ZCONF_H @@ -531,20 +531,4 @@ typedef uLong FAR uLongf; #pragma map(inflate_copyright,"INCOPY") #endif -/* Solaris 2.5.1 doesn't have vsnprintf */ -#if defined(__sun) && defined(__svr4__) -#include <sys/feature_tests.h> -#if _XOPEN_VERSION < 3 -#define NO_vsnprintf -#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 */ |