(HAVE_VPRINTF): Define.

From-SVN: r6319
This commit is contained in:
Richard Kenner 1993-12-25 13:04:48 -05:00
parent 15a676cca0
commit 2c4d3019bd
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)
/* UNOS has vprintf() */
#define HAVE_VPRINTF
/* Avoid conflict with C library by changing name of this symbol. */
#define gettime gcc_gettime