| gabriel rosenkoetter on Mon, 29 Jul 2002 14:40:11 +0200 |
|
On Mon, Jul 29, 2002 at 12:15:38PM +0200, Jeff Abrahamson wrote:
> (Search for __USE_XOPEN_EXTENDED in /usr/include/features.h to see
> details.)
Why are you including features.h at all?
> Anyone know why glibc would be compiled without this? Worse, the man
> page doesn't reflect this. It all seems like the sort of thing I'd see
> on a proprietary OS ("Sorry, you didn't pay for that option.") rather
> than on linux.
Does a #define __USE_XOPEN_EXTENDED not solve this problem?
Oh, I see, it'll get undef'ed if you use _GNU_SOURCE. So don't do
that.
--
gabriel rosenkoetter
gr@eclipsed.net
Attachment:
pgpOzhsuFqquF.pgp
|
|