]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/os2/chkconf.h
2 * Name: wx/os2/chkconf.h
3 * Purpose: Compiler-specific configuration checking
7 * Copyright: (c) Julian Smart
8 * Licence: wxWindows licence
11 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
13 #ifndef _WX_OS2_CHKCONF_H_
14 #define _WX_OS2_CHKCONF_H_
17 wxDisplay is not implemented for OS/2, use stub common version instead.
21 # define wxUSE_DISPLAY 0
22 #endif /* wxUSE_DISPLAY */
24 /* Watcom builds for OS/2 port are setup.h driven and setup.h is
25 automatically generated from include/wx/setup_inc.h so we have
26 to disable here features not supported currently or enable
31 # undef wxUSE_STACKWALKER
32 # define wxUSE_STACKWALKER 0
33 #endif /* wxUSE_STACKWALKER */
36 # undef wxUSE_POSTSCRIPT
37 # define wxUSE_POSTSCRIPT 1
40 #if wxUSE_MS_HTML_HELP
41 # undef wxUSE_MS_HTML_HELP
42 # define wxUSE_MS_HTML_HELP 0
45 #endif /* __WATCOM__ */
47 #endif /* _WX_OS2_CHKCONF_H_ */