summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-21 00:14:46 +0000
committerSteve Huston <shuston@riverace.com>1997-11-21 00:14:46 +0000
commitb157ab7c9a4bd2524b9b5abf7d762604f4693586 (patch)
treea2d050c1a9ecafbe98bfa0596d29370ea6926cf1 /ace/README
parent573b2d0f5616439733af9aae308ed796982780ae (diff)
downloadATCD-b157ab7c9a4bd2524b9b5abf7d762604f4693586.tar.gz
The TLI device name was changed from a hardcoded "dev/tcp" to a name
that can be set from a platform's config file (ACE_TLI_TCP_DEVICE). HP-UX's config sets this to /dev/inet_cots.
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index 44d26768fb3..1052ad06434 100644
--- a/ace/README
+++ b/ace/README
@@ -185,7 +185,8 @@ ACE_HAS_TID_T Platform supports the tid_t type (e.g., AIX)
ACE_HAS_TIMEZONE_GETTIMEOFDAY Platform/compiler supports timezone * as second parameter to gettimeofday()
ACE_HAS_TIMOD_H Platform supports TLI timod STREAMS module
ACE_HAS_TIUSER_H Platform supports TLI tiuser header
-ACE_HAS_TLI Platform supports TLI
+ACE_HAS_TLI Platform supports TLI. Also see
+ ACE_TLI_TCP_DEVICE.
ACE_HAS_TLI_PROTOTYPES Platform provides TLI function prototypes
ACE_HAS_TSS_EMULATION ACE provides TSS emulation. See also ACE_DEFAULT_THREAD_KEYS.
ACE_HAS_UALARM Platform supports ualarm()
@@ -293,6 +294,8 @@ ACE_TEMPLATES_REQUIRE_SOURCE Compiler's template mechanim must see source code
ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION Compiler's template instantiation mechanism supports the use of explicit C++ specializations for all used templates. This is also used for GNU G++ if you don't use the "repo" patches.
ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA Compiler's template instantiation mechanism supports the use of "#pragma instantiate". Edison Design Group compilers, e.g., SGI C++ and Green Hills 1.8.8 and later, support this.
ACE_REQUIRES_FUNC_DEFINITIONS Compiler requires a definition for a "hidden" function, e.g., a private, unimplemented copy constructor or assignment operator. The SGI C++ compiler needs this, in template classes, with ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA.
+ACE_TLI_TCP_DEVICE Device the platform uses for TCP on
+ TLI. Only needed if not /dev/tcp.
ACE_USE_POLL Use the poll() event demultiplexor rather than select().
ACE_USES_ASM_SYMBOL_IN_DLSYM Platform uses assembly symbols instead of C symbols in dlsym()
ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB Platform has its standard c++ library in the namespace std.