summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-14 20:00:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-14 20:00:17 +0000
commit0aca8c5d56ec80af9bbc2cbf7a65cd3849199d7f (patch)
tree91f9d145f7b1b138f843f88b4285ac5cc727b530
parent9711605e8e53616e8e965217a9c599c716a20c56 (diff)
downloadATCD-0aca8c5d56ec80af9bbc2cbf7a65cd3849199d7f.tar.gz
ChangeLogTag:Wed May 14 20:02:56 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog7
-rw-r--r--ace/README1
-rw-r--r--ace/config-all.h8
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 <dhinton@dresystems.com>
+
+ * ace/config-all.h:
+ * ace/README:
+ Rolled back Wed May 14 14:52:40 UTC 2003 Don Hinton
+ <dhinton@dresystems.com>.
+
Wed May 14 14:09:56 2003 Chad Elliott <elliott_c@ociweb.com>
* 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
<alloca.h>
-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