-/*
- * 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_ACCEL 1
+
+#define wxUSE_HOTKEY 1
+
+#define wxUSE_CARET 1
+
+#define wxUSE_DISPLAY 0
+
+#define wxUSE_GEOMETRY 1
+
+#define wxUSE_IMAGLIST 1
+
+#define wxUSE_INFOBAR 1
+
+#define wxUSE_MENUS 1
+
+#define wxUSE_NOTIFICATION_MESSAGE 1
+
+#define wxUSE_SASH 1
+
+#define wxUSE_SPLITTER 1
+
+#if defined (__WXMOTIF__) || defined( __WXX11__ )
+#define wxUSE_TOOLTIPS 0
+#else
+#define wxUSE_TOOLTIPS 1
+#endif
+
+#define wxUSE_VALIDATORS 1
+
+#ifdef __WXMSW__
+#define wxUSE_AUTOID_MANAGEMENT 0
+#else
+#define wxUSE_AUTOID_MANAGEMENT 0
+#endif
+
+#define wxUSE_COMMON_DIALOGS 1
+
+#define wxUSE_BUSYINFO 1
+
+#define wxUSE_CHOICEDLG 1
+
+#define wxUSE_COLOURDLG 1
+
+#define wxUSE_DIRDLG 1
+
+
+#define wxUSE_FILEDLG 1
+
+#define wxUSE_FINDREPLDLG 1
+
+#define wxUSE_FONTDLG 1
+
+#define wxUSE_MSGDLG 1
+
+#define wxUSE_PROGRESSDLG 1
+
+#define wxUSE_STARTUP_TIPS 1
+
+#define wxUSE_TEXTDLG 1
+
+#define wxUSE_NUMBERDLG 1
+
+#define wxUSE_SPLASH 1
+
+#define wxUSE_WIZARDDLG 1
+
+#define wxUSE_ABOUTDLG 1
+
+#define wxUSE_FILE_HISTORY 1
+
+#define wxUSE_METAFILE 0
+#define wxUSE_ENH_METAFILE 0
+#define wxUSE_WIN_METAFILES_ALWAYS 0
+
+
+#define wxUSE_MDI 1
+
+#define wxUSE_DOC_VIEW_ARCHITECTURE 1
+
+#define wxUSE_MDI_ARCHITECTURE 1
+
+#define wxUSE_PRINTING_ARCHITECTURE 1
+
+#define wxUSE_HTML 1
+
+#define wxUSE_GLCANVAS 1
+
+#define wxUSE_RICHTEXT 1
+
+#define wxUSE_CLIPBOARD 1
+
+#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_UIACTIONSIMULATOR 1
+
+#define wxUSE_POSTSCRIPT 1
+
+#define wxUSE_AFM_FOR_POSTSCRIPT 1
+
+#define wxUSE_SVG 1
+
+#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