Detabbed
[AROS.git] / config / config.h.in
blob5e4415cd69903e06907a2a90259d69d7765f1ccb
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/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 /* Always enabled for ABIv1 */
17 #define AROS_DOS_PACKETS 1
19 #define AROS_AMIGAOS_COMPLIANCE @aros_amigaos_compliance@
21 #define AROS_FLAVOUR @aros_flavour_uc@
23 #define AROS_DEFAULT_WBWIDTH @aros_default_wbwidth@
24 #define AROS_DEFAULT_WBHEIGHT @aros_default_wbheight@
25 #define AROS_DEFAULT_WBDEPTH @aros_default_wbdepth@
27 #define AROS_SERIAL_DEBUG @aros_serial_debug@
29 #define AROS_PALM_DEBUG_HACK @aros_palm_debug_hack@
31 #define AROS_NESTING_SUPERVISOR @aros_nesting_supervisor@
33 #define AROS_MUNGWALL_DEBUG @aros_mungwall_debug@
34 #define AROS_STACK_DEBUG @aros_stack_debug@
35 #define AROS_MODULES_DEBUG @aros_modules_debug@
36 #define USE_XSHM @DO_XSHM_SUPPORT@
37 #define USE_VIDMODE @DO_VIDMODE_SUPPORT@
39 #define USE_MMU @aros_enable_mmu@
41 #define ENABLE_DBUS @ENABLE_DBUS@
42 #define ENABLE_X11 @ENABLE_X11@
44 #endif /* AROS_CONFIG_H */