From: Harlan Stenn Date: Tue, 19 Apr 2016 05:29:57 +0000 (+0000) Subject: Windows cleanup for Bug 2978 mitigation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db738caa1064a50356fb4616495f0e4ffb48796e;p=thirdparty%2Fntp.git Windows cleanup for Bug 2978 mitigation bk: 5715c255KzlCpQLZ9ej_AEpjXz05Iw --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 363e107e2..2209b2706 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -546,6 +546,12 @@ typedef unsigned long uintptr_t; #undef STRINGIZE #define SIOCGIFFLAGS SIO_GET_INTERFACE_LIST /* used in ntp_io.c */ + +/* Bug 2978 mitigation -- unless defined elsewhere, do it here*/ +#ifndef DYNAMIC_INTERLEAVE +# define DYNAMIC_INTERLEAVE 0 +#endif + /* * Below this line are includes which must happen after the bulk of * config.h is processed. If you need to add another #include to this