aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.h-vms
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2008-11-21 10:21:00 +0000
committerTristan Gingold <gingold@adacore.com>2008-11-21 10:21:00 +0000
commit3c9ab205d3020ddcb720946b4b7b1b6cc8de7bcb (patch)
tree85f9454ad83c605fb7a1cd4d9e13a0cc27cc9526 /libiberty/config.h-vms
parent10455f89a67d238ba6c832b873be8d01d7137064 (diff)
downloadfsf-binutils-gdb-3c9ab205d3020ddcb720946b4b7b1b6cc8de7bcb.zip
fsf-binutils-gdb-3c9ab205d3020ddcb720946b4b7b1b6cc8de7bcb.tar.gz
fsf-binutils-gdb-3c9ab205d3020ddcb720946b4b7b1b6cc8de7bcb.tar.bz2
(Chunk I forgot to commit on 2008-11-14).
2008-11-13 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Update objects list. (CFLAGS): Update. (libiberty.olb): Remove alloca-conf.h dependency. * config.h-vms: Use new macro sets, use builtin alloca.
Diffstat (limited to 'libiberty/config.h-vms')
-rw-r--r--libiberty/config.h-vms21
1 files changed, 8 insertions, 13 deletions
diff --git a/libiberty/config.h-vms b/libiberty/config.h-vms
index ccac6a2..1c0824c 100644
--- a/libiberty/config.h-vms
+++ b/libiberty/config.h-vms
@@ -1,13 +1,8 @@
-#ifndef NEED_strerror
-#define NEED_strerror
-#endif
-#ifndef NEED_basename
-#define NEED_basename
-#endif
-#ifndef NEED_psignal
-#define NEED_psignal
-#endif
-#ifndef NEED_on_exit
-#define NEED_on_exit
-#endif
-
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_TIMES 1
+#include <builtins.h>
+#define C_alloca __ALLOCA \ No newline at end of file