From: Jason Merrill Date: Fri, 14 Apr 1995 00:28:13 +0000 (+0000) Subject: Add defines. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3731dc0c6f6691bfdfa1dd2278c9d1b9d145c1a4;p=gcc.git Add defines. From-SVN: r9379 --- diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 8887b178890..8b12bed2577 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -64,3 +64,15 @@ extern void *malloc (), *realloc (), *calloc (); #ifndef inhibit_libc #include "string.h" #endif + +/* OSF/1 has vprintf. */ + +#define HAVE_VPRINTF + +/* OSF/1 has putenv. */ + +#define HAVE_PUTENV + +/* OSF/1 is POSIX.1 compliant. */ + +#define POSIX