-/*
- * Use log classes and logging functions
- */
-#define wxUSE_LOG 1
-/*
- * Use log window
- */
-#define wxUSE_LOGWINDOW 1
-/*
- * Use standard GUI logger
- */
-#define wxUSE_LOGGUI 1
-/*
- * Use old log dialog instead of new wxLogGui
- */
-#define wxUSE_LOG_DIALOG 0
-/*
- * Use wxStopWatch
- */
-#define wxUSE_STOPWATCH 1
-/*
- * Use time and date classes
- */
-#define wxUSE_TIMEDATE 1
-/*
- * Use wave class
- */
-#define wxUSE_SOUND 1
-/*
- * Use config system
- */
-#define wxUSE_CONFIG 1
-/*
- * Use font mapping/conversion classes
- */
-#define wxUSE_FONTMAP 1
-/*
- * Use intl system
- */
-#define wxUSE_INTL 1
-/*
- * Use wxProtocol and related classes
- */
-#define wxUSE_PROTOCOL 1
-#define wxUSE_PROTOCOL_FILE 1
-#define wxUSE_PROTOCOL_FTP 1
-#define wxUSE_PROTOCOL_HTTP 1
-/*
- * Use streams
- */
-#define wxUSE_STREAMS 1
-/*
- * Use sockets
- */
-#define wxUSE_SOCKETS 1
-/*
- * Use dialup manager
- */
-#define wxUSE_DIALUP_MANAGER 1
-/*
- * Use standard C++ streams if 1. If 0, use wxWin
- * streams implementation.
- */
-#define wxUSE_STD_IOSTREAM 0
-/*
- * wxLibrary class
- */
-#define wxUSE_DYNLIB_CLASS 1
-/*
- * Use wxObjectLoader
- */
-#define wxUSE_DYNAMIC_LOADER 0
+#define wxUSE_DATAOBJ 1
+
+#ifdef __WXGTK__
+#define wxUSE_DRAG_AND_DROP 1
+#else
+#define wxUSE_DRAG_AND_DROP 0
+#endif
+
+#define wxUSE_ACCESSIBILITY 0
+
+
+#define wxUSE_SNGLINST_CHECKER 1
+
+#define wxUSE_DRAGIMAGE 1
+
+#define wxUSE_IPC 1
+
+#define wxUSE_HELP 1
+
+#define wxUSE_MS_HTML_HELP 0
+
+#define wxUSE_WXHTML_HELP 1
+
+#define wxUSE_CONSTRAINTS 1
+
+
+#define wxUSE_SPLINES 1
+
+
+#define wxUSE_MOUSEWHEEL 1
+
+
+
+#define wxUSE_POSTSCRIPT 1
+
+#define wxUSE_AFM_FOR_POSTSCRIPT 1
+
+#define wxUSE_ODBC 1
+
+#define wxODBC_FWD_ONLY_CURSORS 1
+
+#define wxODBC_BACKWARD_COMPATABILITY 0
+
+
+#define REMOVE_UNUSED_ARG 1
+
+#define wxUSE_IOSTREAMH 1
+
+
+
+#define wxUSE_IMAGE 1
+
+#define wxUSE_LIBPNG 1
+
+#define wxUSE_LIBJPEG 1
+
+#define wxUSE_LIBTIFF 1
+
+#define wxUSE_TGA 1
+
+#define wxUSE_GIF 1
+
+#define wxUSE_PNM 1
+
+#define wxUSE_PCX 1
+
+#define wxUSE_IFF 1
+
+#define wxUSE_XPM 1
+
+#define wxUSE_ICO_CUR 1
+
+#define wxUSE_PALETTE 1
+
+#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(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
+#define wxUSE_OWNER_DRAWN 1
+#else
+#define wxUSE_OWNER_DRAWN 0
+#endif
+
+/* enable rich edit under Win32 */
+#if defined(__WIN32__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__)
+#define wxUSE_RICHEDIT 1
+#define wxUSE_RICHEDIT2 1
+#else
+#define wxUSE_RICHEDIT 0
+#define wxUSE_RICHEDIT2 0
+#endif