* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 28 May 2010 *
+ * Date : 3 January 2011 *
* *
*****************************************************************************/
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
+#else
+
+#define __USE_STD_IOSTREAM 1
+#define _USE_STD_STAT 1
+
#endif /* __cplusplus */
/* fill in with the string wxGetOsDescription() will return */
#endif
#endif
+#ifdef VMS_GTK2
+#define wxUSE_CAIRO 1
+#else
+#define wxUSE_CAIRO 0
+#endif
+
/*
* Define to 1 for Unix[-like] system
*/
#ifndef wxUSE_UNICODE
-#if defined( __WXX11__ ) || defined ( __WXMOTIF__ )
+#if defined( __WXX11__ )
#define wxUSE_UNICODE 0
#else
#define wxUSE_UNICODE 1
|| (defined(_MSC_VER) && _MSC_VER < 1200)
#define wxUSE_STD_DEFAULT 0
#else
- #define wxUSE_STD_DEFAULT 0
+ #define wxUSE_STD_DEFAULT 1
#endif
#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT
#define wxUSE_COLLPANE 1
#define wxUSE_COLOURPICKERCTRL 1
#define wxUSE_COMBOBOX 1
+#define wxUSE_COMMANDLINKBUTTON 1
#define wxUSE_DATAVIEWCTRL 1
#define wxUSE_DATEPICKCTRL 1
#define wxUSE_DIRPICKERCTRL 1
#define wxUSE_LISTCTRL 1
#define wxUSE_RADIOBOX 1
#define wxUSE_RADIOBTN 1
+#define wxUSE_RICHMSGDLG 1
#define wxUSE_SCROLLBAR 1
#define wxUSE_SEARCHCTRL 1
#define wxUSE_SLIDER 1
#define wxUSE_ACCEL 1
+#define wxUSE_ARTPROVIDER_STD 1
+
+#define wxUSE_ARTPROVIDER_TANGO 1
+
#define wxUSE_HOTKEY 1
#define wxUSE_CARET 1
*/
#undef HAVE_TR1_UNORDERED_SET
+/*
+ * Define if your compiler has <tr1/type_traits>
+ */
+#undef HAVE_TR1_TYPE_TRAITS
+
+/*
+ * Define if your compiler has <type_traits>
+ */
+#undef HAVE_TYPE_TRAITS
+
/*
* Define if the compiler supports simple visibility declarations.
*/
/* 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