Tristan Gingold | 0d38b67 | 2009-05-25 13:29:08 +0000 | [diff] [blame] | 1 | /* This is -*- C -*- */ |
| 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 |
Jason Merrill | 6599da0 | 1997-08-21 18:57:35 -0400 | [diff] [blame] | 7 | |
Tristan Gingold | 384ed84 | 2009-09-15 11:03:52 +0000 | [diff] [blame] | 8 | /* intptr_t is defined in inttypes.h! */ |
| 9 | #define intptr_t __int64 |
| 10 | |
Tristan Gingold | 0d38b67 | 2009-05-25 13:29:08 +0000 | [diff] [blame] | 11 | /* Cheat: use vms builtin alloca. */ |
| 12 | #ifdef __DECC |
| 13 | #define C_alloca(x) __ALLOCA(x) |
| 14 | #endif |