+/* Define if you have the <wctype.h> header file. */
+#if __CRTL_VER >= 70312000
+#define HAVE_WCTYPE_H 1
+#else
+#undef HAVE_WCTYPE_H
+#endif
+
+/* Define if you have <widec.h> (Solaris only) */
+#undef HAVE_WIDEC_H
+
+/* Define if you have the <iconv.h> header file and iconv() symbol. */
+#define HAVE_ICONV_H 1
+
+/* Define as "const" if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
+/* Define if you have the <langinfo.h> header file. */
+#define HAVE_LANGINFO_H 1
+
+/* Define if you have the <w32api.h> header file (mingw,cygwin). */
+#undef HAVE_W32API_H
+
+/* Define if you have the <esd.h> header file. */
+/* #undef HAVE_ESD_H */
+
+/* Define if you have the <sys/soundcard.h> header file. */
+/* #undef HAVE_SYS_SOUNDCARD_H */
+
+/* Define if you have wcsrtombs() function */
+#define HAVE_WCSRTOMBS 1
+
+/* Define this if you have putws() */
+#undef HAVE_PUTWS
+
+/* Define this if you have fputws() */
+#define HAVE_FPUTWS 1
+
+/* Define this if you have strcasecmp() function in <string.h> */
+#define HAVE_STRCASECMP_IN_STRING_H 1
+
+/* Define this if you have strcasecmp() function in <strings.h> */
+#undef HAVE_STRCASECMP_IN_STRINGS_H
+
+/* Define this if you have wprintf() and related functions */
+#define HAVE_WPRINTF 1
+
+/* Define this if you have vswprintf() and related functions */
+#define HAVE_VSWPRINTF 1
+
+/* Define this if you have _vsnwprintf */
+#undef HAVE__VSNWPRINTF
+
+/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
+#undef HAVE_XIM
+
+/* Define if fseeko and ftello are available. */
+#define HAVE_FSEEKO 1
+
+/* Define this is you have X11/extensions/shape.h */
+#define HAVE_XSHAPE 1
+
+/* Define this if you have type SPBCDATA */
+#undef HAVE_SPBCDATA
+
+/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
+#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
+
+/* Define if you have Pango xft support */
+#undef HAVE_PANGO_XFT
+
+/* Define if fdopen is available. */
+#define HAVE_FDOPEN 1
+
+/* Define if sysconf is available. */
+#define HAVE_SYSCONF 1
+
+/* Define if getpwuid_r is available. */
+#undef HAVE_GETPWUID_R
+
+/* Define if getgrgid_r is available. */
+#undef HAVE_GETGRGID_R
+
+/* Define if locale_t is available */
+#undef HAVE_LOCALE_T
+
+/* Define if you have inotify_xxx() functions. */
+#undef wxHAS_INOTIFY
+
+/* Define if you have kqueu_xxx() functions. */
+#undef wxHAS_KQUEUE
+
+/* ---------------------------------------------------------------------
+ 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
+
+#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
+
+/* Define if the header pbt.h is missing. */
+#undef NEED_PBT_H
+
+#endif /* __WIN32__ */
+
+/* --------------------------------------------------------*
+ * This stuff is static, it doesn't get modified directly
+ * by configure.
+ */
+
+/*
+ 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
+
+#undef HAVE_SYS_SELECT_H
+
+#if defined( __WXGTK__ ) && !defined( VMS_GTK2 )
+#define wxHAS_RAW_BITMAP 1
+#endif
+
+#ifdef VMS_GTK2
+#define GSEAL(x) x
+#endif
+
+#define __VMS_BROKEN_TEMPLATES
+
+#include <stdlib.h>
+