X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88bbc3329bce2066d39e8feb49f3332c30dcfcc4..58cb01d1eb3d75298cc424ad6866fb5bec136fb6:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 90b0e76cc3..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 @@ -1122,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 ------------------------------------------------------------------------- */