]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mgl/chkconf.h
2 * Name: wx/mgl/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_MGL_CHKCONF_H_
15 #define _WX_MGL_CHKCONF_H_
18 /* wxPalette is always needed */
20 # error "wxMGL requires wxUSE_PALETTE=1"
24 wxDisplay is not implemented for OS/2, use stub common version instead.
28 # define wxUSE_DISPLAY 0
29 #endif /* wxUSE_DISPLAY */
33 /* Watcom builds for MGL port are setup.h driven and setup.h is
34 automatically generated from include/wx/setup_inc.h so we have
35 to disable here features not supported currently or enable
39 # undef wxUSE_STACKWALKER
40 # define wxUSE_STACKWALKER 0
41 #endif /* wxUSE_STACKWALKER */
45 # define wxUSE_ACCEL 0
46 #endif /* wxUSE_ACCEL */
48 #if wxUSE_DYNLIB_CLASS
49 # undef wxUSE_DYNLIB_CLASS
50 # define wxUSE_DYNLIB_CLASS 0
51 #endif /* wxUSE_DYNLIB_CLASS */
53 #if wxUSE_DYNAMIC_LOADER
54 # undef wxUSE_DYNAMIC_LOADER
55 # define wxUSE_DYNAMIC_LOADER 0
56 #endif /* wxUSE_DYNAMIC_LOADER */
61 #endif /* wxUSE_ODBC */
65 # define wxUSE_DATAOBJ 0
69 # undef wxUSE_CLIPBOARD
70 # define wxUSE_CLIPBOARD 0
71 #endif /* wxUSE_CLIPBOARD */
75 # define wxUSE_SOCKETS 0
76 #endif /* wxUSE_SOCKETS */
80 # define wxUSE_THREADS 0
81 #endif /* wxUSE_SOCKETS */
84 # undef wxUSE_PROTOCOL
85 # define wxUSE_PROTOCOL 0
86 #endif /* wxUSE_PROTOCOL */
91 #endif /* wxUSE_URL */
95 # define wxUSE_FS_INET 0
96 #endif /* wxUSE_FS_INET */
98 #if wxUSE_MS_HTML_HELP
99 # undef wxUSE_MS_HTML_HELP
100 # define wxUSE_MS_HTML_HELP 0
103 #endif /* __WATCOM__ */
105 #endif /* _WX_MGL_CHKCONF_H_ */