+#define wxUSE_TAB_DIALOG 0
+
+#define wxUSE_GRID 0
+
+#define wxUSE_MINIFRAME 0
+
+#define wxUSE_COMBOCTRL 0
+
+#define wxUSE_ODCOMBOBOX 0
+
+#define wxUSE_BITMAPCOMBOBOX 0
+
+
+#define wxUSE_ACCEL 0
+
+#define wxUSE_HOTKEY 0
+
+#define wxUSE_CARET 0
+
+#define wxUSE_DISPLAY 0
+
+#define wxUSE_GEOMETRY 0
+
+#define wxUSE_IMAGLIST 0
+
+#define wxUSE_MENUS 0
+
+#define wxUSE_SASH 0
+
+#define wxUSE_SPLITTER 0
+
+#define wxUSE_TOOLTIPS 0
+
+#define wxUSE_VALIDATORS 0
+
+
+#define wxUSE_COMMON_DIALOGS 0
+
+#define wxUSE_BUSYINFO 0
+
+#define wxUSE_CHOICEDLG 0
+
+#define wxUSE_COLOURDLG 0
+
+#define wxUSE_DIRDLG 0
+
+
+#define wxUSE_FILEDLG 0
+
+#define wxUSE_FINDREPLDLG 0
+
+#define wxUSE_FONTDLG 0
+
+#define wxUSE_MSGDLG 0
+
+#define wxUSE_PROGRESSDLG 0
+
+#define wxUSE_STARTUP_TIPS 0
+
+#define wxUSE_TEXTDLG 0
+
+#define wxUSE_NUMBERDLG 0
+
+#define wxUSE_SPLASH 0
+
+#define wxUSE_WIZARDDLG 0
+
+#define wxUSE_ABOUTDLG 0
+
+
+#define wxUSE_METAFILE 0
+#define wxUSE_ENH_METAFILE 0
+#define wxUSE_WIN_METAFILES_ALWAYS 0
+
+
+#define wxUSE_MDI 0
+
+#define wxUSE_DOC_VIEW_ARCHITECTURE 0
+
+#define wxUSE_MDI_ARCHITECTURE 0
+
+#define wxUSE_PRINTING_ARCHITECTURE 0
+
+#define wxUSE_HTML 0
+
+#define wxUSE_GLCANVAS 0
+
+#define wxUSE_RICHTEXT 0
+
+
+#define wxUSE_CLIPBOARD 0
+
+#define wxUSE_DATAOBJ 0
+
+#define wxUSE_DRAG_AND_DROP 0
+
+#define wxUSE_ACCESSIBILITY 0
+
+
+#define wxUSE_SNGLINST_CHECKER 0
+
+#define wxUSE_DRAGIMAGE 0
+
+#define wxUSE_IPC 0
+
+#define wxUSE_HELP 0
+
+
+#define wxUSE_MS_HTML_HELP 0
+
+
+#define wxUSE_WXHTML_HELP 0
+
+#define wxUSE_RESOURCES 0
+
+#define wxUSE_CONSTRAINTS 0
+
+
+#define wxUSE_SPLINES 0
+
+
+#define wxUSE_MOUSEWHEEL 0
+
+
+
+#define wxUSE_POSTSCRIPT 0
+
+#define wxUSE_AFM_FOR_POSTSCRIPT 0
+
+
+#define wxUSE_ODBC 0
+
+#define wxODBC_FWD_ONLY_CURSORS 0
+
+#define wxODBC_BACKWARD_COMPATABILITY 0
+
+
+#define REMOVE_UNUSED_ARG 0
+
+#define wxUSE_IOSTREAMH 0
+
+
+
+#define wxUSE_IMAGE 0
+
+#define wxUSE_LIBPNG 0
+
+#define wxUSE_LIBJPEG 0
+
+#define wxUSE_LIBTIFF 0
+
+#define wxUSE_TGA 0
+
+#define wxUSE_GIF 0
+
+#define wxUSE_PNM 0
+
+#define wxUSE_PCX 0
+
+#define wxUSE_IFF 0
+
+#define wxUSE_XPM 0
+
+#define wxUSE_ICO_CUR 0
+
+#define wxUSE_PALETTE 0
+
+
+#define wxUSE_ALL_THEMES 0
+
+#define wxUSE_THEME_GTK 0
+#define wxUSE_THEME_METAL 0
+#define wxUSE_THEME_MONO 0
+#define wxUSE_THEME_WIN32 0
+
+
+/* --- end common options --- */
+
+/* for some features we don't have dedicated configure switches, so just choose
+ * the common values automatically */
+#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
+#define wxUSE_OWNER_DRAWN 1
+#else
+#define wxUSE_OWNER_DRAWN 0
+#endif
+
+#if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
+#define wxUSE_RICHEDIT 1
+#define wxUSE_RICHEDIT2 1
+#else
+#define wxUSE_RICHEDIT 0
+#define wxUSE_RICHEDIT2 0
+#endif
+
+#define wxUSE_INKEDIT 0
+
+#define wxUSE_UNICODE_MSLU 0
+
+#define wxUSE_DC_CACHEING 0
+
+#define wxUSE_GADGETS 0