X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33ea58370577f877c9069be615b2eb40843f9a8c..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index c4b8bf93ec..527e197c57 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 : 5 March 2008 * + * Date : 20 June 2008 * * * *****************************************************************************/ @@ -216,8 +216,6 @@ typedef pid_t GPid; #define wxUSE_THREADS 1 -#define wxUSE_WEAKREF 1 - #define wxUSE_STREAMS 1 #if defined(__DMC__) || defined(__WATCOMC__) \ @@ -713,6 +711,26 @@ typedef pid_t GPid; */ #undef HAVE_GNU_CXX_HASH_MAP +/* + * Define if your compiler has std::unordered_map + */ +#undef HAVE_STD_UNORDERED_MAP + +/* + * Define if your compiler has std::unordered_set + */ +#undef HAVE_STD_UNORDERED_SET + +/* + * Define if your compiler has std::tr1::unordered_map + */ +#undef HAVE_TR1_UNORDERED_MAP + +/* + * Define if your compiler has std::tr1::unordered_set + */ +#undef HAVE_TR1_UNORDERED_SET + /* * Define if the compiler supports simple visibility declarations. */ @@ -976,6 +994,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