0fc50f50d62b1e7d2ec9b9063212e20237302345
[fw/sdcc] / support / cpp2 / borland.h
1 #ifndef CPP2_BORLAND_H_
2 #define CPP2_BORLAND_H_
3
4 /* Define values for Borland makefile which are detected by configure
5  * on better behaved platforms.
6  * 
7  * This is the equivalent of auto-host.h.
8  */
9
10 #include "sdcc.h"
11
12 #define HAVE_STRINGIZE
13 #define STDC_HEADERS
14 #define PACKAGE "sdcc"
15 #define LOCALEDIR ""
16 #define PREFIX ""
17 #define inline
18 #define SIZEOF_INT 4
19 #define SIZEOF_LONG 4
20 #define HAVE_TIME_H 1
21 #define HAVE_STRING_H 1
22 #define HAVE_SYS_STAT_H 1
23 #define HAVE_STDLIB_H 1
24 #define ssize_t unsigned int
25 #define __STDC__ 1
26 #define alloca(x) calloc(1,(x))
27
28 #endif