summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-03 04:58:38 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-03 04:58:38 +0000
commiteb12f15790f911004013ba22d66ed7752e0fb1a9 (patch)
tree8a15cb0b74078345c35b4d5d7d60e2a19beea49b /ace/config-win32.h
parentab9e3f243a47627c08d5f2b167ec64fbe639f8a2 (diff)
downloadATCD-eb12f15790f911004013ba22d66ed7752e0fb1a9.tar.gz
Redid the ACE_LACKS_RECVMSG/SENDMSG to be defined for non-WinSock2 instead
of non-NT systems.
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index 75fee651fd0..66cd0d360a2 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -35,12 +35,6 @@
#endif
#endif
-// Make sure we don't use recvmsg and sendmsg on Win95
-#if (ACE_HAS_WINNT4 == 0)
- #define ACE_LACKS_RECVMSG
- #define ACE_LACKS_SENDMSG
-#endif /* ACE_HAS_WINNT4 */
-
// Define ACE_HAS_MFC to 1, if you want ACE to use CWinThread. This should
// be defined, if your application uses MFC.
// Setting applies to : building ACE