summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-09-29 09:50:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-09-29 09:50:28 +0000
commit5c95beb9041652c8743771453810265a4f7ee965 (patch)
tree515b8e6656ca2d47ab49669755dda24ac3a48813 /ace
parent0a8272e14105b8a60a043c85a6ad942d90d8e567 (diff)
downloadATCD-5c95beb9041652c8743771453810265a4f7ee965.tar.gz
ChangeLogTag: Wed Sep 29 09:48:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r--ace/README2
-rw-r--r--ace/config-mvs.h2
-rw-r--r--ace/config-tandem.h3
-rw-r--r--ace/config-win32-dmc.h1
-rw-r--r--ace/os_include/netinet/os_tcp.h5
5 files changed, 3 insertions, 10 deletions
diff --git a/ace/README b/ace/README
index 65ec401ad4d..6703adda551 100644
--- a/ace/README
+++ b/ace/README
@@ -948,8 +948,6 @@ ACE_LACKS_SYSCALL Platform doesn't have
syscall() prototype
ACE_LACKS_T_ERRNO Header files lack t_errno for
TLI
-ACE_LACKS_TCP_H Platform doesn't have
- netinet/tcp.h
ACE_LACKS_TCP_NODELAY OS does not support TCP_NODELAY.
ACE_LACKS_TELLDIR Platform uses ACE_HAS_DIRENT
but does not have telldir ().
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index ddab94da911..30e75c159f9 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -96,7 +96,7 @@
#define ACE_LACKS_STRRECVFD
#define ACE_LACKS_SYSTIME_H
#define ACE_LACKS_SYS_NERR
-#define ACE_LACKS_TCP_H
+#define ACE_LACKS_NETINET_TCP_H
#define ACE_LACKS_THREAD_PROCESS_SCOPING
#define ACE_LACKS_THREAD_STACK_ADDR
#define ACE_LACKS_TIMESPEC_T
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index fe25aef308a..397d18d7d99 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -326,7 +326,7 @@
//ACE_HAS_STRICT Use the STRICT compilation mode on Win32.
//? ACE_HAS_STRUCT_NETDB_DATA Compiler/platform has strange
// hostent API for socket *_r() calls
-//ACE_HAS_VOIDPTR_GETTIMEOFDAY
+//ACE_HAS_VOIDPTR_GETTIMEOFDAY
//ACE_HAS_TEMPLATE_TYPEDEFS Compiler implements templates that
// support typedefs inside of classes used as formal arguments to a template
// class.
@@ -402,7 +402,6 @@
//ACE_LACKS_SYSV_MSQ_PROTOS Platform doesn't have prototypes for
//Sys V msg()* queues.
//ACE_LACKS_T_ERRNO Header files lack t_errno for TLI
-//ACE_LACKS_TCP_H Platform doesn't have netinet/tcp.h
//ACE_LACKS_UCONTEXT_H Platform lacks the ucontext.h file
//ACE_LACKS_UNIX_DOMAIN_SOCKETS ACE platform has no UNIX domain sockets
//ACE_LACKS_UTSNAME_T Platform lacks struct utsname
diff --git a/ace/config-win32-dmc.h b/ace/config-win32-dmc.h
index 9af6034332d..3affa42036c 100644
--- a/ace/config-win32-dmc.h
+++ b/ace/config-win32-dmc.h
@@ -94,6 +94,7 @@
#define ACE_LACKS_SYS_SHM_H
#define ACE_LACKS_REGEX_H
#define ACE_LACKS_SYS_MSG_H
+#define ACE_LACKS_NETINET_TCP_H
# if !defined (ACE_LD_DECORATOR_STR) && defined (_DEBUG)
# define ACE_LD_DECORATOR_STR ACE_LIB_TEXT ("d")
diff --git a/ace/os_include/netinet/os_tcp.h b/ace/os_include/netinet/os_tcp.h
index 67cd7db28b3..bf9886ef632 100644
--- a/ace/os_include/netinet/os_tcp.h
+++ b/ace/os_include/netinet/os_tcp.h
@@ -24,11 +24,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// @todo: remove this, and fix references when you get a chance... dhinton
-#if defined (ACE_LACKS_TCP_H)
-# define ACE_LACKS_NETINET_TCP_H
-#endif /* ACE_LACKS_TCP_H */
-
#if !defined (ACE_LACKS_NETINET_TCP_H)
# include /**/ <netinet/tcp.h>
#endif /* !ACE_LACKS_NETIINET_TCP_H */