On Mon, 11 Oct 2004 [EMAIL PROTECTED] wrote:

> Searching about, I seem to find 4 supported states:
>
>      POSIX.1-1990                  _POSIX_SOURCE
>      POSIX.1-1990 and              _POSIX_SOURCE and
>         POSIX.2-1992 C-Language       _POSIX_C_SOURCE=2
>         Bindings Option
>      POSIX.1b-1993                 _POSIX_C_SOURCE=199309L
>      POSIX.1c-1996                 _POSIX_C_SOURCE=199506L
>
> I suspect there's nothing possible less tedious than trying
> all 4 in succession, and stopping when you come to one
> that doesn't work

I guess I'll have to do that (would like to _not_ have an ever-increasing
case statement for the different platforms).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to