#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
/*
- * Use generic wxToolBar instead of the native one?
+ * Use wxToollBar
*/
-#define wxUSE_TOOLBAR_SIMPLE 0
+#define wxUSE_TOOLBAR 0
/*
- * Use this control
+ * If 1, use the native toolbar, otherwise use the generic version
+ * (wxToolBarSimple) which may also be use together with the native one.
*/
-#define wxUSE_TOOLBAR 0
+#define wxUSE_TOOLBAR_NATIVE 0
+
+/*
+ * Use generic wxToolBar instead of/together with the native one?
+ */
+#define wxUSE_TOOLBAR_SIMPLE 0
#if defined(__WXWINE__) || defined(__GNUWIN32__)
#define wxUSE_OWNER_DRAWN 1
*/
#define CONST_COMPATIBILITY 0
+/* define with the name of timezone variable */
+#undef WX_TIMEZONE
+
/* The type of 3rd argument to getsockname() - usually size_t or int */
#undef SOCKLEN_T
/* Define if you have shl_load() */
#undef HAVE_SHL_LOAD
+/* Define if you have strptime() */
+#undef HAVE_STRPTIME
+
/* Define if you have all functions to set thread priority */
#undef HAVE_THREAD_PRIORITY_FUNCTIONS