Looking at this again, I agree that it's fine to just place it where it's used and also to leave off the ifdef __USLC__ manifest. Autoconf could help us to define this one missing constant, but is likely to be overkill.
Also, I just committed a wrapper around the printf attribute so that we don't have to ifdef __GNUC__ all over the place. Aaron Ilja Booij <[EMAIL PROTECTED]> said: > Larry Rosenman wrote: > > On Thu, 3 Jun 2004, Aaron Stone wrote: > > > > > >>I'd prefer to see this set up by autoconf and appearing in config.h. System > >>specific ifdef's deep inside the code are no fun! This sort of thing was > >>precisely the source of the md5 wordsize/endianness problem (ifdef __sparc). > > > > > > This is the only place it was used. > > > > HOWEVER, I agree with your assesment. I'm not a autoconf guru :) > > If anybody else can fix this using autoconf, please do. It is certainly > the best way to do it. > > Ilja > > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@dbmail.org > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > --