commit | 7026a0aeef15b678522f0f5cb045a086cdb41e6f | [log] [tgz] |
---|---|---|
author | Bob Ippolito <bob@redivi.com> | Mon Mar 28 23:23:47 2005 +0000 |
committer | Bob Ippolito <bob@redivi.com> | Mon Mar 28 23:23:47 2005 +0000 |
tree | ca216290d7a6b0294665e57d1f83a56027f7a6dd | |
parent | 0f9679d2b03b29cfcfd272f0d17bb1a6e88ae812 [diff] |
patch [1171735] - Darwin 8's headers disable functionality when POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony