From: Greg Ames Date: Tue, 13 Feb 2001 19:22:27 +0000 (+0000) Subject: The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS X-Git-Tag: 2.0.11~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f08f39bb7072e84491f66d4d53077b664fd2d1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/mpm_common.h b/include/mpm_common.h index ecdcc8e9169..9671d9fb16f 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 }