From: dgaudet Date: Fri, 27 Jun 1997 02:07:34 +0000 (+0000) Subject: The ap_slack stuff is new to the api... but we can't use any date later X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b8241e9c77bb47799f537e482e50e90f3d816d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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