diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-23 08:10:08 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-23 08:10:08 +0000 |
commit | 63fbbe85f20337ecc08e9131cc2893a1f27a2cc4 (patch) | |
tree | 2cf575cc91069fde222802b016ebfefc99121425 /ace/README | |
parent | 50bfc92fc4c13580135b4af10f664395835b0a52 (diff) | |
download | ATCD-63fbbe85f20337ecc08e9131cc2893a1f27a2cc4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README index cb0a200701e..ccca38a3464 100644 --- a/ace/README +++ b/ace/README @@ -237,6 +237,7 @@ ACE_TEMPLATES_REQUIRE_PRAGMA Compiler's template mechanism must use a pragma Th ACE_TEMPLATES_REQUIRE_SOURCE Compiler's template mechanim must see source code (i.e., .cpp files). This is used for GNU G++. ACE_TEMPLATES_REQUIRE_SPECIALIZATION Compiler's template mechanism requires the use of explicit C++ specializations for all used templates. This is also used for GNU G++ if you don't use the "repo" patches. ACE_USE_POLL Use the poll() event demultiplexor rather than select(). +ACE_USES_ASM_SYMBOL_IN_DLSYM Platform uses assembly symbols instead of C symbols in dlsym() ACE_WSOCK_VERSION A parameter list indicating the version of WinSock (e.g., "1, 1" is version 1.1). ---------------------------------------- |