* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 10 December 2007 *
+ * Date : 11 February 2008 *
* *
*****************************************************************************/
#define wxUSE_THREADS 1
+#define wxUSE_WEAKREF 1
+
#define wxUSE_STREAMS 1
#define wxUSE_STD_IOSTREAM 0
#define wxUSE_INTL 1
#include <locale.h>
+#define wxUSE_XLOCALE 1
+
#define wxUSE_DATETIME 1
#define wxUSE_TIMER 1
#define wxUSE_VALIDATORS 1
+#ifdef __WXMSW__
+#define wxUSE_AUTOID_MANAGEMENT 0
+#else
+#define wxUSE_AUTOID_MANAGEMENT 0
+#endif
#define wxUSE_COMMON_DIALOGS 1
/* Define if getgrgid_r is available. */
#undef HAVE_GETGRGID_R
+/* Define if locale_t is available */
+#undef HAVE_LOCALE_T
+
/* ---------------------------------------------------------------------
Win32 adjustments section
---------------------------------------------------------------------
#undef HAVE_SYS_SELECT_H
+
#endif /* __WX_SETUP_H__ */