diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-17 04:16:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-17 04:16:53 +0000 |
commit | e8ff917562a578c90ee3687f2a119c7cf753f37a (patch) | |
tree | 1bccbb1a3aa46a425c60a8589a621ffa7fd00bf7 /ace/README | |
parent | 097b2da37645fb378c33078f623224b26eeb4a43 (diff) | |
download | ATCD-e8ff917562a578c90ee3687f2a119c7cf753f37a.tar.gz |
added comment stating that ACE_HAS_64BIT_LONGS is deprecated
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README index b1def16eadc..29b0d18409a 100644 --- a/ace/README +++ b/ace/README @@ -32,7 +32,7 @@ ACE_HAS_WRITE_TIMEDWAIT ACE_HAS_WRITEV_TIMEDWAIT ACE_HAS_4_4BSD_SENDMSG_RECVMSG Platform has BSD 4.4 sendmsg()/recvmsg() APIs. ACE_HAS_P_READ_WRITE Platform has pread() and pwrite() support -ACE_HAS_64BIT_LONGS Platform has 64bit longs and 32bit ints... +ACE_HAS_64BIT_LONGS Platform has 64bit longs and 32bit ints. NOTE: this macro is deprecated. Instead, use ACE_SIZEOF_LONG == 8. ACE_HAS_AIX_BROKEN_SOCKET_HEADER Platform, such as AIX4, needs to wrap #include of sys/socket.h with #undef/#define of __cplusplus. ACE_HAS_AIX_HI_RES_TIMER Platform has AIX4 ::read_real_time () ACE_HAS_ALLOCA Compiler/platform supports alloca() |