X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/360d6699d38e076e3c2ee6ba40be410b305a4344..a3a1ceae81727ebfeb286d60770491a5cf478f30:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 0a68bd4e65..6c9afc72b1 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 */ @@ -324,7 +328,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 @@ -649,6 +653,9 @@ /* Define if you have shl_load() */ #undef HAVE_SHL_LOAD +/* Define if you have strptime() */ +#undef HAVE_STRPTIME + /* Define if you have all functions to set thread priority */ #undef HAVE_THREAD_PRIORITY_FUNCTIONS