]> granicus.if.org Git - apache/commitdiff
The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS
authorGreg Ames <gregames@apache.org>
Tue, 13 Feb 2001 19:22:27 +0000 (19:22 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 13 Feb 2001 19:22:27 +0000 (19:22 +0000)
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

index ecdcc8e9169a22c1a7a18d199b2392705240a734..9671d9fb16f1ffdf74fd7abfe9948aee58bf58fe 100644 (file)
@@ -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
 }