On Tue, May 07, 2002 at 07:37:20PM +0200, aaron wrote: > On Tuesday 07 May 2002 18:37, Terry Lambert wrote: > > > > > Such an arrangement is called "promiscuous includes". > > ok, i see.... > > Thanks for answering. I was under the impression that lots of linux apps rely > on promiscuous includes... so i expected them to be there in fbsd just as > well.. (but my memory of linux programming times is a bit fainted already).
This really depends on when you performed linux programming the last time :) The linux libc <= v5 contained a lot of namespace pollution of this kind, the linux libc 6 (glibc2) on the other hand has an exteremly strict namespace (unless you define _GNU_SOURCE :P), which caused many old-time, unportable linux applications to have compile problems. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

