X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76c32e7b97bbd5d0c809dd59cba2926be016f7af..34deb5cdfecf633d267ef22903326f86539ea38b:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 7e67b3a9b2..97281e3b68 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 10 December 2007 * + * Date : 9 April 2008 * * * *****************************************************************************/ @@ -216,17 +216,21 @@ typedef pid_t GPid; #define wxUSE_THREADS 1 -#define wxUSE_STREAMS 1 +#define wxUSE_WEAKREF 1 -#define wxUSE_STD_IOSTREAM 0 +#define wxUSE_STREAMS 1 #if defined(__DMC__) || defined(__WATCOMC__) \ - || (defined(_MSC_VER) && _MSC_VER < 1200) - #define wxUSE_STD_STRING 0 + || (defined(_MSC_VER) && _MSC_VER < 1200) + #define wxUSE_STD_DEFAULT 0 #else - #define wxUSE_STD_STRING 0 + #define wxUSE_STD_DEFAULT 0 #endif +#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT + +#define wxUSE_STD_STRING wxUSE_STD_DEFAULT + #define wxUSE_PRINTF_POS_PARAMS 0 #define wxUSE_LONGLONG 1 @@ -249,6 +253,8 @@ typedef pid_t GPid; #define wxUSE_INTL 1 #include +#define wxUSE_XLOCALE 1 + #define wxUSE_DATETIME 1 #define wxUSE_TIMER 1 @@ -439,6 +445,11 @@ typedef pid_t GPid; #define wxUSE_VALIDATORS 1 +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 0 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif #define wxUSE_COMMON_DIALOGS 1 @@ -965,6 +976,12 @@ typedef pid_t GPid; * with 'char*' for the 3rd parameter instead of 'const char*' */ #undef HAVE_BROKEN_VSNPRINTF_DECL +/* Define if you have vsscanf() */ +#define HAVE_VSSCANF 1 + +/* Define if you have vsscanf() declaration in the header */ +#define HAVE_VSSCANF_DECL 1 + /* Define if you have usleep() */ #define HAVE_USLEEP 1 @@ -1194,6 +1211,9 @@ typedef pid_t GPid; /* Define if getgrgid_r is available. */ #undef HAVE_GETGRGID_R +/* Define if locale_t is available */ +#undef HAVE_LOCALE_T + /* --------------------------------------------------------------------- Win32 adjustments section --------------------------------------------------------------------- @@ -1230,4 +1250,5 @@ typedef pid_t GPid; #undef HAVE_SYS_SELECT_H + #endif /* __WX_SETUP_H__ */