summaryrefslogtreecommitdiffstats
path: root/tools/configure/configure_pch.h
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2011-07-01 14:09:46 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-04 14:32:41 +0200
commit85869920bb9a4ee45cf4a89e74b1bd3d4ce67eaa (patch)
tree1dad7fd8061b8b254833873ed8de35b1a2f8f07d /tools/configure/configure_pch.h
parent3d5d8b6c4ff08806934a07df77f9387edc4243df (diff)
Always assume IPv6 support
It's 2011 baby! And until Qt5 is released probably 2012 :-) Change-Id: I397aabf25e93c8afb5f562636710985cf0c7acfa Reviewed-on: http://codereview.qt.nokia.com/1008 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Shane Kearns <shane.kearns@accenture.com> Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com> Reviewed-by: Markus Goetz
Diffstat (limited to 'tools/configure/configure_pch.h')
-rw-r--r--tools/configure/configure_pch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure/configure_pch.h b/tools/configure/configure_pch.h
index 33da5f69f2..edf7c04dff 100644
--- a/tools/configure/configure_pch.h
+++ b/tools/configure/configure_pch.h
@@ -47,9 +47,7 @@
# undef _POSIX_ /* Don't polute */
/* Make sure IP v6 is defined first of all, before windows.h */
-# ifndef QT_NO_IPV6
# include <winsock2.h>
-# endif
# include <stdlib.h>
#endif