summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-22 20:29:19 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-22 20:29:19 +0000
commitd6c5eb490b89775991089a909cf3377aca1e4f40 (patch)
tree10af1287ed3e9a590dfaa578c7576a4516c11964 /acconfig.h
parent733c02d0771ef6b3df597abadda30a2896f2c302 (diff)
downloadlibapr-d6c5eb490b89775991089a909cf3377aca1e4f40.tar.gz
Clean up APR's configure script a bit. This commit also allows Apache to
specify that APR should be built without threads for the prefork MPM. This is broken if we then try to configure Apache again using a threaded MPM, but this is easily fixable, and I will be doing that soon. Lastly, I removed all thread calls from APR when it is told to build without threads. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 2c91a370d..3f2fa7944 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -45,6 +45,7 @@
#undef USEBCOPY
#undef HAVE_GMTOFF
+#undef USE_THREADS
#undef SIZEOF_SSIZE_T