summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-19 21:15:58 +0000
committergmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-19 21:15:58 +0000
commitff8a8def6d0c5e3fae7b3512bb7e80ab82697783 (patch)
treefad440f99df232ad7ff35aa5ef99de0acd682eca
parent6427cdba6308a95e6ed43eac3b983a5123646706 (diff)
downloadATCD-ff8a8def6d0c5e3fae7b3512bb7e80ab82697783.tar.gz
ChangeLogTag: Fri Nov 19 13:13:00 2004 Gary Maxey <gary.maxey@hp.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/README8
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5313d1bb67f..7fbc2f9ac4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 19 13:13:00 2004 Gary Maxey <gary.maxey@hp.com>
+
+ * ace/README
+
+ Documented new ACE Portability Macros
+
Fri Nov 19 10:17:00 2004 Gary Maxey <gary.maxey@hp.com>
* ace/ACE.inl:
diff --git a/ace/README b/ace/README
index 6703adda551..8294d9fb4fb 100644
--- a/ace/README
+++ b/ace/README
@@ -409,6 +409,9 @@ ACE_HAS_NONCONST_WRITEV Platform omits const qualifier from
ACE_HAS_OLD_MALLOC Compiler/platform uses old
malloc()/free() prototypes
(ugh)
+ACE_HAS_ONLY_SCHED_FIFO Platform, e.g., HP NonStop OSS,
+ only supports SCHED_FIFO
+ POSIX scheduling policy.
ACE_HAS_ONLY_SCHED_OTHER Platform, e.g., Solaris 2.5,
only supports SCHED_OTHER
POSIX scheduling policy.
@@ -535,6 +538,8 @@ ACE_HAS_SOCKADDR_MSG_NAME Platform requires (struct
ACE_HAS_SOCKLEN_T Platform provides socklen_t
type, such as Linux with
glibc2.
+ACE_HAS_SOCK_BUF_SIZE_MAX Platform limits the maximum socket
+ message size.
ACE_HAS_SPARCWORKS_401_SIGNALS Compiler has brain-damaged
SPARCwork SunOS 4.x signal
prototype...
@@ -693,6 +698,9 @@ ACE_HAS_XTI Platform has XTI
ACE_INITIALIZE_MEMORY_BEFORE_USE Memory is explicitly initialized before
use. Useful when using a profiler like
purify or valgrind
+ACE_HRTIME_T_IS_BASIC_TYPE ACE_hrtime_t is a basic type that
+ doesn't require ACE_U64_TO_U32
+ conversion
ACE_LACKS_ACCESS Platform lacks access() (e.g.,
VxWorks and Chorus)
ACE_LACKS_ACE_IOSTREAM Platform can not build