(HAVE_VPRINTF): Is VPRINTF not VFPRINTF.

From-SVN: r5667
This commit is contained in:
Jim Wilson 1993-10-07 15:19:01 -07:00
parent 4514982879
commit bd7a2aacd8

View File

@ -72,7 +72,7 @@ extern char * alloca ();
/* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */
#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__)
#define HAVE_VFPRINTF
#define HAVE_VPRINTF
#define HAVE_PUTENV
#else