From: Danny Mayer Date: Mon, 30 Oct 2006 12:24:38 +0000 (-0500) Subject: Bug #695 Fix to turn off Option warnings for VS 2005 X-Git-Tag: NTP_4_2_3P62_RC~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb220c964ae49aa1abae58ee25d2f38f231bcb9;p=thirdparty%2Fntp.git Bug #695 Fix to turn off Option warnings for VS 2005 bk: 4545ef066LJicpj_qSEnrUxZpa4sDQ --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index bbbb3e3c0..46b8ab763 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -13,6 +13,7 @@ #define HAVE_STRUCT_SOCKADDR_STORAGE #define ISC_PLATFORM_HAVEIPV6 #define ISC_PLATFORM_HAVEIN6PKTINFO +#define NO_OPTION_NAME_WARNINGS #else typedef int socklen_t; /* VS 6.0 doesn't know about socklen_t */ #endif