X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3858bf5614fae70f1cdc11e5f187691ef2a4c4a..fb757066dfea26412c518153f7c4af05a8a43dc9:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 5d0bdd3895..33f1126a26 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -210,6 +210,7 @@ * Use iODBC */ #define wxUSE_ODBC 1 +#define wxUSE_BUILTIN_IODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 #define wxODBC_BACKWARD_COMPATABILITY 0 /* @@ -454,6 +455,7 @@ * Use this control */ #define wxUSE_NOTEBOOK 1 +#define wxUSE_LISTBOOK 1 /* * Use this control */ @@ -531,17 +533,6 @@ */ #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 */ @@ -591,6 +582,9 @@ * Use wxTextFile class */ #define wxUSE_TEXTFILE 1 + +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -809,6 +803,10 @@ * 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 @@ -819,10 +817,6 @@ */ #define wxUSE_APPLE_IEEE 0 -/* - * Compatibility with 2.0 API. - */ -#define WXWIN_COMPATIBILITY_2 1 /* * Compatibility with 2.2 API */ @@ -903,6 +897,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */