]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Windows cleanup for Bug 2978 mitigation
authorHarlan Stenn <stenn@ntp.org>
Tue, 19 Apr 2016 05:29:57 +0000 (05:29 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 19 Apr 2016 05:29:57 +0000 (05:29 +0000)
bk: 5715c255KzlCpQLZ9ej_AEpjXz05Iw

ports/winnt/include/config.h

index 363e107e287ce0609a09ff312f8f06f02e20467c..2209b2706679ccbabfdcd104e2a4cdc2c6e5cc41 100644 (file)
@@ -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