In a recent note, Thomas Dickey said:

> Date: Mon, 11 Oct 2004 18:43:04 -0400 (EDT)
> On Mon, 11 Oct 2004 [EMAIL PROTECTED] wrote:
> >
> >     c89 -DHAVE_CONFIG_H  -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506  -I../../.. 
> > -I../../../src -I../../../../src -I../../../../src/src  
> > -I../../../../src/WWW/Library/Implementation -D_ALL_SOURCE -Wl,EDIT=NO    
> > -I../../../../src/WWW/Library/Implementation/ -DACCESS_AUTH -c 
> > ../../../../src/WWW/Library/Implementation/HTDOS.c
> >     ERROR CCN3205 /usr/include/features.h:405   199506 can only be defined with 
> > values 1 or 2
> 
> thanks (I'll have to improve that one some more).
> 
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

Thanks,
gil
-- 
StorageTek
INFORMATION made POWERFUL


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

Reply via email to