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

From-SVN: r100689
This commit is contained in:
Rainer Orth 2005-06-07 01:41:16 +00:00 committed by Rainer Orth
parent 2e42af0555
commit 0ae9769019
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* configure: Regenerate.

View File

@ -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 */