#define wxUSE_WCHAR_T 0
/*
- * 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 0
/*
* Use iostream.h rather than iostream
*/
#define wxUSE_ZIPSTREAM 0
+/*
+ * Use gzip streams, requires wxUSE_ZLIB
+ */
+#define wxUSE_GZSTREAM 0
+
/*
* wxPalette class
*/
/* Define if you have the <X11/XKBlib.h> header file. */
#undef HAVE_X11_XKBLIB_H
+/* Define if you have the <X11/extensions/xf86vmode.h> header file. */
+#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
+
/* Define if you have the fnmatch() function */
#undef HAVE_FNMATCH