Commit f716e6ef authored by dgaudet's avatar dgaudet
Browse files

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
parent 04fdb239
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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