X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9952adac0637176c5fc5081bd04458b765636373..c16d276354b116475bf85a0388b4b0f545da0f82:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f6e91fec79..a193068a07 100644 --- a/setup.h.in +++ b/setup.h.in @@ -94,7 +94,9 @@ #endif #undef __WIN95__ +#ifndef __WIN32__ #undef __WIN32__ +#endif #undef __GNUWIN32__ #undef STRICT #undef WINVER @@ -204,6 +206,11 @@ */ #define wxUSE_POPUPWIN 0 +/* + Use wxTipWindow + */ +#define wxUSE_TIPWINDOW 0 + /* * Use accelerators */ @@ -234,6 +241,11 @@ */ #define wxUSE_MIMETYPE 0 +/* + * Use wxSystemOptions + */ +#define wxUSE_SYSTEM_OPTIONS 0 + /* * Use wxMessageDialog (and wxMessageBox) */ @@ -407,7 +419,6 @@ /* * Use this control */ -#define wxUSE_STATUSBAR 0 #define wxUSE_STATTEXT 0 /* * Use this control @@ -487,6 +498,10 @@ * Use wxFFile class */ #define wxUSE_FFILE 0 +/* + * Use wxTextBuffer class + */ +#define wxUSE_TEXTBUFFER 0 /* * Use wxTextFile class */ @@ -507,7 +522,7 @@ /* * Use old log dialog instead of new wxLogGui */ -#define wxUSE_LOG_DIALOG 1 +#define wxUSE_LOG_DIALOG 0 /* * Use wxStopWatch */ @@ -949,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 @@ -1006,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