/////////////////////////////////////////////////////////////////////////////
-// Name: config.h
+// Name: wx/config.h
// Purpose: wxConfig base header
// Author: Julian Smart
// Modified by:
#ifndef _WX_CONFIG_H_BASE_
#define _WX_CONFIG_H_BASE_
-#include "wx/defs.h"
#include "wx/confbase.h"
+#if wxUSE_CONFIG
+
// ----------------------------------------------------------------------------
// define the native wxConfigBase implementation
// ----------------------------------------------------------------------------
#define wxConfig wxFileConfig
#endif
+#endif // wxUSE_CONFIG
+
#endif // _WX_CONFIG_H_BASE_