# 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_INTL) */
+#ifndef wxUSE_IPV6
+# ifdef wxABORT_ON_CONFIG_ERROR
+# error "wxUSE_IPV6 must be defined."
+# else
+# define wxUSE_IPV6 0
+# endif
+#endif /* !defined(wxUSE_IPV6) */
+
#ifndef wxUSE_LOG
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_LOG must be defined."
# endif
#endif /* wxUSE_VARIANT */
-#ifndef wxUSE_WEAKREF
-# ifdef wxABORT_ON_CONFIG_ERROR
-# error "wxUSE_WEAKREF must be defined."
-# else
-# define wxUSE_WEAKREF 0
-# endif
-#endif /* wxUSE_WEAKREF */
-
#ifndef wxUSE_XLOCALE
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_XLOCALE must be defined."
#endif /* !defined(wxUSE_HTML) */
#ifndef wxUSE_LIBMSPACK
-# ifndef __UNIX__
+# if !defined(__UNIX__) || defined(__WXPALMOS__)
/* set to 0 on platforms that don't have libmspack */
# define wxUSE_LIBMSPACK 0
# else
# include "wx/msw/chkconf.h"
#elif defined(__WXGTK__)
# include "wx/gtk/chkconf.h"
+#elif defined(__WXCOCOA__)
+# include "wx/cocoa/chkconf.h"
#elif defined(__WXMAC__)
-# include "wx/mac/chkconf.h"
+# include "wx/osx/chkconf.h"
#elif defined(__OS2__)
# include "wx/os2/chkconf.h"
#elif defined(__WXMGL__)
*/
#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