summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/README1
-rw-r--r--ACE/ace/config-WinCE.h2
-rw-r--r--ACE/ace/config-freebsd.h1
-rw-r--r--ACE/ace/config-integritySCA.h1
-rw-r--r--ACE/ace/config-macosx-jaguar.h2
-rw-r--r--ACE/ace/config-macosx-leopard.h2
-rw-r--r--ACE/ace/config-macosx-panther.h3
-rw-r--r--ACE/ace/config-macosx-tiger.h2
-rw-r--r--ACE/ace/config-openvms.h1
-rw-r--r--ACE/ace/config-vxworks6.4.h1
10 files changed, 0 insertions, 16 deletions
diff --git a/ACE/ace/README b/ACE/ace/README
index e0cf882a00b..6cb2a1941a8 100644
--- a/ACE/ace/README
+++ b/ACE/ace/README
@@ -791,7 +791,6 @@ ACE_LACKS_LINEBUFFERED_STREAMBUF Platform lacks streambuf
ACE_LACKS_LSTAT Platform lacks the lstat() function.
ACE_LACKS_MADVISE Platform lacks madvise()
(e.g., Linux)
-ACE_LACKS_MALLOC_H Platform lacks malloc.h
ACE_LACKS_MEMORY_H Platform lacks memory.h (e.g.,
VxWorks)
ACE_LACKS_MKFIFO Platform lacks mkfifo() e.g.,
diff --git a/ACE/ace/config-WinCE.h b/ACE/ace/config-WinCE.h
index 584dc2f762b..4435d96575c 100644
--- a/ACE/ace/config-WinCE.h
+++ b/ACE/ace/config-WinCE.h
@@ -185,8 +185,6 @@
# define BUFSIZ 1024
#endif
-#define ACE_LACKS_MALLOC_H // We do have malloc.h, but don't use it.
-
#define ACE_HAS_WINCE_BROKEN_ERRNO
#define ACE_HAS_STRDUP_EMULATION
diff --git a/ACE/ace/config-freebsd.h b/ACE/ace/config-freebsd.h
index 0c1fa8e7c56..f3c423a77b5 100644
--- a/ACE/ace/config-freebsd.h
+++ b/ACE/ace/config-freebsd.h
@@ -70,7 +70,6 @@
#define ACE_LACKS_ISCTYPE
#define ACE_LACKS_ITOW
#define ACE_LACKS_LOG2
-#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MUTEXATTR_PSHARED
#define ACE_LACKS_SIGINFO_H
#define ACE_LACKS_SI_ADDR
diff --git a/ACE/ace/config-integritySCA.h b/ACE/ace/config-integritySCA.h
index 7c48856e50f..e94ababa42d 100644
--- a/ACE/ace/config-integritySCA.h
+++ b/ACE/ace/config-integritySCA.h
@@ -132,7 +132,6 @@
/***** Not tied to standards AFAIK ****/
#define ACE_LACKS_MADVISE /* paging optimization not needed with INTEGRITY */
-#define ACE_LACKS_MALLOC_H /* netbsd's just includes stdlib.h */
#define ACE_LACKS_MEMORY_H /* netbsd's just includes string.h */
#define ACE_LACKS_INTTYPES_H
#define ACE_LACKS_SYS_RESOURCE_H
diff --git a/ACE/ace/config-macosx-jaguar.h b/ACE/ace/config-macosx-jaguar.h
index c761d094dc0..76a0df0c9dd 100644
--- a/ACE/ace/config-macosx-jaguar.h
+++ b/ACE/ace/config-macosx-jaguar.h
@@ -60,8 +60,6 @@
#define ACE_NEEDS_SCHED_H
-#define ACE_LACKS_MALLOC_H
-
#define ACE_HAS_ALT_CUSERID
// Platform supports POSIX timers via struct timespec.
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 87a11e41419..f89be4ae67e 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -91,8 +91,6 @@
#define ACE_NEEDS_SCHED_H
-#define ACE_LACKS_MALLOC_H
-
#define ACE_HAS_ALT_CUSERID
// Platform supports POSIX timers via struct timespec.
diff --git a/ACE/ace/config-macosx-panther.h b/ACE/ace/config-macosx-panther.h
index 22226b23105..d4ce6f41619 100644
--- a/ACE/ace/config-macosx-panther.h
+++ b/ACE/ace/config-macosx-panther.h
@@ -55,9 +55,6 @@
#define ACE_NEEDS_SCHED_H
-// Use of <malloc.h> is deprecated.
-#define ACE_LACKS_MALLOC_H
-
#define ACE_HAS_ALT_CUSERID
// Platform supports POSIX timers via struct timespec.
diff --git a/ACE/ace/config-macosx-tiger.h b/ACE/ace/config-macosx-tiger.h
index d5ae403ac84..0bbfd63238b 100644
--- a/ACE/ace/config-macosx-tiger.h
+++ b/ACE/ace/config-macosx-tiger.h
@@ -76,8 +76,6 @@
#define ACE_NEEDS_SCHED_H
-#define ACE_LACKS_MALLOC_H
-
#define ACE_HAS_ALT_CUSERID
// Platform supports POSIX timers via struct timespec.
diff --git a/ACE/ace/config-openvms.h b/ACE/ace/config-openvms.h
index e4e5071c80d..5417d250a25 100644
--- a/ACE/ace/config-openvms.h
+++ b/ACE/ace/config-openvms.h
@@ -63,7 +63,6 @@
#define ACE_LACKS_SEARCH_H 1
#define ACE_LACKS_SCHED_H 1
#define ACE_LACKS_SYS_SYSCTL_H 1
-#define ACE_LACKS_MALLOC_H 1
#define ACE_LACKS_SYS_PARAM_H 1
#define ACE_LACKS_SIGINFO_H 1
#define ACE_LACKS_UCONTEXT_H 1
diff --git a/ACE/ace/config-vxworks6.4.h b/ACE/ace/config-vxworks6.4.h
index 719f06a3298..3c8918cc38d 100644
--- a/ACE/ace/config-vxworks6.4.h
+++ b/ACE/ace/config-vxworks6.4.h
@@ -124,7 +124,6 @@
#define ACE_LACKS_GETIPNODEBYNAME_IPV6
#define ACE_LACKS_LSTAT
#define ACE_LACKS_MADVISE
-#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MEMORY_H
#define ACE_LACKS_MKFIFO
#define ACE_LACKS_MKSTEMP