config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / .unmaintained / morphos / Include / aros / config.h
blob6be962c899e0a14fde30fc1a54e1dbbf90dd4676
1 #ifndef AROS_CONFIG_H
2 #define AROS_CONFIG_H
3 /*
4 This is an automatically generated file.
5 DO NOT EDIT!
7 Edit $(TOP)/configure.in and $(TOP)/config.h.in and rerun configure.
8 */
10 #define AROS_FLAVOUR_NATIVE 1
11 #define AROS_FLAVOUR_STANDALONE 2
12 #define AROS_FLAVOUR_EMULATION 4
13 #define AROS_FLAVOUR_LINKLIB 8
14 #define AROS_FLAVOUR_BINCOMPAT 16
16 #define AROS_FLAVOUR (AROS_FLAVOUR_NATIVE|AROS_FLAVOUR_BINCOMPAT)
18 #define AROS_DEFAULT_WBWIDTH 800
19 #define AROS_DEFAULT_WBHEIGHT 600
20 #define AROS_DEFAULT_WBDEPTH 4
22 #define AROS_BOCHS_HACK 0
23 #define AROS_SERIAL_DEBUG 0
25 #define AROS_MUNGWALL_DEBUG 1
26 #define AROS_STACK_DEBUG 1
28 #define USE_XSHM 1
30 #endif /* AROS_CONFIG_H */