summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 19:47:02 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 19:47:02 +0000
commit6c0f6bdfbc8c2c09a248916815cb00ca229953ce (patch)
treebbef1731f1e730e07fc0cbaa2d57518ce08b0487 /ace/README
parent9a6ad4fb35671d707065bec6f5833c48e1f40444 (diff)
downloadATCD-6c0f6bdfbc8c2c09a248916815cb00ca229953ce.tar.gz
Removed ACE_HAS_TIME_R in favor of using existing mechanism of
ACE_HAS_REENTRANT_FUNCTIONS, and then adding ACE_LACKS_NETDB_REENTRANT_FUNCTIONS and also ACE_LACKS_PWD_REENTRANT_FUNCTIONS. Created a new lacks called ACE_LACKS_RAND_REENTRANT_FUNCTIONS to match the previous two.
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/README b/ace/README
index 0d317606cb5..b101fddf2dc 100644
--- a/ace/README
+++ b/ace/README
@@ -596,10 +596,6 @@ ACE_HAS_THR_C_DEST The pthread_keycreate()
ACE_HAS_THR_C_FUNC The pthread_create() routine
*must* take extern C
functions.
-ACE_HAS_TIME_R Platform supports *time_r()
- (e.g., gmtime_r()), but not
- other reentrant APIs. Compare
- with ACE_HAS_REENTRANT_FUNCTIONS.
ACE_HAS_TIMEZONE_GETTIMEOFDAY Platform/compiler supports
timezone * as second parameter
to gettimeofday()
@@ -783,6 +779,7 @@ ACE_LACKS_PWD_REENTRANT_FUNCTIONS Platform lacks getpwnam_r()
ACE_LACKS_QSORT Compiler/platform lacks the
standard C library qsort()
function
+ACE_LACKS_RAND_REENTRANT_FUNCTIONS Platform lacks rand_r()
ACE_LACKS_READLINK Platform lacks the readlink() function.
ACE_LACKS_READV Platform doesn't define readv,
so use our own