Fred Fish <fnf@be.com>

Fred Fish  <fnf@be.com>
        * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
        (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.

From-SVN: r26807
This commit is contained in:
Fred Fish 1999-05-06 20:04:33 +00:00 committed by Richard Henderson
parent 6a84329681
commit 3dde7044de
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu May 6 20:02:33 1999 Fred Fish <fnf@be.com>
* rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
(HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.
Wed May 5 20:28:32 1999 Jason Merrill <jason@yorick.cygnus.com>
* install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.

View File

@ -72,10 +72,18 @@ extern void *alloca ();
/* Define various things that the BeOS host has. */
#ifndef HAVE_VPRINTF
#define HAVE_VPRINTF
#endif
#ifndef HAVE_PUTENV
#define HAVE_PUTENV
#endif
#ifndef HAVE_ATEXIT
#define HAVE_ATEXIT
#endif
#ifndef HAVE_RENAME
#define HAVE_RENAME
#endif
#define STDC_HEADERS 1