diff options
author | Jeff Trawick <trawick@apache.org> | 2010-02-08 16:59:45 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-02-08 16:59:45 +0000 |
commit | aecc198b9367e37557dc1b6b88d0d4748e26ae7a (patch) | |
tree | b9f0de3c34aa743e2bb141d4fac7328aa7267f88 /include/mpm_common.h | |
parent | 54e9063b802082da3c08a090af8e6893a5fff4e1 (diff) | |
download | httpd-aecc198b9367e37557dc1b6b88d0d4748e26ae7a.tar.gz |
change the preprocessor define ap_accept_mutex_type to upper case
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r-- | include/mpm_common.h | 2 |
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 } |