* Use wxTextFile class
*/
#define wxUSE_TEXTFILE 1
+
+#define wxUSE_EXCEPTIONS 0
+
/*
* Use log classes and logging functions
*/
* 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_ZIPSTREAM 1
+/*
+ * Use gzip streams, requires wxUSE_ZLIB
+ */
+#define wxUSE_GZSTREAM 1
+
/*
* wxPalette class
*/