cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-12-05 Thread rbb
rbb 99/12/05 11:33:32

  Modified:src  Makefile.tmpl modules.c
   src/ap   Makefile.tmpl
   src/main Makefile.tmpl
   src/modules/mpm/prefork Makefile.tmpl
   src/modules/standard Makefile.tmpl
   src/os/unix Makefile.tmpl
  Log:
  No file should be dependant on apr_config.h unless it is in APR.
  
  Revision  ChangesPath
  1.12  +2 -2  apache-2.0/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/Makefile.tmpl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.tmpl 1999/11/17 21:39:17 1.11
  +++ Makefile.tmpl 1999/12/05 19:33:26 1.12
  @@ -124,14 +124,14 @@
   buildmark.o: buildmark.c include/ap_config.h include/ap_mmn.h \
include/ap_config_auto.h os/unix/os.h os/unix/os-inline.c \
include/ap_ctype.h include/hsregex.h include/httpd.h \
  - lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr.h \
lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
include/ap.h include/util_uri.h
   modules.o: modules.c include/httpd.h include/ap_config.h \
include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \
os/unix/os-inline.c include/ap_ctype.h include/hsregex.h \
  - lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr.h \
lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
include/ap.h include/util_uri.h include/http_config.h \
  
  
  
  1.3   +7 -5  apache-2.0/src/Attic/modules.c
  
  
  
  
  1.10  +2 -2  apache-2.0/src/ap/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/Makefile.tmpl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.tmpl 1999/11/17 21:39:19 1.9
  +++ Makefile.tmpl 1999/12/05 19:33:27 1.10
  @@ -45,7 +45,7 @@
   ap_hooks.o: ap_hooks.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
