*/
#define wxUSE_ZIPSTREAM 1
+/*
+ * wxImage support
+ */
+#define wxUSE_IMAGE 1
+
/*
* GIF image format support
*/
*/
#define wxUSE_PNM 1
+/*
+ * XPM image format support
+ */
+#define wxUSE_XPM 1
+
/*
* Disable this if your compiler can't cope
* with omission of prototype parameters.
* present */
#define WX_GMTOFF_IN_TM
+/* iconv()'s 2nd argument is char ** and not const char ** */
+#define WX_ICONV_TAKES_CHAR 1
+
/* Define if you have pw_gecos field in struct passwd */
#undef HAVE_PW_GECOS