You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/16 10:20:36 UTC

cvs commit: httpd-2.0/support ab.c ab.dsp

wrowe       01/08/16 01:20:36

  Modified:    support  ab.c ab.dsp
  Log:
    Now that it's apr'ized, ab is most definately in a 2.0 revision cycle,
    and definately needs to track the Apache revision (especially because of
    apr and apr-util!)
  
  Revision  Changes    Path
  1.81      +5 -6      httpd-2.0/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/ab.c,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- ab.c	2001/07/20 09:51:43	1.80
  +++ ab.c	2001/08/16 08:20:36	1.81
  @@ -115,8 +115,6 @@
    *   only an issue for loopback usage
    */
   
  -#define AB_VERSION "1.3e"
  -
   /*  -------------------------------------------------------------------- */
   
   #if 'A' != 0x41
  @@ -139,6 +137,7 @@
   #include "apr_general.h"
   #include <signal.h>
   #include "apr_lib.h"
  +#include "ap_release.h"
   
   #define APR_WANT_STRFUNC
   #include "apr_want.h"
  @@ -1155,7 +1154,7 @@
   		"%s" "\r\n",
   		(posting == 0) ? "GET" : "HEAD",
   		(isproxy) ? fullurl : path,
  -		AB_VERSION,
  +		AP_SERVER_BASEREVISION,
   		keepalive ? "Connection: Keep-Alive\r\n" : "",
   		cookie, auth, host_field, hdrs);
       }
  @@ -1170,7 +1169,7 @@
   		"%s"
   		"\r\n",
   		(isproxy) ? fullurl : path,
  -		AB_VERSION,
  +		AP_SERVER_BASEREVISION,
   		keepalive ? "Connection: Keep-Alive\r\n" : "",
   		cookie, auth,
   		host_field, postlen,
  @@ -1302,14 +1301,14 @@
   static void copyright(void)
   {
       if (!use_html) {
  -	printf("This is ApacheBench, Version %s\n", AB_VERSION " <$Revision: 1.80 $> apache-2.0");
  +	printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.81 $> apache-2.0");
   	printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
   	printf("Copyright (c) 1998-2001 The Apache Software Foundation, http://www.apache.org/\n");
   	printf("\n");
       }
       else {
   	printf("<p>\n");
  -	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AB_VERSION, "$Revision: 1.80 $");
  +	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.81 $");
   	printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
   	printf(" Copyright (c) 1998-2001 The Apache Software Foundation, http://www.apache.org/<br>\n");
   	printf("</p>\n<p>\n");
  
  
  
  1.18      +2 -2      httpd-2.0/support/ab.dsp
  
  Index: ab.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/ab.dsp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ab.dsp	2001/08/16 07:20:15	1.17
  +++ ab.dsp	2001/08/16 08:20:36	1.18
  @@ -42,7 +42,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /FD /c
  -# ADD CPP /nologo /MD /W3 /O2 /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Release/ab" /FD /c
  +# ADD CPP /nologo /MD /W3 /O2 /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Release/ab" /FD /c
   # ADD BASE RSC /l 0x409 /d "NDEBUG"
   # ADD RSC /l 0x409 /d "NDEBUG"
   BSC32=bscmake.exe
  @@ -66,7 +66,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /FD /c
  -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Debug/ab" /FD /c
  +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /I "../include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Debug/ab" /FD /c
   # ADD BASE RSC /l 0x409 /d "_DEBUG"
   # ADD RSC /l 0x409 /d "_DEBUG"
   BSC32=bscmake.exe