Hopefully this will help to set right expectations.
strerror(errno));
fflush(stderr);
}
+ if (strcmp("linux", OPERATING_SYSTEM) != 0)
+ kr_log_info("[warn] Knot Resolver is tested on Linux, other platforms might exhibit bugs.\n"
+ "Please report issues to https://gitlab.labs.nic.cz/knot/knot-resolver/issues/\n"
+ "Thank you for your time and interest!\n");
the_args = &the_args_value;
args_init(the_args);
conf_data.set_quoted('LIBDIR', lib_dir)
conf_data.set_quoted('ROOTHINTS', root_hints)
conf_data.set_quoted('LIBEXT', libext)
+conf_data.set_quoted('OPERATING_SYSTEM', host_machine.system())
conf_data.set_quoted('libzscanner_SONAME',
libzscanner.get_pkgconfig_variable('soname'))
conf_data.set_quoted('libknot_SONAME',