You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/17 21:53:19 UTC

cvs commit: apache/src mod_rewrite.h Makefile.tmpl

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