summaryrefslogtreecommitdiff
path: root/gcc/config/alpha
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-14 00:28:13 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-14 00:28:13 +0000
commit0095caea6ce890fb738496522d82b9dcfd426e53 (patch)
tree084c8eed3682c84d23902d838817f1b9bfc23f75 /gcc/config/alpha
parent8a60902f29102b9b30fa68d3e38f268e368e209e (diff)
downloadgcc-0095caea6ce890fb738496522d82b9dcfd426e53.tar.gz
Add defines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r--gcc/config/alpha/xm-alpha.h12
1 files changed, 12 insertions, 0 deletions
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