diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-14 21:42:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-14 21:42:09 +0000 |
commit | b7550823d1738c16df41e79f8f3e7d892b90f35a (patch) | |
tree | 81dca0d7a7e1362f317e62bf96479ccb7aa23782 /acconfig.h | |
parent | 322c9edc63f8652e24161f23ea0cfb66949d6255 (diff) | |
download | ATCD-b7550823d1738c16df41e79f8f3e7d892b90f35a.tar.gz |
Minor ACE Configuration Project related updates and fixes.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
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 |