summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mpm_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index a12d6d0233..ebca2b766f 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -330,7 +330,7 @@ AP_DECLARE_HOOK(const char *,mpm_get_name,(void))
/* mutex type string for accept mutex, if any; MPMs should use the
* same mutex type for ease of configuration
*/
-#define ap_accept_mutex_type "mpm-accept"
+#define AP_ACCEPT_MUTEX_TYPE "mpm-accept"
#ifdef __cplusplus
}