summaryrefslogtreecommitdiff
path: root/ACE/ace/README
diff options
context:
space:
mode:
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 '%')