Mailing List Archive

cvs commit: apachen/src/main http_config.h
coar 97/09/02 09:19:18

Modified: src CHANGES
src/main http_config.h
Log:
Yerg. Note MD5 renames in CHANGES, and bump the MODULE_MAGIC_NUMBER
as a consequence.

Revision Changes Path
1.426 +4 -0 apachen/src/CHANGES

Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- CHANGES 1997/08/31 22:36:21 1.425
+++ CHANGES 1997/09/02 16:19:14 1.426
@@ -1,5 +1,9 @@
Changes with Apache 1.3a2

+ *) Some of the MD5 names defined in Apache have been renamed to have
+ an `ap_' prefix to avoid conflicts with routines supplied by
+ external libraries. [Ken Coar]
+
*) Removal of mod_auth_msql.c from the distribution. There are many
other options for databases today. Rather than offer one option,
offer none at this time. mod_auth_msql and other SQL database



1.48 +1 -1 apachen/src/main/http_config.h

Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- http_config.h 1997/09/01 04:14:48 1.47
+++ http_config.h 1997/09/02 16:19:17 1.48
@@ -246,7 +246,7 @@
* handle it back-compatibly, or at least signal an error).
*/

-#define MODULE_MAGIC_NUMBER 19970831
+#define MODULE_MAGIC_NUMBER 19970902
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL

/* Generic accessors for other modules to get at their own module-specific