#undef STDC_HEADERS
/* Define this to get extra features from GNU libc. */
+#ifndef _GNU_SOURCE
#undef _GNU_SOURCE
+#endif
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
#define wxUSE_STD_IOSTREAM 0
+#define wxUSE_STD_STRING 0
+
#define wxUSE_LONGLONG 0
* Use SDL for audio (Unix)
*/
#define wxUSE_LIBSDL 0
+
+/*
+ * Compile sound backends as plugins
+ */
+#define wxUSE_PLUGINS 0
+
/*
* Use GNOME print for printing under GTK+ 2.0
*/