* set FPC_USE_LIBC here for now. (the BSD one is under IFDEF DARWIN)

git-svn-id: trunk@26432 -
This commit is contained in:
marco 2014-01-12 14:38:56 +00:00
parent 057b07966c
commit 204d0ac90a
3 changed files with 6 additions and 0 deletions

View File

@ -22,3 +22,4 @@
{define usedomain} // Allow uname with "domain" entry.
// (which is a GNU extension)
{$define FPC_USE_LIBC}

View File

@ -24,3 +24,7 @@
// (which is a GNU extension)
{$define hassysctl} // Use sysctl unit
{$ifdef darwin}
{$define FPC_USE_LIBC}
{$endif}

View File

@ -23,3 +23,4 @@
{$define usedomain} // Allow uname with "domain" entry.
// (which is a GNU extension)
{$define FPC_USE_LIBC}