mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* set FPC_USE_LIBC here for now. (the BSD one is under IFDEF DARWIN)
git-svn-id: trunk@26432 -
This commit is contained in:
parent
057b07966c
commit
204d0ac90a
@ -22,3 +22,4 @@
|
||||
{define usedomain} // Allow uname with "domain" entry.
|
||||
// (which is a GNU extension)
|
||||
|
||||
{$define FPC_USE_LIBC}
|
@ -24,3 +24,7 @@
|
||||
// (which is a GNU extension)
|
||||
{$define hassysctl} // Use sysctl unit
|
||||
|
||||
{$ifdef darwin}
|
||||
{$define FPC_USE_LIBC}
|
||||
{$endif}
|
||||
|
||||
|
@ -23,3 +23,4 @@
|
||||
{$define usedomain} // Allow uname with "domain" entry.
|
||||
// (which is a GNU extension)
|
||||
|
||||
{$define FPC_USE_LIBC}
|
Loading…
Reference in New Issue
Block a user