* Use iODBC
*/
#define wxUSE_ODBC 1
+#define wxUSE_BUILTIN_IODBC 0
#define wxODBC_FWD_ONLY_CURSORS 1
#define wxODBC_BACKWARD_COMPATABILITY 0
/*
*/
#define wxUSE_TOOLBAR_NATIVE 1
-/*
- * Use generic wxToolBar instead of/together with the native one?
- */
-#define wxUSE_TOOLBAR_SIMPLE 1
-
-#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
- #if wxUSE_TOOLBAR
- #define wxUSE_BUTTONBAR 1
- #endif
-#endif
-
/*
* Use wxTreeLayout class
*/
* Use wxTextFile class
*/
#define wxUSE_TEXTFILE 1
+
+#define wxUSE_EXCEPTIONS 0
+
/*
* Use log classes and logging functions
*/
#define wxUSE_WCHAR_T 1
/*
- * Compile wxWindows in Unicode mode (Win32 only for now)?
+ * Compile wxWindows in Unicode mode?
*/
#define wxUSE_UNICODE 0
* Use MS HTML Help controller (win32)
*/
#define wxUSE_MS_HTML_HELP 0
+/*
+ * Use MS HTML Help via libmspack (Unix)
+ */
+#define wxUSE_LIBMSPACK 1
/*
* Use iostream.h rather than iostream
*/
#define wxUSE_APPLE_IEEE 0
-/*
- * Compatibility with 2.0 API.
- */
-#define WXWIN_COMPATIBILITY_2 1
/*
* Compatibility with 2.2 API
*/
*/
#define wxUSE_ZIPSTREAM 1
+/*
+ * Use gzip streams, requires wxUSE_ZLIB
+ */
+#define wxUSE_GZSTREAM 1
+
/*
* wxPalette class
*/