From 71f08f39bb7072e84491f66d4d53077b664fd2d1 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Tue, 13 Feb 2001 19:22:27 +0000 Subject: [PATCH] The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS warning msg to reflect the current directory structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88137 13f79535-47bb-0310-9956-ffa450edef68 --- include/mpm_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mpm_common.h b/include/mpm_common.h index ecdcc8e916..9671d9fb16 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -157,7 +157,7 @@ AP_DECLARE(uid_t) ap_uname2id(const char *name); */ AP_DECLARE(gid_t) ap_gname2id(const char *name); -#define AP_MPM_HARD_LIMITS_FILE "src/" APACHE_MPM_DIR "/mpm_default.h" +#define AP_MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h" #ifdef __cplusplus } -- 2.50.1