* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 25 November 2008 *
+ * Date : 13 January 2009 *
* *
*****************************************************************************/
#define wxUSE_GUI 1
#endif
-
#define WXWIN_COMPATIBILITY_2_6 1
#define WXWIN_COMPATIBILITY_2_8 1
-#define wxDIALOG_UNIT_COMPATIBILITY 1
-
+#define wxEVENTS_COMPATIBILITY_2_8 1
+#define wxDIALOG_UNIT_COMPATIBILITY 1
#define wxUSE_DEBUG_CONTEXT 0
#define wxUSE_FILEPICKERCTRL 1
#define wxUSE_FONTPICKERCTRL 1
#define wxUSE_GAUGE 1
+#define wxUSE_HEADERCTRL 1
#define wxUSE_HYPERLINKCTRL 1
#define wxUSE_LISTBOX 1
#define wxUSE_LISTCTRL 1
#define wxUSE_BITMAPCOMBOBOX 1
+#define wxUSE_REARRANGECTRL 1
+
#define wxUSE_ACCEL 1
#define wxUSE_HOTKEY 1
/* Define if you have usleep() */
#define HAVE_USLEEP 1
-/* Define if you have wcslen function */
+/* Define if you have wcslen function */
#define HAVE_WCSLEN 1
/* Define if you have wcsdup function */
#undef HAVE_WCSDUP
+/* Define if you have strnlen() function */
+#define HAVE_STRNLEN 1
+
+/* Define if you have wcsnlen() function */
+#undef HAVE_WCSNLEN
+
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL