summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-14 21:42:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-14 21:42:09 +0000
commit9911287e1810be416312658d915a0f0e01cc54bf (patch)
tree81dca0d7a7e1362f317e62bf96479ccb7aa23782 /acconfig.h
parente0bcefe6320ffb89e21b556d9ea75d7107e637ff (diff)
downloadATCD-9911287e1810be416312658d915a0f0e01cc54bf.tar.gz
Minor ACE Configuration Project related updates and fixes.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 56cd449c01e..8872313a00a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -672,6 +672,9 @@
/* No system support for replacing any previous mappings. */
#undef ACE_LACKS_AUTO_MMAP_REPLACEMENT
+/* Platform lacks support for the standard C++ auto_ptr class */
+#undef ACE_LACKS_AUTO_PTR
+
/* Compiler/platform lacks the standard C library bsearch() function */
#undef ACE_LACKS_BSEARCH