X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/982a44cc9fc00dfe37d50488c89785302af55074..a60a5499953215f46062de58c0fe5df7b3a27a60:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 94fa168605..5dd6edd484 100644 --- a/setup.h.in +++ b/setup.h.in @@ -251,6 +251,8 @@ #define wxUSE_ZIPSTREAM 0 +#define wxUSE_BACKINGFILE 0 + #define wxUSE_ZLIB 0 #define wxUSE_APPLE_IEEE 0 @@ -305,6 +307,7 @@ #define wxUSE_TIPWINDOW 0 +#define wxUSE_ANIMATIONCTRL 0 #define wxUSE_BUTTON 0 #define wxUSE_BMPBUTTON 0 #define wxUSE_CALENDARCTRL 0 @@ -460,8 +463,10 @@ #define wxUSE_HELP 0 + #define wxUSE_MS_HTML_HELP 0 + #define wxUSE_WXHTML_HELP 0 #define wxUSE_RESOURCES 0 @@ -749,6 +754,12 @@ */ #define CONST_COMPATIBILITY 0 +/* + * use the session manager to detect KDE/GNOME + */ +#define wxUSE_DETECT_SM 0 + + /* define with the name of timezone variable */ #undef WX_TIMEZONE @@ -1117,6 +1128,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H +/* Define if fdopen is available. */ +#undef HAVE_FDOPEN + /* ------------------------------------------------------------------------- Win32 adjustments section ------------------------------------------------------------------------- */