From 8b10f7508bfd6f02ed3f0e171589e9cf8c27f089 Mon Sep 17 00:00:00 2001 From: brunsch Date: Thu, 30 Sep 1999 01:58:01 +0000 Subject: ChangeLogTag:Wed Sep 29 20:58:45 1999 Darrell Brunsch --- ace/config-win32.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ace/config-win32.h') 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) -- cgit v1.2.1