]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
New wxDesigner-less version of the MimeTypesManager demo
[wxWidgets.git] / setup.h.in
index 3d02255d6f1a48c176ced68f34eca24586f15fe0..a1bddc63d9ac4124320c8207c8108a0d5b7ea2e5 100644 (file)
 #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