/* 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__
#endif
#undef __WIN95__
+#ifndef __WIN32__
#undef __WIN32__
+#endif
#undef __GNUWIN32__
#undef STRICT
#undef WINVER
*/
#define wxUSE_POPUPWIN 0
+/*
+ Use wxTipWindow
+ */
+#define wxUSE_TIPWINDOW 0
+
/*
* Use accelerators
*/
*/
#define wxUSE_MIMETYPE 0
+/*
+ * Use wxSystemOptions
+ */
+#define wxUSE_SYSTEM_OPTIONS 0
+
/*
* Use wxMessageDialog (and wxMessageBox)
*/
/*
* Use this control
*/
-#define wxUSE_STATUSBAR 0
#define wxUSE_STATTEXT 0
/*
* Use this control
* Use wxFFile class
*/
#define wxUSE_FFILE 0
+/*
+ * Use wxTextBuffer class
+ */
+#define wxUSE_TEXTBUFFER 0
/*
* Use wxTextFile class
*/
/*
* Use old log dialog instead of new wxLogGui
*/
-#define wxUSE_LOG_DIALOG 1
+#define wxUSE_LOG_DIALOG 0
/*
* Use wxStopWatch
*/
* Use streams
*/
#define wxUSE_STREAMS 0
-/*
- * Use class serialization
- */
-#define wxUSE_SERIAL 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
+
/*
* Work around a bug in GNU libc 5.x wcstombs() implementation.
*
/* 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
/* Define if you have the <wcstr.h> header file. */
#undef HAVE_WCSTR_H
+/* Define if you have the <wctype.h> header file. */
+#undef HAVE_WCTYPE_H
+
/* Define if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H