diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-02-24 10:28:58 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-02-24 10:28:58 +0100 |
commit | bc36f789c62bc53c63c1d33d6a37b22d8fe700cd (patch) | |
tree | b1d643af3caf69be368bb63f7329c3a8257df071 /ACE/ace | |
parent | e4957c0bc1bc03961b30cbbfd72dd6205f33cc24 (diff) | |
download | ATCD-bc36f789c62bc53c63c1d33d6a37b22d8fe700cd.tar.gz |
Remove macros we don't use anymore
* ACE/ace/README:
* ACE/docs/ACE-guidelines.html:
Diffstat (limited to 'ACE/ace')
-rw-r--r-- | ACE/ace/README | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ACE/ace/README b/ACE/ace/README index 9da9b715268..71bee35fd9f 100644 --- a/ACE/ace/README +++ b/ACE/ace/README @@ -785,10 +785,6 @@ ACE_LACKS_EXEC Platform lacks the exec() Win32, VxWorks, Chorus) ACE_LACKS_FILELOCKS Platform lacks file locking mechanism -ACE_LACKS_FLOATING_POINT Platform does not support - floating point operations - (e.g., certain Chorus hardware - platforms) ACE_LACKS_FORK Platform lacks the fork() system call (e.g., Win32, VxWorks, Chorus) @@ -809,9 +805,6 @@ ACE_LACKS_KEY_T Platform lacks key_t (e.g., Chorus, VxWorks, Win32) ACE_LACKS_LINEBUFFERED_STREAMBUF Platform lacks streambuf "linebuffered ()". -ACE_LACKS_LONGLONG_T Compiler/platform does not - support the signed or unsigned long - long datatype. ACE_LACKS_LSTAT Platform lacks the lstat() function. ACE_LACKS_MADVISE Platform lacks madvise() (e.g., Linux) @@ -821,7 +814,7 @@ ACE_LACKS_MEMORY_H Platform lacks memory.h (e.g., ACE_LACKS_MKFIFO Platform lacks mkfifo() e.g., VxWorks, Chorus, pSoS, and WinNT. ACE_LACKS_MKTEMP Platform lacks the mktemp() function. -ACE_LACKS_MKSTEMP Platform lacks the mkstemp() function. +ACE_LACKS_MKSTEMP Platform lacks the mkstemp() function. ACE_LACKS_MMAP The platform doesn't have mmap(2) (e.g., SCO UNIX). ACE_LACKS_MODE_MASKS Platform/compiler doesn't have @@ -947,8 +940,6 @@ ACE_LACKS_SYSV_SHMEM Platform lacks System V shared VxWorks) ACE_LACKS_SIGINFO_H Platform lacks the siginfo.h include file (e.g., MVS) -ACE_LACKS_SOCKET_BUFSIZ Platform doesn't support - SO_SNDBUF/SO_RCVBUF ACE_LACKS_SOCKETPAIR Platform lacks the socketpair() call (e.g., SCO UNIX) |