summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-20 17:04:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-20 17:04:44 +0000
commit49f868246ddbe65866e322c3c9b8a3a230caeebd (patch)
treedcf3f0576fe7fcc8407e4d9d6b2c7af158ccd7ad /ace/README
parentc4c0f74b4abd6ac2c885333af634138f7fb63622 (diff)
downloadATCD-49f868246ddbe65866e322c3c9b8a3a230caeebd.tar.gz
ChangeLogTag:Thu Jan 20 09:03:37 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index f809cc45d2c..a33801dc186 100644
--- a/ace/README
+++ b/ace/README
@@ -84,6 +84,14 @@ ACE_WSOCK_VERSION A parameter list indicating
"1, 1" is version 1.1).
ACE_HAS_AIO_CALLS Platform supports POSIX aio* calls.
+ACE_HAS_ALT_CUSERID Use ACE's alternate cuserid()
+ implementation since a system
+ cuserid() may not exist, or it
+ is not desirable to use it.
+ The implementation requires
+ ACE_LACKS_PWD_FUNCTIONS to be
+ undefined and that the
+ geteuid() system call exists.
ACE_HAS_ANSI_CASTS Platform supports new C++
style casts (dynamic_cast,
static_cast, reinterpret_cast