X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50acee04cdaf2fec9f3fa4cd0035ff2d9ed7d53a..720a0aab264ee69c04fca4b6acac561028f30683:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 29e6c67e8b..c270f9e98c 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 : 2 June 2006 * + * Date : 16 August 2006 * * * *****************************************************************************/ @@ -304,7 +304,7 @@ typedef pid_t GPid; # define wxUSE_XML 1 #endif -#define wxUSE_AUI 0 +#define wxUSE_AUI 1 #define wxUSE_CONTROLS 1 @@ -477,9 +477,6 @@ typedef pid_t GPid; #define wxUSE_HELP 1 -#define wxUSE_MS_HTML_HELP 0 - - #define wxUSE_WXHTML_HELP 1 #define wxUSE_RESOURCES 1 @@ -876,6 +873,10 @@ typedef pid_t GPid; * with 'char*' for the 3rd parameter instead of 'const char*' */ #undef HAVE_BROKEN_SNPRINTF_DECL +/* Define if you have a snprintf() which supports positional arguments + (defined in the unix98 standard) */ +#undef HAVE_UNIX98_PRINTF + /* define if you have statfs function */ #undef HAVE_STATFS @@ -1189,4 +1190,6 @@ typedef pid_t GPid; /* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */ #define wxHAS_WORKING_GTK_DC_BLIT 1 +#undef HAVE_SYS_SELECT_H + #endif /* __WX_SETUP_H__ */