mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
mpm_fdqueue: follow up to r1821624.
The code is not part of the API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -27,7 +27,9 @@
|
||||
|
||||
#include <apr.h>
|
||||
|
||||
/* Not worth thinking about w/o threads... */
|
||||
/* This code is not AP_DECLARE()ed/exported, and use by MPMs event/worker
|
||||
* only (for now), not worth thinking about w/o threads either...
|
||||
*/
|
||||
#if APR_HAS_THREADS
|
||||
|
||||
#include "ap_mpm.h"
|
||||
|
Reference in New Issue
Block a user