* compiling option _USE_XOPEN
@ 1999-01-11 22:24 Andreas Tobler
1999-01-12 8:15 ` Joel Klecker
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 1999-01-11 22:24 UTC (permalink / raw)
To: Multiple recipients of list, linuxppc-dev@lists.linuxppc.org
Hello,
I found an option in the header file <bits/types.h>
it is called _USE_XOPEN. Can ANYBODY give me a hint about it??? please.
I was looking to man pages, maybe the wrong ones. No success.
Thanks in advance
Andreas
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: compiling option _USE_XOPEN
1999-01-11 22:24 compiling option _USE_XOPEN Andreas Tobler
@ 1999-01-12 8:15 ` Joel Klecker
0 siblings, 0 replies; 2+ messages in thread
From: Joel Klecker @ 1999-01-12 8:15 UTC (permalink / raw)
To: linuxppc-dev
At 23:24 +0100 1999-01-11, Andreas Tobler wrote:
>I found an option in the header file <bits/types.h>
>it is called _USE_XOPEN. Can ANYBODY give me a hint about it??? please.
glibc's NOTES file:
<<
- Macro: _XOPEN_SOURCE
If you define these macro, functionality described in the X/Open
Portability Guide is included. This is an superset of the POSIX.1
and POSIX.2 functionality and in fact `_POSIX_SOURCE' and
`_POSIX_C_SOURCE' get automatically be defined.
But as the great unifaction of all Unices there is also
functionality only available in BSD and SVID is included.
If the macro `_XOPEN_SOURCE_EXTENDED' is also defined, even more
functionality is available. The extra functions will make all
functions available which are necessary for the X/Open Unix brand.
>>
__USE_XOPEN is the internal macro for _XOPEN_SOURCE
>I was looking to man pages, maybe the wrong ones. No success.
In general, GNU software doesn't have man pages, and even if it does,
the texinfo docs are authoritative.
--
Joel Klecker (aka Espy) <URL:http://web.espy.org/>
<URL:mailto:jk@espy.org> <URL:mailto:espy@debian.org>
Debian GNU/Linux PowerPC -- <URL:http://www.debian.org/ports/powerpc/>
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-01-12 8:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-11 22:24 compiling option _USE_XOPEN Andreas Tobler
1999-01-12 8:15 ` Joel Klecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).