]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #695 Fix to turn off Option warnings for VS 2005
authorDanny Mayer <mayer@ntp.org>
Mon, 30 Oct 2006 12:24:38 +0000 (07:24 -0500)
committerDanny Mayer <mayer@ntp.org>
Mon, 30 Oct 2006 12:24:38 +0000 (07:24 -0500)
bk: 4545ef066LJicpj_qSEnrUxZpa4sDQ

ports/winnt/include/config.h

index bbbb3e3c07697c9cbd8971e18239ec705ba56557..46b8ab7631462810fd7e5e0c7193cf4aa3e965c9 100644 (file)
@@ -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