+#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_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
+
+/* --- 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