akosut 96/05/12 14:53:18
Modified: src http_config.h
Log:
Change MODULE_MAGIC_NUMBER to a more recent value, so modules can
determine what version of the API they are using.
Revision Changes Path
1.5 +1 -1 apache/src/http_config.h
Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apache/src/http_config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** http_config.h 1996/03/30 07:16:40 1.4
--- http_config.h 1996/05/12 21:53:17 1.5
***************
*** 197,203 ****
* handle it back-compatibly, or at least signal an error).
*/
! #define MODULE_MAGIC_NUMBER 19950525
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, 0, NULL
/* Generic accessors for other modules to get at their own module-specific
--- 197,203 ----
* handle it back-compatibly, or at least signal an error).
*/
! #define MODULE_MAGIC_NUMBER 19960512
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, 0, NULL
/* Generic accessors for other modules to get at their own module-specific