* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 7 November 2006 *
+ * Date : 14 November 2006 *
* *
*****************************************************************************/
#define wxUSE_STD_IOSTREAM 0
-#define wxUSE_STD_STRING 0
+#if defined(__DMC__) || defined(__WATCOMC__) \
+ || (defined(_MSC_VER) && _MSC_VER < 1200)
+ #define wxUSE_STD_STRING 0
+#else
+ #define wxUSE_STD_STRING 0
+#endif
#define wxUSE_PRINTF_POS_PARAMS 0
#define wxUSE_XRC 1
-#if wxUSE_XRC
-#define wxUSE_XML 1
-#else
-# define wxUSE_XML 1
-#endif
+#define wxUSE_XML wxUSE_XRC
#define wxUSE_AUI 1
#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 wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
-/* Define if the system headers declare the type boolean (which will conflict
- * with the jpeg headers unless HAVE_BOOLEAN is defined). */
-#undef HAVE_BOOLEAN
-
/* Define if the header pbt.h is missing. */
#undef NEED_PBT_H