diff options
author | Nick Clifton <nickc@redhat.com> | 2022-04-12 16:24:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-04-12 16:24:10 +0100 |
commit | 8e6b35366073a1a71df805061ecf016cc915a9f9 (patch) | |
tree | 6ddbc8123ab4bdbcd3fba1a4c6e0f1091f66964e /zlib/zconf.h | |
parent | 63e0ee15a327b933a9e325908f6e5b334106290c (diff) | |
download | gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.zip gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.gz gdb-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.bz2 |
Rebase the zlib sources to the 1.2.12 release
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 */ |