Set iconv_is_in_libc macro for DragonFly OS

This commit is contained in:
Pierre Muller 2023-05-26 09:39:39 +02:00
parent d24548f8d8
commit a342b74f66

View File

@ -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&section=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