From 995a925a3f4c091ea79fbf02a5f66ef81fdc1f29 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 26 Feb 2004 13:32:34 +0000 Subject: [PATCH] * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes about 60 modules already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102777 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 0ac0020745..a9f03751ff 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -95,7 +95,7 @@ extern "C" { /* Maximum number of dynamically loaded modules */ #ifndef DYNAMIC_MODULE_LIMIT -#define DYNAMIC_MODULE_LIMIT 64 +#define DYNAMIC_MODULE_LIMIT 128 #endif /* Default administrator's address */ -- 2.50.1