+#endif
+
+/* OS/2 with EMX */
+#undef __OS2__
+
+/* --- start common options --- */
+
+#ifndef wxUSE_GUI
+ #define wxUSE_GUI 0
+#endif
+
+
+#define WXWIN_COMPATIBILITY_2_4 0
+
+#define WXWIN_COMPATIBILITY_2_6 0
+
+#define wxDIALOG_UNIT_COMPATIBILITY 0
+
+
+
+#define wxUSE_DEBUG_CONTEXT 0
+
+#define wxUSE_MEMORY_TRACING 0
+
+#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
+
+#define wxUSE_DEBUG_NEW_ALWAYS 0
+
+#define wxUSE_ON_FATAL_EXCEPTION 0
+
+#define wxUSE_STACKWALKER 0
+
+#define wxUSE_DEBUGREPORT 0
+
+
+#ifndef wxUSE_UNICODE
+ #define wxUSE_UNICODE 0
+#endif
+
+#define wxUSE_WCHAR_T 0
+
+
+#define wxUSE_EXCEPTIONS 0
+
+#define wxUSE_EXTENDED_RTTI 0
+
+#define wxUSE_STL 0
+
+#define wxUSE_LOG 0
+
+#define wxUSE_LOGWINDOW 0
+
+#define wxUSE_LOGGUI 0
+
+#define wxUSE_LOG_DIALOG 0
+
+#define wxUSE_CMDLINE_PARSER 0
+
+#define wxUSE_THREADS 0
+
+#define wxUSE_STREAMS 0
+
+#define wxUSE_STD_IOSTREAM 0
+
+#if defined(__DMC__) || defined(__WATCOMC__) \
+ || (defined(_MSC_VER) && _MSC_VER < 1200)
+ #define wxUSE_STD_STRING 0
+#else
+ #define wxUSE_STD_STRING 0
+#endif
+
+#define wxUSE_PRINTF_POS_PARAMS 0
+
+
+#define wxUSE_LONGLONG 0
+
+#define wxUSE_FILE 0
+#define wxUSE_FFILE 0
+
+#define wxUSE_FSVOLUME 0
+
+#define wxUSE_STDPATHS 0
+
+#define wxUSE_TEXTBUFFER 0
+
+#define wxUSE_TEXTFILE 0
+
+#define wxUSE_INTL 0
+
+#define wxUSE_DATETIME 0
+
+#define wxUSE_TIMER 0
+
+#define wxUSE_STOPWATCH 0
+
+#define wxUSE_CONFIG 0
+
+#define wxUSE_CONFIG_NATIVE 0
+
+#define wxUSE_DIALUP_MANAGER 0
+
+#define wxUSE_DYNLIB_CLASS 0
+
+#define wxUSE_DYNAMIC_LOADER 0
+
+#define wxUSE_SOCKETS 0
+
+#define wxUSE_FILESYSTEM 0
+
+#define wxUSE_FS_ZIP 0
+
+#define wxUSE_FS_ARCHIVE 0
+
+#define wxUSE_FS_INET 0
+
+#define wxUSE_ARCHIVE_STREAMS 0
+
+#define wxUSE_ZIPSTREAM 0
+
+#define wxUSE_TARSTREAM 0
+
+#define wxUSE_ZLIB 0
+
+#define wxUSE_APPLE_IEEE 0
+
+#define wxUSE_JOYSTICK 0
+
+#define wxUSE_FONTMAP 0
+
+#define wxUSE_MIMETYPE 0
+
+#define wxUSE_PROTOCOL 0
+
+#define wxUSE_PROTOCOL_FILE 0
+#define wxUSE_PROTOCOL_FTP 0
+#define wxUSE_PROTOCOL_HTTP 0
+
+#define wxUSE_URL 0
+
+#define wxUSE_URL_NATIVE 0
+
+#define wxUSE_VARIANT 0
+
+#define wxUSE_REGEX 0
+
+#define wxUSE_SYSTEM_OPTIONS 0
+
+#define wxUSE_SOUND 0
+
+#define wxUSE_MEDIACTRL 0
+
+#define wxUSE_GSTREAMER 0
+
+#define wxUSE_XRC 0
+
+#define wxUSE_XML wxUSE_XRC
+
+#define wxUSE_AUI 0
+
+
+#ifndef wxUSE_GRAPHICS_CONTEXT
+#define wxUSE_GRAPHICS_CONTEXT 0
+#endif
+
+
+#define wxUSE_CONTROLS 0
+
+#define wxUSE_POPUPWIN 0
+
+#define wxUSE_TIPWINDOW 0
+
+#define wxUSE_ANIMATIONCTRL 0
+#define wxUSE_BUTTON 0
+#define wxUSE_BMPBUTTON 0
+#define wxUSE_CALENDARCTRL 0
+#define wxUSE_CHECKBOX 0
+#define wxUSE_CHECKLISTBOX 0
+#define wxUSE_CHOICE 0
+#define wxUSE_COLLPANE 0
+#define wxUSE_COLOURPICKERCTRL 0
+#define wxUSE_COMBOBOX 0
+#define wxUSE_DATAVIEWCTRL 0
+#define wxUSE_DATEPICKCTRL 0
+#define wxUSE_DIRPICKERCTRL 0
+#define wxUSE_FILEPICKERCTRL 0
+#define wxUSE_FONTPICKERCTRL 0
+#define wxUSE_GAUGE 0
+#define wxUSE_HYPERLINKCTRL 0
+#define wxUSE_LISTBOX 0
+#define wxUSE_LISTCTRL 0
+#define wxUSE_RADIOBOX 0
+#define wxUSE_RADIOBTN 0
+#define wxUSE_SCROLLBAR 0
+#define wxUSE_SLIDER 0
+#define wxUSE_SPINBTN 0
+#define wxUSE_SPINCTRL 0
+#define wxUSE_STATBOX 0
+#define wxUSE_STATLINE 0
+#define wxUSE_STATTEXT 0
+#define wxUSE_STATBMP 0
+#define wxUSE_TEXTCTRL 0
+#define wxUSE_TOGGLEBTN 0
+#define wxUSE_TREECTRL 0
+
+#define wxUSE_STATUSBAR 0
+
+#define wxUSE_NATIVE_STATUSBAR 0
+
+#define wxUSE_TOOLBAR 0
+#define wxUSE_TOOLBAR_NATIVE 0
+
+#define wxUSE_NOTEBOOK 0
+
+#define wxUSE_LISTBOOK 0