#pragma interface "confbase.h"
#endif
-// ----------------------------------------------------------------------------
-// compile options
-// ----------------------------------------------------------------------------
+#include "wx/defs.h"
+
+#ifdef wxUSE_CONFIG
-// it won't compile without it anyhow
-#ifndef wxUSE_CONFIG
- #error "Please define wxUSE_CONFIG or remove config.cpp from your makefile"
-#endif // wxUSE_CONFIG
+#include "wx/string.h"
// ----------------------------------------------------------------------------
// constants
#define sm_classwxConfig sm_classwxFileConfig
#endif
+#endif
+
+ // wxUSE_CONFIG
-
-#endif // _WX_CONFIG_H_
+#endif
+ // _WX_CONFIG_H_