Mailing List Archive

cvs commit: apache-1.3/src/include http_config.h httpd.h
coar 98/03/05 05:27:16

Modified: src/include http_config.h httpd.h
Log:
Update the MODULE_MAGIC_NUMBER for the SERVER_{BUILT,VERSION}
abstraction, and remove a now-bogus definition referring to
the old method. Still to do: moving the SERVER_VERSION
definition into buildmark.c. Perhaps buildmark should be
renamed to server_identity?

Revision Changes Path
1.69 +1 -1 apache-1.3/src/include/http_config.h

Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- http_config.h 1998/02/20 10:51:33 1.68
+++ http_config.h 1998/03/05 13:27:14 1.69
@@ -262,7 +262,7 @@
* handle it back-compatibly, or at least signal an error).
*/

-#define MODULE_MAGIC_NUMBER 19980207
+#define MODULE_MAGIC_NUMBER 19980304
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL

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



1.192 +0 -1 apache-1.3/src/include/httpd.h

Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- httpd.h 1998/03/04 09:45:35 1.191
+++ httpd.h 1998/03/05 13:27:14 1.192
@@ -362,7 +362,6 @@
#else
#define SERVER_VERSION SERVER_BASEVERSION
#endif
-extern MODULE_VAR_EXPORT const char SERVER_BUILT[];

const char *apapi_get_server_version();
const char *apapi_get_server_built();