Received: by taz.hyperreal.com (8.7.6/V2.0) id OAA22379; Sun, 17 Nov 1996 14:26:24 -0800 (PST) Received: from nora.pcug.co.uk by taz.hyperreal.com (8.7.6/V2.0) with SMTP id OAA22336; Sun, 17 Nov 1996 14:26:17 -0800 (PST) Received: from imdb.demon.co.uk by nora.pcug.co.uk id aa15948; 17 Nov 96 22:25 GMT Message-Id: <199611172217.WAA03586> Subject: cvs commit: apache/src mod_rewrite.h Makefile.tmpl (fwd) To: apache Date: Sun, 17 Nov 1996 22:17:04 +0000 (GMT) From: Rob Hartill Organization: Internet Movie Database X-pgp-public-key: http://us.imdb.com/pgp.html X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Arrrggh. No more commits without peer review please. If you don't like the currently active plan for 1.2b release, lets hear about it, otherwise please don't commit anything without having it reviewed. It might be that this was okay'ed at some point, but I can't see any reference to names of people who've reviewed it. ----- Forwarded message from Brian Behlendorf ----- Date: Sun, 17 Nov 1996 12:53:19 -0800 (PST) From: Brian Behlendorf Message-Id: <199611172053.MAA12765@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src mod_rewrite.h Makefile.tmpl Sender: apache-cvs-owner@hyperreal.com Reply-To: new-httpd@hyperreal.com Precedence: bulk brian 96/11/17 12:53:18 Modified: src mod_rewrite.h Makefile.tmpl Log: Fixed regex/regexp descrepancy, which was causing compile failures with mod_rewrite. Revision Changes Path 1.9 +1 -1 apache/src/mod_rewrite.h Index: mod_rewrite.h =================================================================== RCS file: /export/home/cvs/apache/src/mod_rewrite.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C3 -r1.8 -r1.9 *** mod_rewrite.h 1996/10/31 17:19:36 1.8 --- mod_rewrite.h 1996/11/17 20:53:15 1.9 *************** *** 108,114 **** for Apache 1.2 and higher there is a Spencer POSIX library in the distribution */ #ifndef HAS_APACHE_REGEX_LIB ! #include "regexp/regexp.h" #endif --- 108,114 ---- for Apache 1.2 and higher there is a Spencer POSIX library in the distribution */ #ifndef HAS_APACHE_REGEX_LIB ! #include "regex/regex.h" #endif 1.33 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v retrieving revision 1.32 retrieving revision 1.33 diff -C3 -r1.32 -r1.33 *** Makefile.tmpl 1996/11/06 10:30:37 1.32 --- Makefile.tmpl 1996/11/17 20:53:16 1.33 *************** *** 123,127 **** util_script.h httpd.h: conf.h alloc.h buff.h ! mod_rewrite.h: regexp/regexp.h util_md5.h: md5.h --- 123,127 ---- util_script.h httpd.h: conf.h alloc.h buff.h ! mod_rewrite.h: regex/regex.h util_md5.h: md5.h ----- End of forwarded message from Brian Behlendorf -----