summaryrefslogtreecommitdiff
path: root/ACE/ace/config-pharlap.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-10 18:21:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-10 18:21:50 +0000
commit41a67eacb61c3c3010fe34304fe75085f037ee7f (patch)
tree633aeb869a44f7a0e19a553adfcc860555c94a1a /ACE/ace/config-pharlap.h
parent898f9987423b6bd8d208d902d1c501274f9b68ee (diff)
downloadATCD-41a67eacb61c3c3010fe34304fe75085f037ee7f.tar.gz
Tue Feb 10 18:20:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-pharlap.h: Define ACE_HAS_WINSOCK1 to 1 * ace/config-vxworks.h: Added support for VxWorks 6.7 * ace/config-win32-borland.h: Removed support for C++Builder 2007 * ace/os_include/sys/os_types.h: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_unistd.inl: Fixes for VxWorks 6.7
Diffstat (limited to 'ACE/ace/config-pharlap.h')
-rw-r--r--ACE/ace/config-pharlap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/config-pharlap.h b/ACE/ace/config-pharlap.h
index 9df14fd9d96..3fd192d4612 100644
--- a/ACE/ace/config-pharlap.h
+++ b/ACE/ace/config-pharlap.h
@@ -23,6 +23,7 @@
// Fortunately, PharLap ETS offers much of the Win32 API. But it's still on
// Winsock 1.1
#define ACE_HAS_WINSOCK2 0
+#define ACE_HAS_WINSOCK1 1
// The TSS implementation doesn't pass muster on the TSS_Test, but it works
// well with ACE's TSS emulation.