config.h.win32.in: Add note on if_nametoindex
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 8 Feb 2012 12:41:13 +0000 (20:41 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 8 Feb 2012 12:41:13 +0000 (20:41 +0800)
This explains the current disabling of HAVE_IF_NAMETOINDEX as we are
still supporting Windows XP.  This is expected to change when the patch
for XP support for if_nametoindex in accepted into master.

config.h.win32.in

index 2e1da70..a0a14e3 100644 (file)
 /* #undef HAVE_HASMNTOPT */
 
 /* Define to 1 if you have the `if_nametoindex' function. */
+/* This is available on Windows, but the catch is that this will require */
+/* Windows Vista/Server 2008, so disabled for now-please see */
+/* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408409%28v=vs.85%29.aspx */
+/* A workaround for Windows XP is under review in Bug 668071 */
 /* #undef HAVE_IF_NAMETOINDEX */
 
 /* Define to 1 if you have the `inotify_init1' function. */