* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 14 December 2010 *
+ * Date : 27 April 2011 *
* *
*****************************************************************************/
#define wxUSE_EXTENDED_RTTI 0
-#define wxUSE_STL 0
-
#define wxUSE_LOG 1
#define wxUSE_LOGWINDOW 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
#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_PRINTF_POS_PARAMS 0
+#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
+
+#define wxUSE_IOSTREAMH 1
#define wxUSE_LONGLONG 1
#define wxUSE_CONTROLS 1
+#define wxUSE_MARKUP 1
+
#ifdef __WXMOTIF__
#define wxUSE_POPUPWIN 0
#else
#define wxUSE_ACCEL 1
+#define wxUSE_ARTPROVIDER_STD 1
+
+#define wxUSE_ARTPROVIDER_TANGO 1
+
#define wxUSE_HOTKEY 1
#define wxUSE_CARET 1
#define wxUSE_SVG 1
-#define REMOVE_UNUSED_ARG 1
-
-#define wxUSE_IOSTREAMH 1
-
-
-
#define wxUSE_IMAGE 1
#define wxUSE_LIBPNG 1
* Use the Hildon 2.0 framework
*/
#define wxUSE_LIBHILDON2 0
+
+#define wxUSE_DC_TRANSFORM_MATRIX 1
+
/*
* Have glibc2
*/
/* Define if you have wcsdup function */
#undef HAVE_WCSDUP
+/* Define if you have wcsftime() function */
+#define HAVE_WCSFTIME 1
+
/* Define if you have strnlen() function */
#define HAVE_STRNLEN 1