]>
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_
17 #ifndef __WXUNIVERSAL__
18 # error "wxMGL cannot be built without wxUniversal"
21 /* wxPalette is always needed */
23 # error "wxMGL requires wxUSE_PALETTE=1"
27 wxDisplay is not implemented for OS/2, use stub common version instead.
31 # define wxUSE_DISPLAY 0
32 #endif /* wxUSE_DISPLAY */
36 /* Watcom builds for MGL port are setup.h driven and setup.h is
37 automatically generated from include/wx/setup_inc.h so we have
38 to disable here features not supported currently or enable
42 # undef wxUSE_STACKWALKER
43 # define wxUSE_STACKWALKER 0
44 #endif /* wxUSE_STACKWALKER */
48 # define wxUSE_ACCEL 0
49 #endif /* wxUSE_ACCEL */
51 #if wxUSE_DYNLIB_CLASS
52 # undef wxUSE_DYNLIB_CLASS
53 # define wxUSE_DYNLIB_CLASS 0
54 #endif /* wxUSE_DYNLIB_CLASS */
56 #if wxUSE_DYNAMIC_LOADER
57 # undef wxUSE_DYNAMIC_LOADER
58 # define wxUSE_DYNAMIC_LOADER 0
59 #endif /* wxUSE_DYNAMIC_LOADER */
63 # define wxUSE_DATAOBJ 0
67 # undef wxUSE_CLIPBOARD
68 # define wxUSE_CLIPBOARD 0
69 #endif /* wxUSE_CLIPBOARD */
73 # define wxUSE_SOCKETS 0
74 #endif /* wxUSE_SOCKETS */
78 # define wxUSE_THREADS 0
79 #endif /* wxUSE_SOCKETS */
82 # undef wxUSE_PROTOCOL
83 # define wxUSE_PROTOCOL 0
84 #endif /* wxUSE_PROTOCOL */
89 #endif /* wxUSE_URL */
93 # define wxUSE_FS_INET 0
94 #endif /* wxUSE_FS_INET */
96 #if wxUSE_MS_HTML_HELP
97 # undef wxUSE_MS_HTML_HELP
98 # define wxUSE_MS_HTML_HELP 0
101 #endif /* __WATCOM__ */
103 #endif /* _WX_MGL_CHKCONF_H_ */