summaryrefslogtreecommitdiff
path: root/ACE/ace/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-24 08:46:56 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-24 08:46:56 +0100
commit8c5689125b7726db21d5ae10c9026a4e9aab4d5d (patch)
treee8dbb190feb874e27db05297de98fb11f77f695e /ACE/ace/README
parent858a63528d213eeec10de11660a770f7b7dc1bfd (diff)
downloadATCD-8c5689125b7726db21d5ae10c9026a4e9aab4d5d.tar.gz
Cleanup basic types now that we are using all C++11 standard defined (u)int{8/16/32/64)_t types
* ACE/ace/Basic_Types.h: * ACE/ace/README: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-win32-common.h:
Diffstat (limited to 'ACE/ace/README')
-rw-r--r--ACE/ace/README42
1 files changed, 0 insertions, 42 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index 52fda588d2b..d13131e33c6 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -692,48 +692,6 @@ ACE_LACKS_UINTMAX_T Platform lacks the uintmax_t type.
ACE_LACKS_INTPTR_T Platform lacks the intptr_t type
ACE_LACKS_UINTPTR_T Platform lacks the uintptr_t type.
-ACE_HAS_INT8_T Platform provides the int8_t type.
-ACE_HAS_INT16_T Platform provides the int16_t type.
-ACE_HAS_INT32_T Platform provides the int32_t type.
-ACE_HAS_INT64_T Platform provides the int64_t type.
-ACE_HAS_UINT8_T Platform provides the uint8_t type.
-ACE_HAS_UINT16_T Platform provides the uint16_t type.
-ACE_HAS_UINT32_T Platform provides the uint32_t type.
-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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- unless ACE_HAS_UINT64_T has been defined
-
ACE_INT8_FORMAT_SPECIFIER String literal containing *printf
format specifier (including the '%')
to be used for ACE_INT8 values. If