summaryrefslogtreecommitdiff
path: root/ACE/ace/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-28 09:45:17 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-04-28 09:45:17 +0200
commitf38497c70571c75675ef35ba8b48af5b5ba81d1c (patch)
tree5f084068128124079e3c32f2e04f7f4f3a488e2d /ACE/ace/README
parentb2b745cda8c72ba4b323aa4831cfe7c0c493e400 (diff)
downloadATCD-f38497c70571c75675ef35ba8b48af5b5ba81d1c.tar.gz
Mention that ACE_HAS_*_T take preference
* ACE/ace/README:
Diffstat (limited to 'ACE/ace/README')
-rw-r--r--ACE/ace/README24
1 files changed, 16 insertions, 8 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index 9e547f922de..c5d8f367908 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -707,28 +707,36 @@ ACE_HAS_UINT64_T Platform provides the uint64_t type.
ACE_INT8_TYPE Specific type to use for ACE_INT8.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_INT8_T has been defined
ACE_INT16_TYPE Specific type to use for ACE_INT16.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_INT16_T has been defined
ACE_INT32_TYPE Specific type to use for ACE_INT32.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_INT32_T has been defined
ACE_INT64_TYPE Specific type to use for ACE_INT64.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_INT64_T has been defined
ACE_UINT8_TYPE Specific type to use for ACE_UINT8.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_UINT8_T has been defined
ACE_UINT16_TYPE Specific type to use for ACE_UINT16.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_UINT16_T has been defined
ACE_UINT32_TYPE Specific type to use for ACE_UINT32.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_UINT32_T has been defined
ACE_UINT64_TYPE Specific type to use for ACE_UINT64.
If not defined, ACE will attempt to
- determine the correct type.
+ determine the correct type
+ unless ACE_HAS_UINT64_T has been defined
ACE_INT8_FORMAT_SPECIFIER String literal containing *printf
format specifier (including the '%')