/* PowerPC Darwin & Mac OS X */
#undef __POWERPC__
+/* MS-DOS with DJGPP */
+#undef __DOS__
+
/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
#ifndef __WINDOWS__
#undef __WINDOWS__
*/
#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 0
+/*
+ * Use MS Layer for Unicode on Win9X (Win32 only)?
+ */
+#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.
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
+/* Define if you have the mktemp function. */
+#undef HAVE_MKTEMP
+
+/* Define if you have the mkstemp function. */
+#undef HAVE_MKSTEMP
+
/* Define if you have the nanosleep function. */
#undef HAVE_NANOSLEEP