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__"). > # "-D_XPG4_2" etc. may be defined internally in <sys/feature_tests.h>. >
That's what you get for looking at header files and code and not manuals. -- =========================================================================== 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
