diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-20 01:50:51 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-20 01:50:51 +0000 |
commit | 4dd380c097ad330985840b1e6ece311326af073d (patch) | |
tree | 4dc4e2ba53c0030e22038c4105d66aab52284278 /ace/config-irix6.x-common.h | |
parent | ee6b298b8d435a26df3715ad488c5afa67965ae9 (diff) | |
download | ATCD-4dd380c097ad330985840b1e6ece311326af073d.tar.gz |
ChangeLogTag:Tue May 20 01:50:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r-- | ace/config-irix6.x-common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h index e1273d4f943..f4260bc3c06 100644 --- a/ace/config-irix6.x-common.h +++ b/ace/config-irix6.x-common.h @@ -63,7 +63,10 @@ #define ACE_HAS_SYSCALL_H // Compiler/platform supports alloca() -#define ACE_HAS_ALLOCA +// Although ACE does have alloca() on this compiler/platform combination, it is +// disabled by default since it can be dangerous. Uncomment the following line +// if you ACE to use it. +//#define ACE_HAS_ALLOCA // Compiler/platform has <alloca.h> #define ACE_HAS_ALLOCA_H |