* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 12 January 2009 *
+ * 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 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