Browse Source

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

git-svn-id: trunk@26432 -
marco 11 years ago
parent
commit
204d0ac90a

+ 1 - 0
packages/rtl-extra/src/aix/osdefs.inc

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

+ 4 - 0
packages/rtl-extra/src/bsd/osdefs.inc

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

+ 1 - 0
packages/rtl-extra/src/solaris/osdefs.inc

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