define iconv_is_in_libc by default for netbsd OS (can be disabled by adding -dDISABLE_ICONV_LIBC option

git-svn-id: trunk@39801 -
This commit is contained in:
pierre 2018-09-24 22:20:30 +00:00
parent a672107894
commit 0e6c072365

View File

@ -33,7 +33,7 @@ implementation
{$endif} {$endif}
{$ifdef netbsd} {$ifdef netbsd}
{$ifdef TEST_ICONV_LIBC} {$ifndef DISABLE_ICONV_LIBC}
{$define iconv_is_in_libc} {$define iconv_is_in_libc}
{$endif} {$endif}
{$endif} {$endif}