aboutsummaryrefslogtreecommitdiff
path: root/zlib/zconf.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-04-12 16:24:10 +0100
committerNick Clifton <nickc@redhat.com>2022-04-12 16:24:10 +0100
commit8e6b35366073a1a71df805061ecf016cc915a9f9 (patch)
tree6ddbc8123ab4bdbcd3fba1a4c6e0f1091f66964e /zlib/zconf.h
parent63e0ee15a327b933a9e325908f6e5b334106290c (diff)
downloadbinutils-8e6b35366073a1a71df805061ecf016cc915a9f9.zip
binutils-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.gz
binutils-8e6b35366073a1a71df805061ecf016cc915a9f9.tar.bz2
Rebase the zlib sources to the 1.2.12 release
Diffstat (limited to 'zlib/zconf.h')
-rw-r--r--zlib/zconf.h18
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 */