X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36e80997f5ddb5843c091a4684552f4bc63924c4..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/setup.h.in diff --git a/setup.h.in b/setup.h.in index dff15d0134..18dc7902db 100644 --- a/setup.h.in +++ b/setup.h.in @@ -110,6 +110,10 @@ #define wxUSE_OWNER_DRAWN 1 #endif +#if defined(__WXPM__) +#define wxUSE_OWNER_DRAWN 1 +#endif + /* enable rich edit under Win32 */ #if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__) #define wxUSE_RICHEDIT 1 @@ -818,6 +822,11 @@ */ #define wxUSE_PCX 0 +/* + * IFF image format support + */ +#define wxUSE_IFF 0 + /* * PNM image format support */ @@ -829,7 +838,7 @@ #define wxUSE_XPM 0 /* - * MS Icons and Cursors format support + * MS ICO (and CUR,ANI derivatives) image format support (on any platform) */ #define wxUSE_ICO_CUR 0 @@ -865,9 +874,6 @@ /* struct tm doesn't always have the tm_gmtoff field, define this if it does */ #undef WX_GMTOFF_IN_TM -/* iconv()'s 2nd argument is char ** and not const char ** */ -#undef WX_ICONV_TAKES_CHAR - /* Define if you have pw_gecos field in struct passwd */ #undef HAVE_PW_GECOS @@ -1051,11 +1057,11 @@ /* Define if you have the header file. */ #undef HAVE_WCTYPE_H -/* Define if you have the header file. */ -#undef HAVE_ICONV_H +/* Define if you have the header file and iconv() symbol. */ +#undef HAVE_ICONV -/* Test for GLIBC 2.2 iconv() */ -#undef WX_ICONV_TAKES_CHAR +/* Define as "const" if the declaration of iconv() needs const. */ +#undef ICONV_CONST /* Define if you have the header file. */ #undef HAVE_LANGINFO_H