From 0aca8c5d56ec80af9bbc2cbf7a65cd3849199d7f Mon Sep 17 00:00:00 2001 From: dhinton Date: Wed, 14 May 2003 20:00:17 +0000 Subject: ChangeLogTag:Wed May 14 20:02:56 UTC 2003 Don Hinton --- ChangeLog | 7 +++++++ ace/README | 1 - ace/config-all.h | 8 -------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index ecbab746a80..b49f5f03dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed May 14 20:02:56 UTC 2003 Don Hinton + + * ace/config-all.h: + * ace/README: + Rolled back Wed May 14 14:52:40 UTC 2003 Don Hinton + . + Wed May 14 14:09:56 2003 Chad Elliott * bin/MakeProjectCreator/modules/ProjectCreator.pm: diff --git a/ace/README b/ace/README index 27972e833b5..5a8007419be 100644 --- a/ace/README +++ b/ace/README @@ -174,7 +174,6 @@ ACE_HAS_ALLOCA Compiler/platform supports alloca() ACE_HAS_ALLOCA_H Compiler/platform has -ACE_USES_ALLOCA Enables us of alloca in ACE. ACE_HAS_ALPHA_TIMER CPU is an Alpha, with the rpcc instruction to read the tick timer. Limited to 32 bits, so not recommended. diff --git a/ace/config-all.h b/ace/config-all.h index 5058fa8b693..3026090db47 100644 --- a/ace/config-all.h +++ b/ace/config-all.h @@ -22,14 +22,6 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -// Since use of alloca can be dangerous, turn it off unless the user has -// specifically turned it on by defining the ACE_USES_ALLOCA macro. -#if !defined (ACE_USES_ALLOCA) -# if defined (ACE_HAS_ALLOCA) -# undef ACE_HAS_ALLOCA -# endif /* ACE_HAS_ALLOCA */ -#endif /* !ACE_USES_ALLOCA */ - // ========================================================================= // Perfect Multicast filting refers to RFC 3376, where a socket is only // delivered dgrams for groups joined even if it didn't bind the group -- cgit v1.2.1