summaryrefslogtreecommitdiff
path: root/ACE/ace/config-kfreebsd.h
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/config-kfreebsd.h
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/config-kfreebsd.h')
-rw-r--r--ACE/ace/config-kfreebsd.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/ACE/ace/config-kfreebsd.h b/ACE/ace/config-kfreebsd.h
index 6d90672552e..86b594e8a7f 100644
--- a/ACE/ace/config-kfreebsd.h
+++ b/ACE/ace/config-kfreebsd.h
@@ -90,17 +90,6 @@
#define ACE_HAS_ICMP_SUPPORT 1
/* Define to 1 if the system has the type `int16_t'. */
-#define ACE_HAS_INT16_T 1
-
-/* Define to 1 if the system has the type `int32_t'. */
-#define ACE_HAS_INT32_T 1
-
-/* Define to 1 if the system has the type `int64_t'. */
-#define ACE_HAS_INT64_T 1
-
-/* Define to 1 if the system has the type `int8_t'. */
-#define ACE_HAS_INT8_T 1
-
/* Platform supports IPv6 */
#define ACE_HAS_IPV6 1
@@ -328,18 +317,6 @@
/* Define to 1 if the system has the type `ucontext_t'. */
#define ACE_HAS_UCONTEXT_T 1
-/* Define to 1 if the system has the type `uint16_t'. */
-#define ACE_HAS_UINT16_T 1
-
-/* Define to 1 if the system has the type `uint32_t'. */
-#define ACE_HAS_UINT32_T 1
-
-/* Define to 1 if the system has the type `uint64_t'. */
-#define ACE_HAS_UINT64_T 1
-
-/* Define to 1 if the system has the type `uint8_t'. */
-#define ACE_HAS_UINT8_T 1
-
/* Define to 1 if platform has vasprintf(). */
#define ACE_HAS_VASPRINTF 1
@@ -368,9 +345,6 @@
/* Platform has Xt Intrinsics Toolkit */
#define ACE_HAS_XT 1
-/* Define to signed 64 bit integer type */
-#define ACE_INT64_TYPE signed long long
-
/* Define to the type of arg 2 for `ioctl'. */
#define ACE_IOCTL_TYPE_ARG2 int
@@ -459,9 +433,6 @@
/* Size of the native "wchar_t" type */
#define ACE_SIZEOF_WCHAR 4
-/* Define to unsigned 64 bit integer type */
-#define ACE_UINT64_TYPE unsigned long long
-
/* Enable IPv6 support on platforms that don't have IPv6 turned on by default
*/
#define ACE_USES_IPV4_IPV6_MIGRATION 1