]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The ap_slack stuff is new to the api... but we can't use any date later
authordgaudet <dgaudet@unknown>
Fri, 27 Jun 1997 02:07:34 +0000 (02:07 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 27 Jun 1997 02:07:34 +0000 (02:07 +0000)
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

index 8c2635b90dd1c47b894292739a0ccd061cdb6581..02d041854d3a55c03b0a7e9b1164100503948ede 100644 (file)
@@ -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