summaryrefslogtreecommitdiff
path: root/ACE/ace/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-05 13:12:55 +0100
committerGitHub <noreply@github.com>2021-01-05 13:12:55 +0100
commit30477fe4b5ec8b09c163189e4cbb62fd185a689f (patch)
tree976ea76f7ee23f83700a8c9fbd6b6f2d1ba6662c /ACE/ace/README
parent78006062ece6be12eba3e81471961c74743ba071 (diff)
parent8a11e3c87a0e7bffe52754644ea6a243b1b9aee5 (diff)
downloadATCD-30477fe4b5ec8b09c163189e4cbb62fd185a689f.tar.gz
Merge pull request #1368 from jwillemsen/jwi-ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE
Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not …
Diffstat (limited to 'ACE/ace/README')
-rw-r--r--ACE/ace/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index e975426f438..f515468237e 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -140,12 +140,6 @@ ACE_HAS_ALT_CUSERID Use ACE's alternate cuserid()
undefined and that the
geteuid() system call exists.
ACE_HAS_DINKUM_STL Using the Dinkum STL library
-ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE
- Non-C++ Compliant compilers that automatically
- provide storage for class static const int
- when their declaration is seen. I.e. they object
- to explicit definitions being seen in the .cpp
- file.
ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with
ACE_HAS_TSS_EMULATION _only_.
Defaults to 64.