]>
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_
19 /* Watcom builds for MGL 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 */
31 # define wxUSE_ACCEL 0
32 #endif /* wxUSE_ACCEL */
34 #if wxUSE_DYNLIB_CLASS
35 # undef wxUSE_DYNLIB_CLASS
36 # define wxUSE_DYNLIB_CLASS 0
37 #endif /* wxUSE_DYNLIB_CLASS */
39 #if wxUSE_DYNAMIC_LOADER
40 # undef wxUSE_DYNAMIC_LOADER
41 # define wxUSE_DYNAMIC_LOADER 0
42 #endif /* wxUSE_DYNAMIC_LOADER */
47 #endif /* wxUSE_ODBC */
51 # define wxUSE_DATAOBJ 0
55 # undef wxUSE_CLIPBOARD
56 # define wxUSE_CLIPBOARD 0
57 #endif /* wxUSE_CLIPBOARD */
61 # define wxUSE_SOCKETS 0
62 #endif /* wxUSE_SOCKETS */
65 # undef wxUSE_PROTOCOL
66 # define wxUSE_PROTOCOL 0
67 #endif /* wxUSE_PROTOCOL */
72 #endif /* wxUSE_URL */
76 # define wxUSE_FS_INET 0
77 #endif /* wxUSE_FS_INET */
79 #endif /* __WATCOM__ */
81 #endif /* _WX_MGL_CHKCONF_H_ */