remove DYNAMIC_ICONV

This commit is contained in:
erw7
2019-08-06 12:44:22 +09:00
parent 067a39ba85
commit d6f15ccc3c
10 changed files with 84 additions and 284 deletions

View File

@@ -52,12 +52,8 @@ static char *features[] = {
"-acl",
#endif
#if (defined(HAVE_ICONV_H) && defined(USE_ICONV)) || defined(DYNAMIC_ICONV)
# ifdef DYNAMIC_ICONV
"+iconv/dyn",
# else
#if defined(HAVE_ICONV)
"+iconv",
# endif
#else
"-iconv",
#endif