(HAVE_VPRINTF): Define for BSD 4.4.
authorRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 20:07:06 +0000 (20:07 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 20:07:06 +0000 (20:07 +0000)
From-SVN: r5831

gcc/config/mips/xm-mips.h

index ea5e534..00423b7 100644 (file)
@@ -71,7 +71,7 @@ extern char * alloca ();
 #endif /* not MIPS_OVERRIDE_ALLOCA */
 
 /* Say if we have vprintf.  BSD Mips targets probably don't have vfprintf.  */
-#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__)
+#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__) || defined(bsd4_4)
 #define HAVE_VPRINTF
 #define HAVE_PUTENV