* older Solaris doesn't have trunc in libc

git-svn-id: trunk@2473 -
This commit is contained in:
florian 2006-02-07 21:40:19 +00:00
parent c15b500e32
commit 0c8c95c334

View File

@ -16,6 +16,8 @@
{ for 80x86, we can easily write the optimal inline code }
{$ifndef cpui386}
{$ifndef SOLARIS}
{$ifndef FPC_SYSTEM_HAS_INT}
{$define FPC_SYSTEM_HAS_INT}
@ -40,8 +42,8 @@
end;
{$endif SUPPORT_DOUBLE}
{$endif}
{$endif FPC_SYSTEM_HAS_INT}
{$endif SOLARIS}
{$ifndef SYSTEM_HAS_FREXP}
{$define SYSTEM_HAS_FREXP}