cvs commit: apache-1.3/src/modules/experimental Makefile.tmpl

1998-03-28 Thread dgaudet
dgaudet 98/03/28 04:06:55

  Modified:src  CHANGES
   src/ap   Makefile.tmpl
   src/modules/experimental Makefile.tmpl
  Log:
  a few cleanups after apapi_vformatter
  
  Revision  ChangesPath
  1.742 +4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.741
  retrieving revision 1.742
  diff -u -r1.741 -r1.742
  --- CHANGES   1998/03/28 11:58:13 1.741
  +++ CHANGES   1998/03/28 12:06:52 1.742
  @@ -8,6 +8,10 @@
various bits of code which used ap_snprintf()/pstrdup().
[Dean Gaudet]
   
  +  *) PORT: HAVE_SNPRINTF doesn't do anything any longer.  This is because
  + ap_snprintf() has different semantics and formatting codes than
  + snprintf().  [Dean Gaudet]
  +
 *) SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time.  This
is necessary on at least Solaris where the /etc/rc?.d scripts
are run with these signals ignored, and SIG_IGN settings are
  
  
  
  1.18  +4 -2  apache-1.3/src/ap/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/ap/Makefile.tmpl,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.tmpl 1998/03/17 15:42:26 1.17
  +++ Makefile.tmpl 1998/03/28 12:06:54 1.18
  @@ -51,8 +51,10 @@
../os/unix/os.h $(INCDIR)/hide.h $(INCDIR)/hsregex.h \
$(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
$(INCDIR)/util_uri.h $(INCDIR)/http_log.h
  -ap_snprintf.o: ap_snprintf.c $(INCDIR)/conf.h ../os/unix/os.h \
  - $(INCDIR)/hide.h $(INCDIR)/hsregex.h
  +ap_snprintf.o: ap_snprintf.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
  + ../os/unix/os.h $(INCDIR)/hide.h $(INCDIR)/hsregex.h \
  + $(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  + $(INCDIR)/util_uri.h
   ap_strings.o: ap_strings.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
../os/unix/os.h $(INCDIR)/hide.h $(INCDIR)/hsregex.h \
$(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \
  
  
  
  1.6   +2 -1  apache-1.3/src/modules/experimental/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/modules/experimental/Makefile.tmpl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.tmpl 1998/03/17 15:42:29 1.5
  +++ Makefile.tmpl 1998/03/28 12:06:55 1.6
  @@ -20,4 +20,5 @@
$(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
$(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_log.h \
  - $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h
  + $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
  + $(INCDIR)/http_core.h
  
  
  


cvs commit: apache-1.3/src/modules/experimental Makefile.tmpl

1998-02-10 Thread brian
brian   98/02/10 01:49:28

  Added:   src/modules README
  Log:
  Added a README file to explain hierarchy.
  
  Revision  ChangesPath
  1.1  apache-1.3/src/modules/README
  
  Index: README
  ===
  The directory structure for this level is as follows:
  
  standard/
  
In this directory are the standard supported modules for 
Apache.  Not all are compiled by default.
  
  proxy/
  
This houses the code for the proxy module for Apache.
  
  experimental/
  
In this directory we've placed some modules which we think
provide some pretty interesting functionality, but which
are still in the early stages of development and could
evolve radically in the future.  This code isn't supported
officially.
  
  extra/
  
This is the directory for third-party modules, such as
mod_perl, mod_php, or mod_jserv.
  
  test/
  
This directory houses modules which test various components 
of Apache.  You should not compile these into a production
server.  
  
  example/
  
This directory houses example modules, to help module authors
figure their way around the Apache API and module concept.
  
  
  
  
  

  Added:   src/modules/experimental Makefile.tmpl
  Log:
  Added a README file to explain hierarchy.
  
  Added a default Makefile template for this level.
  
  Revision  ChangesPath
  1.1  apache-1.3/src/modules/experimental/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  # default Makefile.tmpl to force Configure to create a Makefile