X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0940bcf7f5154564b319f74b541b9dfdbeaec9a9..13971833d8ef565afc5c3b48442ed5dc1384d4dd:/setup.h.in diff --git a/setup.h.in b/setup.h.in index b54d6b4a3d..6b51e00caa 100644 --- a/setup.h.in +++ b/setup.h.in @@ -131,11 +131,11 @@ /* * Use GUI */ -#define wxUSE_GUI 1 +#define wxUSE_GUI 0 /* - * Defined if !wxUSE_GUI + * Don't use GUI (defined to 1 when compiling/using base only) */ -#undef wxUSE_NOGUI +#define wxUSE_NOGUI 0 /* * Use constraints mechanism @@ -212,6 +212,11 @@ /* * Use this control */ +#define wxUSE_NEW_GRID 0 +/* + * Use the new prototype wxGrid classes + * (wxUSE_GRID must also be defined) + */ #define wxUSE_IMAGLIST 0 /* * Use this control @@ -337,6 +342,10 @@ * Use sockets */ #define wxUSE_SOCKETS 0 +/* + * Use dialup manager + */ +#define wxUSE_DIALUP_MANAGER 0 /* * Use standard C++ streams if 1. If 0, use wxWin * streams implementation. @@ -363,10 +372,20 @@ #define wxUSE_POSTSCRIPT 0 /* - * Compile wxString with wide character (Unicode) support? + * Compile wxString with some Unicode support? + */ +#define wxUSE_WCHAR_T 0 + +/* + * Compile wxString in wide character (Unicode) mode? */ #define wxUSE_UNICODE 0 +/* + * Compile wxString with (limited) multibyte char support? + */ +#define wxUSE_MULTIBYTE 0 + /* * Work around a bug in GNU libc 5.x wcstombs() implementation. * @@ -640,6 +659,9 @@ /* Define if you have the shl_load function. */ #undef HAVE_SHL_LOAD +/* Define if you have strtok_r function. */ +#undef HAVE_STRTOK_R + /* Define if you have the uname function. */ #undef HAVE_UNAME