X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83307f338d148de1523fe58cb75c83460abf2a49..dd54fca3f32e12b5f1f0a11d694f8f06702dfccb:/setup.h.in diff --git a/setup.h.in b/setup.h.in index d8794ffd77..162e58e80d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -58,8 +58,12 @@ /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER +/* Define this if your version of GTK+ is greater than 1.2 */ #undef __WXGTK12__ +/* Define this if your version of GTK+ is greater than 1.3 */ +#undef __WXGTK13__ + /* * Define to 1 for Unix[-like] system */ @@ -253,6 +257,10 @@ * Use this control */ #define wxUSE_NOTEBOOK 0 +/* + * Use wxPlot class + */ +#define wxUSE_PLOT 0 /* * Use this control */ @@ -324,7 +332,7 @@ */ #define wxUSE_TOOLBAR_SIMPLE 0 -#if defined(__WXWINE__) || defined(__GNUWIN32__) +#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) #define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 @@ -567,6 +575,7 @@ /* * (virtual) filesystems code */ +#define wxUSE_FILESYSTEM 0 #define wxUSE_FS_INET 0 #define wxUSE_FS_ZIP 0