summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-08-02 18:12:04 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-08-02 18:12:04 +0000
commit515c78f43939a6bc543ec3b0f326ac0ade70ea99 (patch)
treea44a08b82ca6b03168e6e4e9e877d25d98e47720 /acconfig.h
parentbf215916e904e284e5306f7de28307e104aaa6c2 (diff)
downloadlibapr-515c78f43939a6bc543ec3b0f326ac0ade70ea99.tar.gz
Remove the memory leak from the apr_poll implementation. On all systems,
this will support any number of files/sockets. On modern systems, this will allocate on the stack. On older systems we fall back to malloc/free. Note: We will rarely ever use malloc/free. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index ec0ce9167..8f7a4d50a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -48,6 +48,8 @@
#undef HAVE_INT64_C
+#undef HAVE_VLA
+
/* BeOS specific flag */
#undef HAVE_BONE_VERSION