From 8c5689125b7726db21d5ae10c9026a4e9aab4d5d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 24 Nov 2020 08:46:56 +0100 Subject: 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: --- ACE/ace/config-kfreebsd.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'ACE/ace/config-kfreebsd.h') 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 -- cgit v1.2.1