X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0046ff7c4fd087d84641a9a3e0c40a54035b8b2c..7e2f3297f0e9776fa08c47cb7dd342d14e76bfaa:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 1af6276084..907a657216 100644 --- a/setup.h.in +++ b/setup.h.in @@ -665,6 +665,9 @@ /* 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 @@ -824,6 +827,9 @@ /* Define if you have the header file. */ #undef HAVE_ICONV_H +/* Test for GLIBC 2.2 iconv() */ +#undef WX_ICONV_TAKES_CHAR + /* Define if you have the header file. */ #undef HAVE_LANGINFO_H