X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c06469f66f5293111453161ad2e0cae12363f98b..a60a5499953215f46062de58c0fe5df7b3a27a60:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 98bba98270..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 @@ -375,8 +377,6 @@ #define wxUSE_DISPLAY 0 -#define wxUSE_DETECT_SM 0 - #define wxUSE_GEOMETRY 0 #define wxUSE_IMAGLIST 0 @@ -754,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