X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fbb762e0773b8274ba1d969ae1597d46e671dbf..af01f1ba0d697c07173f436ab661b4c833258a91:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c93af148df..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) */ @@ -512,7 +522,7 @@ /* * Use old log dialog instead of new wxLogGui */ -#define wxUSE_LOG_DIALOG 1 +#define wxUSE_LOG_DIALOG 0 /* * Use wxStopWatch */ @@ -954,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