# check for thread library.
AC_ARG_WITH(pthreads, AC_HELP_STRING([--with-pthreads],
- [use pthreads library, or --without--pthreads to disable threading support.]),
+ [use pthreads library, or --without-pthreads to disable threading support.]),
[ ],[ withval="yes" ])
ub_have_pthreads=no
if test x_$withval != x_no; then
21 September 2007: Wouter
- - fixup empty_DS_name allocated in wrong region.
- - fixup testcode lock safety.
- - removes subscript has type char warnings.
+ - fixup empty_DS_name allocated in wrong region (port DEC Alpha).
+ - fixup testcode lock safety (port FreeBSD).
+ - removes subscript has type char warnings (port Solaris 9).
+ - fixup of field with format type to int (port MacOS/X intel).
20 September 2007: Wouter
- fixup and test for NSEC wildcard with empty nonterminals.
else {
for(i=0; i<length*2; i+=blocksize) {
log_info("%s[%u:%u] %.*s", msg, (unsigned)length,
- (unsigned)i/2, blocksize, buf+i);
+ (unsigned)i/2, (int)blocksize, buf+i);
}
}
free(buf);