From: Stephen D. <sd...@gm...> - 2007-10-09 13:07:28
|
On 10/9/07, Zoran Vasiljevic <vas...@us...> wrote: > Update of /cvsroot/naviserver/naviserver/include > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14795/include > > Modified Files: > nsthread.h > Log Message: > * include/nsthread.h: Added macro definitions for > some formatted IO macros, if not defined, as is > the case for older Solaris versions (2.8-). > /* > + * Older Solaris version (2.8-) lack formatted IO > + * macros in inttypes.h. Declare some of those here, > + * assuming a 32-bit system. This is not a complete > + * list, it only reflects what's used in the code. > + */ 32-bit only -- is this a good assumption? Lot's of examples of working around these missing macros: http://www.google.com/codesearch?q=PRIdMAX |