diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-01 16:47:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-01 16:47:39 +0000 |
commit | 078a293b513620b912af488def022fe20c790f24 (patch) | |
tree | d055bf6816bebefa416ddde19ea34894514d8837 /ace | |
parent | d97231d5251466baaaa6fa3e3e88cebce4e2cb42 (diff) | |
download | ATCD-078a293b513620b912af488def022fe20c790f24.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/README b/ace/README index 452d53c7b60..30448e15814 100644 --- a/ace/README +++ b/ace/README @@ -77,7 +77,6 @@ ACE_HAS_CHARPTR_DL OS/platform uses char * for dlopen/dlsym ACE_HAS_CHARPTR_SOCKOPT OS/platform uses char * for sockopt, rather than const char * ACE_HAS_CHARPTR_SPRINTF sprintf() returns char * rather than int (e.g., SunOS 4.x) ACE_HAS_CLOCK_GETTIME Platform supports POSIX 1.b clock_gettime () -ACE_HAS_COMPLEX_LOCK Platform supports non-standard readers/writer locks... ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES Prototypes for both signal() and struct sigaction are consistent. ACE_HAS_CPLUSPLUS_HEADERS Compiler/platform has correctly prototyped header files ACE_HAS_DLFCN_H_BROKEN_EXTERN_C For platforms, e.g., RedHat 4.2/Linux 2.0.30/Alpha, that don't declare dl* functions as extern "C" in dlfcn.h. |