Resync libiberty sources with master version in GCC repository.
[deliverable/binutils-gdb.git] / libiberty / config.h-vms
index 33e409d15061d710825c7d3d5331fdf392bd3eff..d923ecb3cf262cabd20ba86d3019b0a3417c3a94 100644 (file)
@@ -1,8 +1,14 @@
-#define HAVE_SYS_STAT_H 1
+/* This is -*- C -*-  */
 #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
+#define HAVE_STRING_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TIME_H 1
+
+/* intptr_t is defined in inttypes.h!  */
+#define intptr_t __int64
+
+/* Cheat: use vms builtin alloca.  */
+#ifdef __DECC
+#define C_alloca(x) __ALLOCA(x)
+#endif
This page took 0.025243 seconds and 4 git commands to generate.