X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/181cbcf49ee56d4a3ce50a894bc6a76be79ad2f5..ce16e5d78fad60b6bbc6ef8889a663fd1c9f23d2:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index edb52674a5..e988469687 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -333,6 +333,10 @@ * Use this control */ #define wxUSE_STATUSBAR 1 +/* + * Use this control + */ +#define wxUSE_TOGGLEBTN 1 /* * Use Tab dialog class - obsolete, use wxNotebook instead */ @@ -371,6 +375,11 @@ */ #define wxUSE_LONGLONG 1 +/* + * Use geometry classes + */ +#define wxUSE_GEOMETRY 1 + /* * Use wxFile class */ @@ -485,7 +494,7 @@ /* * Use dnd */ -#ifndef __WXGTK__ +#ifdef __WXGTK__ #define wxUSE_DRAG_AND_DROP 1 #else #define wxUSE_DRAG_AND_DROP 0 @@ -686,6 +695,12 @@ /* Define if you have sigemptyset() */ #define HAVE_SIGEMPTYSET 1 +/* Define if you have the putenv function. */ +#define HAVE_PUTENV 1 + +/* Define if you have the setenv function. */ +#undef HAVE_SETENV + /* Define if you have shl_load() */ #undef HAVE_SHL_LOAD