mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
NetBSD CODESET and LC_ALL added
git-svn-id: trunk@20337 -
This commit is contained in:
parent
b4f024362b
commit
24d100d164
@ -114,8 +114,13 @@ const
|
|||||||
CODESET = 51;
|
CODESET = 51;
|
||||||
LC_ALL = 0;
|
LC_ALL = 0;
|
||||||
{$else not OpenBSD}
|
{$else not OpenBSD}
|
||||||
|
{$ifdef NetBSD}
|
||||||
|
CODESET = 51;
|
||||||
|
LC_ALL = 0;
|
||||||
|
{$else not NetBSD}
|
||||||
{$error lookup the value of CODESET in /usr/include/langinfo.h, and the value of LC_ALL in /usr/include/locale.h for your OS }
|
{$error lookup the value of CODESET in /usr/include/langinfo.h, and the value of LC_ALL in /usr/include/locale.h for your OS }
|
||||||
// and while doing it, check if iconv is in libc, and if the symbols are prefixed with iconv_ or libiconv_
|
// and while doing it, check if iconv is in libc, and if the symbols are prefixed with iconv_ or libiconv_
|
||||||
|
{$endif NetBSD}
|
||||||
{$endif OpenBSD}
|
{$endif OpenBSD}
|
||||||
{$endif beos}
|
{$endif beos}
|
||||||
{$endif solaris}
|
{$endif solaris}
|
||||||
|
Loading…
Reference in New Issue
Block a user