Skip to content
Snippets Groups Projects
Commit 3174451e authored by Eric Botcazou's avatar Eric Botcazou Committed by Eric Botcazou
Browse files

* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.

From-SVN: r91056
parent 9f699c84
No related branches found
No related tags found
No related merge requests found
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.
2004-10-11 Tom Tromey <tromey@redhat.com>
PR libgcj/14856:
......
......@@ -320,4 +320,12 @@ 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
#endif /* ZCONF_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment