diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-08 23:14:12 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-08 23:14:12 +0000 |
commit | e21d160c18b23667bfb71eeff0f8cdf539cc424f (patch) | |
tree | 9903b9929c20e2c6ad4784ec201e46d722fe51cd /acconfig.h | |
parent | 17fdf35ade1cada525abe35463d26cdb71c5f785 (diff) | |
download | ATCD-e21d160c18b23667bfb71eeff0f8cdf539cc424f.tar.gz |
ChangeLogTag:Mon Nov 8 16:34:27 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1b80a300928..a5c92ba7a51 100644 --- a/acconfig.h +++ b/acconfig.h @@ -815,6 +815,9 @@ /* Platform/compiler lacks strdup() (e.g., VxWorks, Chorus, WinCE) */ #undef ACE_HAS_STRDUP_EMULATION +/* Compile ACE_OS::strptime() wrapper into ACE. */ +#undef ACE_HAS_STRPTIME + /* Platform supports STREAMS */ #undef ACE_HAS_STREAMS @@ -1128,6 +1131,9 @@ /* Platform lacks named POSIX semaphores (e.g., Chorus) */ #undef ACE_LACKS_NAMED_POSIX_SEM +/* Platform lacks native strptime() implementation. */ +#undef ACE_LACKS_NATIVE_STRPTIME + /* Platform/compiler lacks {get,set}rlimit() function (e.g., VxWorks, Chorus, and SCO UNIX) */ #undef ACE_LACKS_RLIMIT @@ -1143,6 +1149,12 @@ memory and message queues. */ #undef ACE_LACKS_SOME_POSIX_PROTOTYPES +/* Compiler doesn't support placement operator new(size_t, void *). */ +#undef ACE_LACKS_PLACEMENT_OPERATOR_NEW + +/* Compiler doesn't support placement operator delete(void *, void *). */ +#undef ACE_LACKS_PLACEMENT_OPERATOR_DELETE + /* Compiler complains about use of obsolete "#pragma once" */ #undef ACE_LACKS_PRAGMA_ONCE |