#define _WX_CONFIG_H_BASE_
#include "wx/defs.h"
+
+#if wxUSE_CONFIG
+
#include "wx/confbase.h"
// ----------------------------------------------------------------------------
#define wxConfig wxFileConfig
#endif
+#endif // wxUSE_CONFIG
+
#endif // _WX_CONFIG_H_BASE_