+#define wxUSE_DEBUG_NEW_ALWAYS 1
+
+#define wxUSE_ON_FATAL_EXCEPTION 1
+
+#define wxUSE_STACKWALKER 0
+
+
+#ifndef wxUSE_UNICODE
+#if defined( __WXX11__ )
+ #define wxUSE_UNICODE 0
+#else
+ #define wxUSE_UNICODE 1
+#endif
+#endif
+
+#define wxUSE_WCHAR_T 1
+
+
+#define wxUSE_EXCEPTIONS 0
+
+#define wxUSE_EXTENDED_RTTI 0
+
+#define wxUSE_LOG 1
+
+#define wxUSE_LOGWINDOW 1
+
+#define wxUSE_LOGGUI 1
+
+#define wxUSE_LOG_DIALOG 1
+
+#define wxUSE_CMDLINE_PARSER 1
+
+#define wxUSE_THREADS 1
+
+#define wxUSE_STREAMS 1
+
+#define wxUSE_PRINTF_POS_PARAMS 0
+
+#define wxUSE_STL 0
+
+#if defined(__DMC__) || defined(__WATCOMC__) \
+ || (defined(_MSC_VER) && _MSC_VER < 1200)
+ #define wxUSE_STD_DEFAULT 0
+#else
+ #define wxUSE_STD_DEFAULT 1
+#endif
+
+#define wxUSE_STD_CONTAINERS wxUSE_STD_DEFAULT
+
+#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT
+
+#define wxUSE_STD_STRING wxUSE_STD_DEFAULT
+
+#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
+
+#define wxUSE_IOSTREAMH 1
+
+#define wxUSE_LONGLONG 1
+
+#define wxUSE_BASE64 1
+
+#define wxUSE_CONSOLE_EVENTLOOP 1
+
+#define wxUSE_FILE 1
+#define wxUSE_FFILE 1
+
+#define wxUSE_FSVOLUME 1
+
+#define wxUSE_STDPATHS 1
+
+#define wxUSE_TEXTBUFFER 1
+
+#define wxUSE_TEXTFILE 1
+
+#define wxUSE_INTL 1
+#include <locale.h>
+
+#if defined (__WXMOTIF__)
+#define wxUSE_XLOCALE 0
+#else
+#define wxUSE_XLOCALE 1
+#endif
+
+#define wxUSE_DATETIME 1
+
+#define wxUSE_TIMER 1
+
+#define wxUSE_STOPWATCH 1
+
+#define wxUSE_FSWATCHER 0
+
+#define wxUSE_CONFIG 1
+
+#define wxUSE_CONFIG_NATIVE 0
+
+#define wxUSE_DIALUP_MANAGER 1
+
+#define wxUSE_DYNLIB_CLASS 1
+
+#define wxUSE_DYNAMIC_LOADER 0
+
+#define wxUSE_SOCKETS 1
+#include <socket.h>
+
+#define wxUSE_IPV6 0
+
+#define wxUSE_FILESYSTEM 1
+
+#define wxUSE_FS_ZIP 1
+
+#define wxUSE_FS_ARCHIVE 1
+
+#define wxUSE_FS_INET 1
+
+#define wxUSE_ARCHIVE_STREAMS 1
+
+#define wxUSE_ZIPSTREAM 1
+
+#define wxUSE_TARSTREAM 1
+
+#define wxUSE_ZLIB 1
+
+#define wxUSE_APPLE_IEEE 0
+
+#define wxUSE_JOYSTICK 0
+
+#define wxUSE_FONTENUM 1
+
+#define wxUSE_FONTMAP 1
+
+#define wxUSE_MIMETYPE 1
+
+#define wxUSE_PROTOCOL 1
+
+#define wxUSE_PROTOCOL_FILE 1
+#define wxUSE_PROTOCOL_FTP 1
+#define wxUSE_PROTOCOL_HTTP 1
+
+#define wxUSE_URL 1
+
+#define wxUSE_URL_NATIVE 0
+
+#define wxUSE_VARIANT 1
+
+#define wxUSE_ANY 1
+
+#define wxUSE_REGEX 1
+
+#define wxUSE_SYSTEM_OPTIONS 1
+
+#define wxUSE_SOUND 1
+
+#define wxUSE_MEDIACTRL 1
+
+#define wxUSE_XRC 1
+
+#define wxUSE_XML wxUSE_XRC
+
+#define wxUSE_AUI 1
+
+#define wxUSE_RIBBON 1
+
+#define wxUSE_PROPGRID 1
+
+#define wxUSE_WEBVIEW 0
+
+#ifdef __WXMSW__
+#define wxUSE_WEBVIEW_IE 0
+#else
+#define wxUSE_WEBVIEW_IE 0
+#endif
+
+#if defined(__WXGTK__) || defined(__WXOSX__)
+#define wxUSE_WEBVIEW_WEBKIT 0
+#else
+#define wxUSE_WEBVIEW_WEBKIT 0
+#endif
+
+#ifdef _MSC_VER
+# if _MSC_VER >= 1310
+
+
+#define wxUSE_GRAPHICS_CONTEXT 0
+# else
+
+
+# define wxUSE_GRAPHICS_CONTEXT 0
+# endif
+#else
+
+
+
+
+
+#ifdef __WXGTK3__
+# define wxUSE_GRAPHICS_CONTEXT 1
+#else
+# define wxUSE_GRAPHICS_CONTEXT 0
+#endif
+#endif
+
+#define wxUSE_CONTROLS 1
+
+#define wxUSE_MARKUP 1
+
+#ifdef __WXMOTIF__
+#define wxUSE_POPUPWIN 0
+#else
+#define wxUSE_POPUPWIN 1
+#endif
+
+#define wxUSE_PREFERENCES_EDITOR 1
+
+#define wxUSE_TIPWINDOW 1
+
+#define wxUSE_STC 1
+
+#define wxUSE_ANIMATIONCTRL 1
+#define wxUSE_BANNERWINDOW 1
+#define wxUSE_BUTTON 1
+#define wxUSE_BMPBUTTON 1
+#define wxUSE_CALENDARCTRL 1
+#define wxUSE_CHECKBOX 1