summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-02 20:48:19 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-02 20:48:19 +0000
commit36a601efc71c41de37f55f3efe9f4bc4b0716bd5 (patch)
treebbf9c27796a1245eebb252e5bdc54f5f018893c7
parentf52f884834f64d2e97a4f9ab07cac26982121118 (diff)
downloadATCD-36a601efc71c41de37f55f3efe9f4bc4b0716bd5.tar.gz
*** empty log message ***
-rw-r--r--ace/README2
-rw-r--r--ace/config-sunos5.4-centerline-2.x.h3
-rw-r--r--ace/config-win32-common.h3
3 files changed, 1 insertions, 7 deletions
diff --git a/ace/README b/ace/README
index 30448e15814..61a36955353 100644
--- a/ace/README
+++ b/ace/README
@@ -348,7 +348,7 @@ ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA Compiler's template instantiation mechan
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_USE_POLL The OS platform supports the poll() event demultiplexor
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.
ACE_WSOCK_VERSION A parameter list indicating the version of WinSock (e.g., "1, 1" is version 1.1).
diff --git a/ace/config-sunos5.4-centerline-2.x.h b/ace/config-sunos5.4-centerline-2.x.h
index 974cf2cd601..6ed08478660 100644
--- a/ace/config-sunos5.4-centerline-2.x.h
+++ b/ace/config-sunos5.4-centerline-2.x.h
@@ -103,9 +103,6 @@
// Andreas Ueltschi tells me this is a good thing...
#define ACE_HAS_SVR5_GETTIMEOFDAY
-// Compiler/platform supports poll().
-#define ACE_HAS_SVR4_POLL
-
// Compiler/platform supports SVR4 signal typedef.
#define ACE_HAS_SVR4_SIGNAL_T
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 4183b108566..c274c32f69c 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -99,9 +99,6 @@ typedef unsigned __int64 ACE_UINT64;
// Andreas Ueltschi tells me this is a good thing...
#define ACE_HAS_SVR5_GETTIMEOFDAY
-// Compiler/platform supports poll().
-//define ACE_HAS_SVR4_POLL
-
// Compiler/platform supports SVR4 signal typedef.
//define ACE_HAS_SVR4_SIGNAL_T