diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-02-08 20:41:13 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-02-08 20:41:13 +0800 |
commit | 71c3ba28a8d9e117efb0446db37d69210820266f (patch) | |
tree | 4e4e4ba8b6eb2965016ab29b01739220f08227f3 | |
parent | 95a2c885d749b6a14aa3db04bf5ee46ca91fc915 (diff) | |
download | glib-71c3ba28a8d9e117efb0446db37d69210820266f.tar.gz |
config.h.win32.in: Add note on if_nametoindex
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.
-rw-r--r-- | config.h.win32.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 2e1da7081..a0a14e34f 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -222,6 +222,10 @@ /* #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. */ |