X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e448231102ecab3ce01647e98ec156f7bf5b8bb..af01f1ba0d697c07173f436ab661b4c833258a91:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 5ad250d7a2..a193068a07 100644 --- a/setup.h.in +++ b/setup.h.in @@ -206,6 +206,11 @@ */ #define wxUSE_POPUPWIN 0 +/* + Use wxTipWindow + */ +#define wxUSE_TIPWINDOW 0 + /* * Use accelerators */ @@ -236,6 +241,11 @@ */ #define wxUSE_MIMETYPE 0 +/* + * Use wxSystemOptions + */ +#define wxUSE_SYSTEM_OPTIONS 0 + /* * Use wxMessageDialog (and wxMessageBox) */ @@ -409,7 +419,6 @@ /* * Use this control */ -#define wxUSE_STATUSBAR 0 #define wxUSE_STATTEXT 0 /* * Use this control @@ -489,6 +498,10 @@ * Use wxFFile class */ #define wxUSE_FFILE 0 +/* + * Use wxTextBuffer class + */ +#define wxUSE_TEXTBUFFER 0 /* * Use wxTextFile class */ @@ -509,7 +522,7 @@ /* * Use old log dialog instead of new wxLogGui */ -#define wxUSE_LOG_DIALOG 1 +#define wxUSE_LOG_DIALOG 0 /* * Use wxStopWatch */ @@ -951,6 +964,12 @@ /* 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 @@ -1008,6 +1027,9 @@ /* Define if you have the header file. */ #undef HAVE_WCSTR_H +/* Define if you have the header file. */ +#undef HAVE_WCTYPE_H + /* Define if you have the header file. */ #undef HAVE_ICONV_H