Add defines.
authorJason Merrill <merrill@gnu.org>
Fri, 14 Apr 1995 00:28:13 +0000 (00:28 +0000)
committerJason Merrill <merrill@gnu.org>
Fri, 14 Apr 1995 00:28:13 +0000 (00:28 +0000)
From-SVN: r9379

gcc/config/alpha/xm-alpha.h

index 8887b17..8b12bed 100644 (file)
@@ -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