X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72045d5768a126191a907bc640c28e81a11afdd6..a60a5499953215f46062de58c0fe5df7b3a27a60:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 60df19067f..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 @@ -752,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 @@ -1120,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 ------------------------------------------------------------------------- */