comparison libiberty/config.h-vms @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 #ifndef NEED_strerror 1 /* This is -*- C -*- */
2 #define NEED_strerror 2 #define HAVE_STDLIB_H 1
3 #define HAVE_UNISTD_H 1
4 #define HAVE_STRING_H 1
5 #define HAVE_SYS_STAT_H 1
6 #define HAVE_SYS_TIME_H 1
7
8 /* intptr_t is defined in inttypes.h! */
9 #define intptr_t __int64
10
11 /* Cheat: use vms builtin alloca. */
12 #ifdef __DECC
13 #define C_alloca(x) __ALLOCA(x)
3 #endif 14 #endif
4 #ifndef NEED_basename
5 #define NEED_basename
6 #endif
7 #ifndef NEED_psignal
8 #define NEED_psignal
9 #endif
10 #ifndef NEED_on_exit
11 #define NEED_on_exit
12 #endif
13