]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
changed the usage of the member vars to be more consistent
[wxWidgets.git] / setup.h.in
index 0921b8c42950ef32effd889ddacca7406b40532b..6c22732a6a62326b5661c81e4caf395c47e5b0ad 100644 (file)
  */
 #define wxUSE_INTL 0
 /*
- * Use streams
+ * Use wxProtocol and related classes
  */
-#define wxUSE_STREAMS 0
+#define wxUSE_PROTOCOL 0
+#define wxUSE_PROTOCOL_FILE 0
+#define wxUSE_PROTOCOL_FTP 0
+#define wxUSE_PROTOCOL_HTTP 0
 /*
- * Use class serialization
+ * Use streams
  */
-#define wxUSE_SERIAL 0
+#define wxUSE_STREAMS 0
 /*
  * Use sockets
  */
  * wxLibrary class
  */
 #define wxUSE_DYNLIB_CLASS 0
+/*
+ * Use wxObjectLoader
+ */
+#define wxUSE_DYNAMIC_LOADER 0
 
 /*
  * Use wxTimer
  */
 #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_PCX 0
 
+/*
+ * IFF image format support
+ */
+#define wxUSE_IFF 0
+
 /*
  * PNM image format support
  */
  */
 #define wxUSE_XPM 0
 
+/*
+ * MS ICO (and CUR,ANI derivatives) image format support (on any platform)
+ */
+#define wxUSE_ICO_CUR 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.