summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h8
1 files changed, 0 insertions, 8 deletions
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