# endif
#endif /* !defined(wxUSE_FS_ARCHIVE) */
-/* don't give an error about this one yet, it's not fully implemented */
#ifndef wxUSE_FSVOLUME
-# define wxUSE_FSVOLUME 0
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_FSVOLUME must be defined."
+# else
+# define wxUSE_FSVOLUME 0
+# endif
#endif /* !defined(wxUSE_FSVOLUME) */
#ifndef wxUSE_DYNAMIC_LOADER
# endif
#endif /* !defined(wxUSE_STATUSBAR) */
-#ifndef wxUSE_TAB_DIALOG
-# ifdef wxABORT_ON_CONFIG_ERROR
-# error "wxUSE_TAB_DIALOG must be defined."
-# else
-# define wxUSE_TAB_DIALOG 0
-# endif
-#endif /* !defined(wxUSE_TAB_DIALOG) */
-
#ifndef wxUSE_TASKBARICON
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_TASKBARICON must be defined."
*/
#if wxUSE_GUI
-#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__)
+#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) && !defined(__GCCXML__)
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_ACCESSIBILITY is currently only supported under wxMSW"
# else