summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-30 01:58:01 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-30 01:58:01 +0000
commit8b10f7508bfd6f02ed3f0e171589e9cf8c27f089 (patch)
tree4f31b0918598a47e0a28dad2ee7cbe86d400c633 /ace/config-win32.h
parent6bd3ccdd87f27d5d2c66d06485ac07ab8176759c (diff)
downloadATCD-8b10f7508bfd6f02ed3f0e171589e9cf8c27f089.tar.gz
ChangeLogTag:Wed Sep 29 20:58:45 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index e0cfc41bfbd..bb5a4bf0586 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -80,14 +80,6 @@
#define ACE_HAS_STANDARD_CPP_LIBRARY 0
#endif
-// Check to see whether we are compiling with the newer version
-// of WinSock 2 that has GQOS support.
-#if defined (WINSOCK_VERSION) && defined (MAKEWORD)
-# if (WINSOCK_VERSION == MAKEWORD(2,2))
-# define ACE_HAS_WINSOCK2_GQOS 1
-# endif /* WINSOCK_VERSION == MAKEWORD(2,2) */
-#endif /* WINSOCK_VERSION && MAKEWORD*/
-
// The STL that comes with ACE uses the std namespace. Note however, it is not
// part of the standard C++ library
#if !defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB)