mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02: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}
|
{$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}
|
||||||
|
Loading…
Reference in New Issue
Block a user