summaryrefslogtreecommitdiff
path: root/ACE/ace/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-05 13:13:48 +0100
committerGitHub <noreply@github.com>2021-01-05 13:13:48 +0100
commitb9a770174d6649296dfa96c149e5654a67c86338 (patch)
tree7043e9e1379e852fd49b03fab55a8ca70dce2ac4 /ACE/ace/README
parent30477fe4b5ec8b09c163189e4cbb62fd185a689f (diff)
parent748e8d4a4a4008e601e6d485952886c9bf688e24 (diff)
downloadATCD-b9a770174d6649296dfa96c149e5654a67c86338.tar.gz
Merge pull request #1370 from jwillemsen/jwi-ACE_NEEDS_FUNC_DEFINITIONS
Removed ACE_NEEDS_FUNC_DEFINITIONS, not used anymore
Diffstat (limited to 'ACE/ace/README')
-rw-r--r--ACE/ace/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index f515468237e..3a5fb25c8ca 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -1061,14 +1061,6 @@ ACE_LACKS_WRITEV Platform doesn't define
ACE_NEEDS_DEV_IO_CONVERSION Necessary with some compilers
to pass ACE_TTY_IO as
parameter to DEV_Connector.
-ACE_NEEDS_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_NEEDS_HUGE_THREAD_STACKSIZE Required by platforms with
small default stacks.
ACE_NEEDS_LWP_PRIO_SET OS has LWPs, and when the