Commit 0ae97690 by Rainer Orth Committed by Rainer Orth

* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.

From-SVN: r100689
parent 2e42af05
2005-06-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
2005-05-09 Mike Stump <mrs@apple.com> 2005-05-09 Mike Stump <mrs@apple.com>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -328,4 +328,12 @@ typedef uLong FAR uLongf; ...@@ -328,4 +328,12 @@ typedef uLong FAR uLongf;
#endif #endif
#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 */ #endif /* ZCONF_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment