At 2:31 PM +0900 9/11/02, Tsuyoshi SASAMOTO wrote: > >> >> If '-D_XPG4_2 -D__EXTENSIONS__' are added to CPPFLAGS during the configure >>> >> process, perchild will compile relatively cleanly under Solaris 8 and >>> >> result in a binary that actually serves content!! > >Please see the standards(5) man page. "-D_XPG4_2" is an internal macro, >so it shouldn't be defined directly. "-D_XOPEN_SOURCE=500 -D__EXTENSIONS__" >should be used instead (or "-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 >-D__EXTENSIONS__").
Looks like we should be using the later, for Unix 95. Doesn't appear that we need Unix 98 -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
