summaryrefslogtreecommitdiff
path: root/ace/config-osf1-3.2.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-17 04:16:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-17 04:16:53 +0000
commite8ff917562a578c90ee3687f2a119c7cf753f37a (patch)
tree1bccbb1a3aa46a425c60a8589a621ffa7fd00bf7 /ace/config-osf1-3.2.h
parent097b2da37645fb378c33078f623224b26eeb4a43 (diff)
downloadATCD-e8ff917562a578c90ee3687f2a119c7cf753f37a.tar.gz
added comment stating that ACE_HAS_64BIT_LONGS is deprecated
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r--ace/config-osf1-3.2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index ca4b1e17785..d7cdd90f79d 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -146,6 +146,7 @@
#define ACE_HAS_STREAMS
// Platform has 64bit longs and 32bit ints...
+// NOTE: ACE_HAS_64BIT_LONGS is deprecated. Instead, use ACE_SIZEOF_LONG == 8.
#define ACE_HAS_64BIT_LONGS
// Platform supports STREAM pipes.