summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-24 10:28:58 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-02-24 10:28:58 +0100
commitbc36f789c62bc53c63c1d33d6a37b22d8fe700cd (patch)
treeb1d643af3caf69be368bb63f7329c3a8257df071
parente4957c0bc1bc03961b30cbbfd72dd6205f33cc24 (diff)
downloadATCD-bc36f789c62bc53c63c1d33d6a37b22d8fe700cd.tar.gz
Remove macros we don't use anymore
* ACE/ace/README: * ACE/docs/ACE-guidelines.html:
-rw-r--r--ACE/ace/README11
-rw-r--r--ACE/docs/ACE-guidelines.html6
2 files changed, 1 insertions, 16 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)
diff --git a/ACE/docs/ACE-guidelines.html b/ACE/docs/ACE-guidelines.html
index 9beab7f240a..199f4214f6a 100644
--- a/ACE/docs/ACE-guidelines.html
+++ b/ACE/docs/ACE-guidelines.html
@@ -114,12 +114,6 @@ bgcolor="#ffffff">
<code>main</code> must also return 0 on successful
termination, and non-zero otherwise.<p>
- <li>Avoid use of floating point types (<code>float</code> and
- <code>double</code>) and operations
- unless absolutely necessary. Not all ACE platforms support them.
- Therefore, wherever they are used, <code>ACE_LACKS_FLOATING_POINT</code>
- conditional code must be also be used.<p>
-
<li>Avoid including the string "<code>Error</code>" in a source
code filename. GNU Make's error messages start with
"<code>Error</code>". So, it's much easier to search for