You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2001/07/13 03:15:39 UTC

cvs commit: jakarta-tomcat-connectors/webapp/lib wa_main.c

pier        01/07/12 18:15:39

  Modified:    webapp/lib wa_main.c
  Log:
  Removed forced debugging from library (moving to configure option --enable-debug)
  
  Revision  Changes    Path
  1.8       +1 -5      jakarta-tomcat-connectors/webapp/lib/wa_main.c
  
  Index: wa_main.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/lib/wa_main.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- wa_main.c	2001/07/09 22:02:09	1.7
  +++ wa_main.c	2001/07/13 01:15:36	1.8
  @@ -55,12 +55,8 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* @version $Id: wa_main.c,v 1.7 2001/07/09 22:02:09 pier Exp $ */
  +/* @version $Id: wa_main.c,v 1.8 2001/07/13 01:15:36 pier Exp $ */
   #include <wa.h>
  -
  -#ifndef DEBUG
  -#define DEBUG
  -#endif
   
   /* The current APR memory pool. */
   apr_pool_t *wa_pool=NULL;