strip:
strip unbound
strip unbound-checkconf
+ strip unbound-host
install:
$(INSTALL) -m 755 -d $(bindir)
- statistics-interval: seconds option added.
- test for statistics option
- ignore errors making directories, these can occur in parallel builds
+ - fixup Makefile strip command and libunbound docs typo.
31 January 2008: Wouter
- bg thread/process reads and writes the pipe nonblocking all the time
a function declared as
.IP
void my_callback_function(void* my_arg, int err,
-.br
- int secure, int havedata,
.br
struct ub_val_result* result);
.IP