Commit 78e6dff7 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Allow -DHC_USE_THREADS=0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779349 13f79535-47bb-0310-9956-ffa450edef68
parent 7163a03a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ module AP_MODULE_DECLARE_DATA proxy_hcheck_module;

/* Why? So we can easily set/clear HC_USE_THREADS during dev testing */
#if APR_HAS_THREADS
#ifndef HC_USE_THREADS
#define HC_USE_THREADS 1
#endif
#else
#define HC_USE_THREADS 0
typedef void apr_thread_pool_t;