]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/os2/chkconf.h
2 * Name: wx/os2/chkconf.h
3 * Purpose: Compiler-specific configuration checking
8 * Copyright: (c) Julian Smart
9 * Licence: wxWindows licence
12 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
14 #ifndef _WX_OS2_CHKCONF_H_
15 #define _WX_OS2_CHKCONF_H_
19 /* Watcom builds for OS/2 port are setup.h driven and setup.h is
20 automatically generated from include/wx/setup_inc.h so we have
21 to disable here features not supported currently or enable
25 # undef wxUSE_STACKWALKER
26 # define wxUSE_STACKWALKER 0
27 #endif /* wxUSE_STACKWALKER */
30 # undef wxUSE_POSTSCRIPT
31 # define wxUSE_POSTSCRIPT 1
34 #endif /* __WATCOM__ */
36 #endif /* _WX_OS2_CHKCONF_H_ */