expired, and this is documented in the man page.
- stat count SERVFAIL downstream auth-zone queries for expired zones.
- Put new logos into windows installer.
+ - Fix windows compile for new rrset roundrobin fix.
26 November 2018: Wouter
- Fix to not set GLOB_NOSORT so the unbound.conf include: files are
#include "sldns/sbuffer.h"
#include "services/localzone.h"
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
/** return code that means the function ran out of memory. negative so it does
* not conflict with DNS rcodes. */
#define RETVAL_OUTMEM -2