summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-18 16:52:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-18 16:52:12 +0000
commit813df6f12fdbaa75e0737bb2a9ae5468b31db4ee (patch)
treeb2af0310755abcf40721cc4b03b67be713efba63 /ace/README
parentc622541064052458e9268c2545c116992327eec4 (diff)
downloadATCD-813df6f12fdbaa75e0737bb2a9ae5468b31db4ee.tar.gz
added ACE_HAS_RENAMED_MAIN
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 e05d1e23edc..feb0689c35e 100644
--- a/ace/README
+++ b/ace/README
@@ -96,6 +96,7 @@ 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_HAS_REGEX Platform supports the POSIX regular expression library
+ACE_HAS_RENAMED_MAIN Renames "main (int, char *[])" to ace_main (int, char *[]), for platforms such as g++/VxWorks that don't allow main
ACE_HAS_SELECT_H Platform has special header for select().
ACE_HAS_SEMUN Compiler/platform defines a union semun for SysV shared memory
ACE_HAS_SET_T_ERRNO Platform has a function to set t_errno (e.g., Tandem).