mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 07:50:17 +02:00
+ CODESET for solaris
git-svn-id: trunk@4335 -
This commit is contained in:
parent
800742939b
commit
2b98aa8005
@ -75,8 +75,12 @@ const
|
|||||||
{$ifdef FreeBSD} // actually FreeBSD5. internationalisation is afaik not default on 4.
|
{$ifdef FreeBSD} // actually FreeBSD5. internationalisation is afaik not default on 4.
|
||||||
CODESET = 0;
|
CODESET = 0;
|
||||||
{$else freebsd}
|
{$else freebsd}
|
||||||
|
{$ifdef solaris}
|
||||||
|
CODESET=49;
|
||||||
|
{$else}
|
||||||
{$error lookup the value of CODESET in /usr/include/langinfo.h for your OS }
|
{$error lookup the value of CODESET in /usr/include/langinfo.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 solaris}
|
||||||
{$endif FreeBSD}
|
{$endif FreeBSD}
|
||||||
{$endif darwin}
|
{$endif darwin}
|
||||||
{$endif linux}
|
{$endif linux}
|
||||||
|
Loading…
Reference in New Issue
Block a user