X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d1af5eaf07ade785a3236a52ae0ce87eb6c9798..8224a808113a10b21620f817b66f1a333211b773:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f6be1dddf3..610b50e09c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -46,7 +46,9 @@ #undef STDC_HEADERS /* Define this to get extra features from GNU libc. */ +#ifndef _GNU_SOURCE #undef _GNU_SOURCE +#endif /* Define to `int' if doesn't define. */ #undef uid_t @@ -202,6 +204,8 @@ #define wxUSE_STD_IOSTREAM 0 +#define wxUSE_STD_STRING 0 + #define wxUSE_LONGLONG 0 @@ -571,6 +575,12 @@ * 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 */