summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-08-03 20:11:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-08-03 20:11:23 +0000
commitc8dbb84e8f5eb21ab6902dcfb0f633c43be28d3b (patch)
tree37462de3679fb5de951a56faaa1313a68f687837 /ace/config-linux-common.h
parent31cfb88182a01ea8b116add0d176f48117404bce (diff)
downloadATCD-c8dbb84e8f5eb21ab6902dcfb0f633c43be28d3b.tar.gz
ChangeLogTag:Fri Aug 3 13:10:59 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index a41c0a74834..9c09603575c 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -256,21 +256,11 @@
#define ACE_HAS_DIRENT
#if defined (__ia64)
+// On 64 bit platforms, the "long" type is 64-bits. Override the
+// default 32-bit platform-specific format specifiers appropriately.
# define ACE_UINT64_FORMAT_SPECIFIER "%lu"
-#else /* ! __ia64 */
-# define ACE_UINT64_FORMAT_SPECIFIER "%Lu"
-#endif /* __ia64 */
-
-#if defined (__ia64)
# define ACE_SSIZE_T_FORMAT_SPECIFIER "%ld"
-#else /* ! __ia64 */
-# define ACE_SSIZE_T_FORMAT_SPECIFIER "%d"
-#endif /* __ia64 */
-
-#if defined (__ia64)
# define ACE_SIZE_T_FORMAT_SPECIFIER "%lu"
-#else /* ! __ia64 */
-# define ACE_SIZE_T_FORMAT_SPECIFIER "%u"
#endif /* __ia64 */
#if !defined (ACE_TIMER_SKEW)