Hi Ben, On Sat, 15 Sep 2007, Ben Taylor wrote:
> +#ifdef __sun__ > +/* Have to define this for Solaris as ULONG_LONG_MAX is not defined > + anywhere. ULONG_MAX is correct only on _LP64 systems */ > +#define ULONG_LONG_MAX 18446744073709551615UL > +#endif > + These constants are always defined, right? So why not "#ifndef ULONG_LONG_MAX"? Ciao, Dscho