]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
A bit of translation.
[wxWidgets.git] / setup.h.in
index 3ba47ad8d118d336dd44b121f45737b4287e522d..dff15d01346c238184cbe07710a914f128e2b9e4 100644 (file)
  * Use intl system
  */
 #define wxUSE_INTL 0
+/*
+ * Use wxProtocol and related classes
+ */
+#define wxUSE_PROTOCOL 0
+#define wxUSE_PROTOCOL_FILE 0
+#define wxUSE_PROTOCOL_FTP 0
+#define wxUSE_PROTOCOL_HTTP 0
 /*
  * Use streams
  */
  */
 #define wxUSE_UNICODE_MSLU 0
 
+/*
+ * Use wxURL class
+ */
+#define wxUSE_URL 0
+
 /*
  * Work around a bug in GNU libc 5.x wcstombs() implementation.
  *
  * Use spline
  */
 #define wxUSE_SPLINES 0
-/*
- * Use wxLibrary class
- */
-#define wxUSE_DYNLIB_CLASS 0
 
 /*
  * Use the mdi architecture
  */
 #define wxUSE_XPM 0
 
+/*
+ * MS Icons and Cursors format support
+ */
+#define wxUSE_ICO_CUR 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.