935a2e06404d9249573f724ca0aadcf7edde8137
[fw/sdcc] / support / cpp / i386 / bsd386.h
1 /* Configuration for an i386 running BSDI's BSD/386 1.1 as the target
2    machine.  */
3
4 #include "i386/386bsd.h"
5
6 /* We exist mostly to add -Dbsdi and such to the predefines. */
7
8 #undef CPP_PREDEFINES
9 #define CPP_PREDEFINES "-Dunix -Di386 -Dbsdi -D__i386__ -D__bsdi__ -D____386BSD____ -D__386BSD__ -DBSD_NET2 -Asystem(unix) -Asystem(bsd) -Acpu(i386) -Amachine(i386)"
10
11 #undef WCHAR_TYPE
12 #define WCHAR_TYPE "int"
13
14 #undef WCHAR_UNSIGNED
15 #define WCHAR_UNSIGNED 0
16
17 #undef WCHAR_TYPE_SIZE
18 #define WCHAR_TYPE_SIZE 32