coar 99/08/09 10:05:02
Modified: . configure
Log:
If mod_mmap_static is experimental yet listed, then so ought
mod_auth_digest be -- especially since we're probably closer
to unexperimentalising it..
Revision Changes Path
1.97 +1 -0 apache-1.3/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-1.3/configure,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- configure 1999/08/06 03:35:00 1.96
+++ configure 1999/08/09 17:05:01 1.97
@@ -754,6 +754,7 @@
module_mmap_static=no # not all platforms have
mmap()
module_so=no # not all platforms have
dlopen()
module_example=no # only for developers
+ module_auth_digest=no # experimental
module_log_agent=no # deprecated
module_log_referer=no # deprecated
;;