$(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  @@ -53,7 +53,7 @@
   ap_sha1.o: ap_sha1.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
$(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  
  
  
  1.10  +56 -56apache-2.0/src/main/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/main/Makefile.tmpl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.tmpl 1999/11/20 21:04:45 1.9
  +++ Makefile.tmpl 1999/12/05 19:33:29 1.10
  @@ -61,27 +61,27 @@
   buff.o: buff.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
$(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
$(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
  - $(INCDIR)/http_main.h $(INCDIR)/http_log.h
  + $(INCDIR)/http_main.h $(INCDIR)/http_log.h \
  + ../lib/apr/include/apr_thread_proc.h
   gen_test_char.o: gen_test_char.c $(INCDIR)/httpd.h \
$(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
$(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
$(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h
   gen_uri_delims.o: gen_uri_delims.c
   http_config.o: 

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-11-17 Thread rbb
rbb 99/11/17 13:39:48

  Modified:.STATUS
   src  Makefile.tmpl
   src/ap   Makefile.tmpl
   src/include ap.h httpd.h
   src/lib/apr/mmap/unix Makefile.in
   src/main Makefile.tmpl http_vhost.c
   src/modules/experimental Makefile.tmpl
   src/modules/mpm/prefork Makefile.tmpl
   src/modules/standard Makefile.tmpl mod_auth.c
   src/os/unix Makefile.tmpl
  Removed: src/include apr.h
  Log:
  Cleaned up the APRFile uses in Apache.  Also removed the apr.h header file
  because it is no longer used.  Finally, I updated the dependancies to
  compile cleanly.
  
  Revision  ChangesPath
  1.16  +1 -3  apache-2.0/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-2.0/STATUS,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- STATUS1999/11/16 18:30:18 1.15
  +++ STATUS1999/11/17 21:39:16 1.16
  @@ -1,5 +1,5 @@
   Apache 2.0 STATUS:
  -Last modified at [$Date: 1999/11/16 18:30:18 $]
  +Last modified at [$Date: 1999/11/17 21:39:16 $]
   
   Release:
   
  @@ -104,8 +104,6 @@
   Status: No one has come up with an efficient way to fix this
   behavior. Dean has suggested getting rid of regex containers
   completely.
  -
  -* Areas where APRFile is being used need to be cleaned-up
   
   * SIGSEGV on Linux seems to only kill a thread, not a whole process;
 we need to work around this, probably by bouncing the signal to
  
  
  
  1.11  +2 -2  apache-2.0/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/Makefile.tmpl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.tmpl 1999/10/30 05:59:19 1.10
  +++ Makefile.tmpl 1999/11/17 21:39:17 1.11
  @@ -127,12 +127,12 @@
lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
  - include/ap.h include/apr.h include/util_uri.h
  + include/ap.h include/util_uri.h
   modules.o: modules.c include/httpd.h include/ap_config.h \
include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \
os/unix/os-inline.c include/ap_ctype.h include/hsregex.h \
lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
  - include/ap.h include/apr.h include/util_uri.h include/http_config.h \
  + include/ap.h include/util_uri.h include/http_config.h \
include/ap_hooks.h
  
  
  
  1.9   +5 -62 apache-2.0/src/ap/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/Makefile.tmpl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.tmpl 1999/10/30 05:59:20 1.8
  +++ Makefile.tmpl 1999/11/17 21:39:19 1.9
  @@ -40,78 +40,21 @@
   # DO NOT REMOVE
   ap_base64.o: ap_base64.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  - $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/ap.h \
  - $(INCDIR)/apr.h
  + $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/ap.h
   ap_buf.o: ap_buf.c
  -ap_checkpass.o: ap_checkpass.c $(INCDIR)/ap_config.h \
  - $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - $(INCDIR)/ap_md5.h $(INCDIR)/ap_sha1.h $(INCDIR)/ap.h \
  - $(INCDIR)/apr.h
  -ap_cpystrn.o: ap_cpystrn.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  - $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  - ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  - ../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/apr.h \
  - $(INCDIR)/util_uri.h
  -ap_execve.o: ap_execve.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
  - $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  - ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  - ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  - ../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
  - $(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/apr.h \
  - $(INCDIR)/util_uri.h
  -ap_fnmatch.o: ap_fnmatch.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  - $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  - 

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-10-30 Thread manoj
manoj   99/10/29 22:59:32

  Modified:src  Makefile.tmpl
   src/ap   Makefile.tmpl
   src/lib/apr/lib Makefile.in
   src/lib/apr/locks/unix Makefile.in
   src/lib/apr/mmap/unix Makefile.in
   src/lib/apr/network_io/unix Makefile.in
   src/lib/apr/threadproc/unix Makefile.in
   src/main Makefile.tmpl
   src/modules/mpm/dexter Makefile.tmpl
   src/modules/mpm/mpmt_pthread Makefile.tmpl
   src/modules/mpm/prefork Makefile.tmpl
   src/modules/standard Makefile.tmpl
   src/os/unix Makefile.tmpl
  Log:
  Remake the unix dependencies.
  
  Revision  ChangesPath
  1.10  +8 -8  apache-2.0/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/Makefile.tmpl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -u -r1.9 -r1.10
  --- Makefile.tmpl 1999/09/27 07:25:06 1.9
  +++ Makefile.tmpl 1999/10/30 05:59:19 1.10
  @@ -123,16 +123,16 @@
   # DO NOT REMOVE
   buildmark.o: buildmark.c include/ap_config.h include/ap_mmn.h \
include/ap_config_auto.h os/unix/os.h os/unix/os-inline.c \
  - include/ap_ctype.h include/httpd.h lib/apr/include/apr_general.h \
  - lib/apr/include/apr_config.h lib/apr/include/apr_errno.h \
  - lib/apr/include/apr_lib.h lib/apr/include/apr_file_io.h \
  - include/buff.h include/ap_iol.h \
  + include/ap_ctype.h include/hsregex.h include/httpd.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
  + lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
include/ap.h include/apr.h include/util_uri.h
   modules.o: modules.c include/httpd.h include/ap_config.h \
include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \
  - os/unix/os-inline.c include/ap_ctype.h lib/apr/include/apr_general.h \
  - lib/apr/include/apr_config.h lib/apr/include/apr_errno.h \
  - lib/apr/include/apr_lib.h lib/apr/include/apr_file_io.h \
  - include/buff.h include/ap_iol.h \
  + os/unix/os-inline.c include/ap_ctype.h include/hsregex.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
  + lib/apr/include/apr_file_io.h include/buff.h include/ap_iol.h \
include/ap.h include/apr.h include/util_uri.h include/http_config.h \
include/ap_hooks.h
  
  
  
  1.8   +42 -35apache-2.0/src/ap/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/Makefile.tmpl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -d -u -r1.7 -r1.8
  --- Makefile.tmpl 1999/09/27 07:19:47 1.7
  +++ Makefile.tmpl 1999/10/30 05:59:20 1.8
  @@ -40,71 +40,78 @@
   # DO NOT REMOVE
   ap_base64.o: ap_base64.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  - $(INCDIR)/ap_ctype.h $(INCDIR)/ap.h $(INCDIR)/apr.h
  + $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/ap.h \
  + $(INCDIR)/apr.h
   ap_buf.o: ap_buf.c
   ap_checkpass.o: ap_checkpass.c $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/ap_md5.h \
  - $(INCDIR)/ap_sha1.h $(INCDIR)/ap.h $(INCDIR)/apr.h
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/ap_md5.h $(INCDIR)/ap_sha1.h $(INCDIR)/ap.h \
  + $(INCDIR)/apr.h
   ap_cpystrn.o: ap_cpystrn.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h \
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  - ../lib/apr/include/apr_file_io.h \
  - $(INCDIR)/buff.h $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
  - $(INCDIR)/apr.h $(INCDIR)/util_uri.h
  + ../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
  + $(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/apr.h \
  + $(INCDIR)/util_uri.h
   ap_execve.o: ap_execve.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h \
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  - ../lib/apr/include/apr_file_io.h \
  - $(INCDIR)/buff.h $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
  - $(INCDIR)/apr.h $(INCDIR)/util_uri.h
  + ../lib/apr/include/apr_file_io.h $(INCDIR)/buff.h \
  + $(INCDIR)/ap_iol.h $(INCDIR)/ap.h $(INCDIR)/apr.h \
  + $(INCDIR)/util_uri.h
   

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-09-01 Thread rbb
rbb 99/09/01 07:38:41

  Modified:src  Makefile.tmpl
   src/ap   Makefile.tmpl
   src/lib/apr/include apr_lib.h
   src/lib/apr/lib apr_getpass.c
   src/main Makefile.tmpl
   src/modules/mpm/mpmt_pthread Makefile.tmpl
   src/modules/standard Makefile.tmpl
   src/os/unix Makefile.tmpl
  Removed: src/include alloc.h
   src/main alloc.c
  Log:
  Remove alloc.c and alloc.h from apache.  ALL of their functions have moved
  into APR.  Also, re-make dependancies to reflect this change.  These files
  were left in after the pool-context change, to make it easier to back
  out the change.  There have been no complaints, so they are going away now.
  
  Revision  ChangesPath
  1.4   +12 -5 apache-2.0/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/Makefile.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.tmpl 1999/08/31 05:31:59 1.3
  +++ Makefile.tmpl 1999/09/01 14:38:34 1.4
  @@ -123,10 +123,17 @@
   # DO NOT REMOVE
   buildmark.o: buildmark.c include/ap_config.h include/ap_mmn.h \
include/ap_config_auto.h os/unix/os.h os/unix/os-inline.c \
  - include/ap_ctype.h include/httpd.h include/buff.h \
  - include/ap_iol.h include/ap.h include/apr.h include/util_uri.h
  + include/ap_ctype.h include/hsregex.h include/httpd.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
  + lib/apr/include/apr_file_io.h lib/apr/include/hsregex.h \
  + include/buff.h include/ap_iol.h include/ap.h include/apr.h \
  + include/util_uri.h
   modules.o: modules.c include/httpd.h include/ap_config.h \
include/ap_mmn.h include/ap_config_auto.h os/unix/os.h \
  - os/unix/os-inline.c include/ap_ctype.h include/buff.h \
  - include/ap_iol.h include/ap.h include/apr.h include/util_uri.h \
  - include/http_config.h include/ap_hooks.h
  + os/unix/os-inline.c include/ap_ctype.h include/hsregex.h \
  + lib/apr/include/apr_general.h lib/apr/include/apr_config.h \
  + lib/apr/include/apr_errno.h lib/apr/include/apr_lib.h \
  + lib/apr/include/apr_file_io.h lib/apr/include/hsregex.h \
  + include/buff.h include/ap_iol.h include/ap.h include/apr.h \
  + include/util_uri.h include/http_config.h include/ap_hooks.h
  
  
  
  1.4   +42 -14apache-2.0/src/ap/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/Makefile.tmpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.tmpl 1999/08/31 05:32:04 1.3
  +++ Makefile.tmpl 1999/09/01 14:38:36 1.4
  @@ -38,48 +38,76 @@
 rm Makefile.new
   
   # DO NOT REMOVE
  -ap_buf.o: ap_buf.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
  +ap_base64.o: ap_base64.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  - $(INCDIR)/ap_ctype.h $(INCDIR)/ap_buf.h
  + $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/ap.h \
  + $(INCDIR)/apr.h
  +ap_buf.o: ap_buf.c
  +ap_checkpass.o: ap_checkpass.c $(INCDIR)/ap_config.h \
  + $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/ap_md5.h $(INCDIR)/ap_sha1.h $(INCDIR)/ap.h \
  + $(INCDIR)/apr.h
   ap_cpystrn.o: ap_cpystrn.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/alloc.h \
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  + ../lib/apr/include/apr_file_io.h ../lib/apr/include/hsregex.h \
$(INCDIR)/buff.h $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
$(INCDIR)/apr.h $(INCDIR)/util_uri.h
   ap_execve.o: ap_execve.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \
$(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h $(OSDIR)/os.h \
  - $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/alloc.h \
  + $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h \
  + ../lib/apr/include/apr_general.h ../lib/apr/include/apr_config.h \
  + ../lib/apr/include/apr_errno.h ../lib/apr/include/apr_lib.h \
  + ../lib/apr/include/apr_file_io.h ../lib/apr/include/hsregex.h \
$(INCDIR)/buff.h $(INCDIR)/ap_iol.h $(INCDIR)/ap.h \
$(INCDIR)/apr.h $(INCDIR)/util_uri.h
   ap_fnmatch.o: ap_fnmatch.c $(INCDIR)/ap_config.h $(INCDIR)/ap_mmn.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(OSDIR)/os-inline.c \
  - $(INCDIR)/ap_ctype.h $(INCDIR)/fnmatch.h
  + $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h $(INCDIR)/fnmatch.h
   ap_getpass.o: