diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-01-12 04:57:11 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-01-12 04:57:11 +0000 |
commit | 0c662d2f406bef621f9212920e4a217ad1a4a1ee (patch) | |
tree | b65f1386f6f8e83bac8616a7968342070d584cab /ace | |
parent | 2c83425d9518ceb46920a564cfddc4983066be1e (diff) | |
download | ATCD-0c662d2f406bef621f9212920e4a217ad1a4a1ee.tar.gz |
ChangeLogTag: Fri Jan 11 22:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-lynxos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index e3282a40d59..6a72556ff5b 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -165,6 +165,11 @@ # define ACE_NTRACE 1 #endif /* ACE_NTRACE */ +// Looks like the modern compilers have support for namespaces. Or +// rather we dont support any compiler without this support. Need to +// get this macro off of ACE. +#define ACE_HAS_USING_KEYWORD + // By default, don't include RCS Id strings in object code. #if !defined (ACE_USE_RCSID) # define ACE_USE_RCSID 0 |