+/*
+ **************************************************
+ PLEASE READ THIS IF YOU GET AN ERROR IN THIS FILE!
+ **************************************************
+
+ If you get an error saying "wxUSE_FOO must be defined", it means that you
+ are not using the correct up-to-date version of setup.h. This happens most
+ often when using svn or daily snapshots and a new symbol was added to
+ setup0.h and you haven't updated your local setup.h to to reflect it. If
+ this is the case, you need to propagate the changes from setup0.h to your
+ setup.h and, if using makefiles under MSW, also remove setup.h under the
+ build directory (lib/$(COMPILER)_{lib,dll}/msw[u][d][dll]/wx) so that it
+ the new setup.h is copied there.
+
+ If you get an error of the form "wxFoo requires wxBar", then the settings
+ in your setup.h are inconsistent. You have the choice between correcting
+ them manually or commenting out #define wxABORT_ON_CONFIG_ERROR below to
+ try to correct the problems automatically (not really recommended but
+ might work).
+ */
+