mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
Set iconv_is_in_libc macro for DragonFly OS
This commit is contained in:
parent
d24548f8d8
commit
a342b74f66
@ -38,6 +38,14 @@ implementation
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{$ifdef dragonfly}
|
||||
{ iconv function are included inside libc for DragonFly version 6.3 }
|
||||
{ See https://man.dragonflybsd.org/?command=iconv§ion=3 }
|
||||
{$ifndef DISABLE_ICONV_LIBC}
|
||||
{$define iconv_is_in_libc}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{ Modern FreeBSD releases also claim to have iconv
|
||||
function inside libc, at least
|
||||
this is stated explicitly in iconv(3) man
|
||||
|
Loading…
Reference in New Issue
Block a user