+/* ---------------------------------------------------------------------
+ Win32 adjustments section
+ ---------------------------------------------------------------------
+ */
+
+#ifdef __WIN32__
+
+/* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibil
+ with wx/msw/setup.h */
+#define wxUSE_XPM_IN_MSW wxUSE_XPM
+
+#endif /* __WIN32__ */
+
+/* --------------------------------------------------------*
+ * This stuff is static, it doesn't get modified directly
+ * by configure.
+ */
+
+#include "wx/chkconf.h"
+
+/*
+ define some constants identifying wxWindows version in more details t
+ just the version number
+*/
+
+/* wxLogChain class available */
+#define wxHAS_LOG_CHAIN 1
+
+/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
+#define wxHAS_WORKING_GTK_DC_BLIT 1
+
+/* Define this is you have X11/extensions/shape.h */
+#define HAVE_XSHAPE 1
+