+/*
+ * Define symbols that are not yet in
+ * configure or possibly some setup.h files.
+ * They will need to be added.
+ */
+
+#ifndef wxUSE_FILECONFIG
+ #if wxUSE_CONFIG
+ #define wxUSE_FILECONFIG 1
+ #else
+ #define wxUSE_FILECONFIG 0
+ #endif
+#endif
+
+#ifndef wxUSE_HOTKEY
+ #define wxUSE_HOTKEY 0
+#endif
+
+#if !defined(wxUSE_WXDIB) && defined(__WXMSW__)
+ #define wxUSE_WXDIB 1
+#endif
+