From 22b8241e9c77bb47799f537e482e50e90f3d816d Mon Sep 17 00:00:00 2001 From: dgaudet Date: Fri, 27 Jun 1997 02:07:34 +0000 Subject: [PATCH] The ap_slack stuff is new to the api... but we can't use any date later than 19970623 because that's the one being used to indicate the NT port. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78382 13f79535-47bb-0310-9956-ffa450edef68 --- APACHE_1_2_X/src/include/http_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APACHE_1_2_X/src/include/http_config.h b/APACHE_1_2_X/src/include/http_config.h index 8c2635b90dd..02d041854d3 100644 --- a/APACHE_1_2_X/src/include/http_config.h +++ b/APACHE_1_2_X/src/include/http_config.h @@ -226,7 +226,7 @@ typedef struct module_struct { * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19970526 +#define MODULE_MAGIC_NUMBER 19970622 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific -- 2.47.2