*** empty log message ***

From-SVN: r517
This commit is contained in:
Michael Meissner 1992-03-18 22:38:18 +00:00
parent 3308e40acf
commit dadec40fd4
1 changed files with 1 additions and 0 deletions

View File

@ -76,4 +76,5 @@ extern char * alloca ();
/* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */
#if defined(__OSF1__) || defined(__OSF__)
#define HAVE_VFPRINTF
#define HAVE_PUTENV
#endif