diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-20 17:04:44 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-20 17:04:44 +0000 |
commit | 49f868246ddbe65866e322c3c9b8a3a230caeebd (patch) | |
tree | dcf3f0576fe7fcc8407e4d9d6b2c7af158ccd7ad /ace/README | |
parent | c4c0f74b4abd6ac2c885333af634138f7fb63622 (diff) | |
download | ATCD-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/README | 8 |
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 |