mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
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:
parent
a672107894
commit
0e6c072365
@ -33,7 +33,7 @@ implementation
|
||||
{$endif}
|
||||
|
||||
{$ifdef netbsd}
|
||||
{$ifdef TEST_ICONV_LIBC}
|
||||
{$ifndef DISABLE_ICONV_LIBC}
|
||||
{$define iconv_is_in_libc}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user