summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 03:24:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 03:24:41 +0000
commitaf55cf1d2f7ee8715b7edcc6c884d560ef1272f6 (patch)
tree7fdcd8f1a6138a77143ccea74ad2381c40bafb65 /ace/README
parent98994f0b2cbc15751c57f6e5727dbc9a870550ff (diff)
downloadATCD-af55cf1d2f7ee8715b7edcc6c884d560ef1272f6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index c171b5109fd..9cf944aabc7 100644
--- a/ace/README
+++ b/ace/README
@@ -115,6 +115,7 @@ ACE_HAS_PTHREAD_T Platform has pthread_t defined.
ACE_HAS_PTHREAD_YIELD_VOIDPTR pthread_yield() takes a void pointer arg.
ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS Platform will recurse infinitely on thread exits from TSS cleanup routines (e.g., AIX).
ACE_HAS_REENTRANT_FUNCTIONS Platform supports reentrant functions (i.e., all the POSIX *_r functions).
+ACE_LACKS_FIFO Platform lacks UNIX FIFOs (e.g., Win32)
ACE_LACKS_NETDB_REENTRANT_FUNCTIONS Platform does not support reentrant netdb functions (getprotobyname_r, getprotobynumber_r, gethostbyaddr_r, gethostbyname_r, getservbyname_r).
ACE_HAS_REGEX Platform supports the POSIX regular expression library
ACE_HAS_SELECT_H Platform has special header for select().