X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cc4f822d37f6546c5b00c341b2eecbaca5054b2..86a7257f11c83f7d584a4c1d639e38f3e56367c8:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 0530b8a7b4..33f1126a26 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -582,6 +582,9 @@ * Use wxTextFile class */ #define wxUSE_TEXTFILE 1 + +#define wxUSE_EXCEPTIONS 0 + /* * Use log classes and logging functions */ @@ -800,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 @@ -890,6 +897,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */