You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2004/08/01 16:53:45 UTC

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.h

mturk       2004/08/01 07:53:45

  Modified:    ajp/ajplib/test ajp_header.h
  Log:
  Ensure single includes.
  
  Revision  Changes    Path
  1.3       +3 -4      jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.h
  
  Index: ajp_header.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ajp_header.h	29 Jul 2004 07:59:15 -0000	1.2
  +++ ajp_header.h	1 Aug 2004 14:53:45 -0000	1.3
  @@ -13,6 +13,8 @@
    *  See the License for the specific language governing permissions and
    *  limitations under the License.
    */
  +#ifndef AJP_HEADER_H
  +#define AJP_HEADER_H
   
   /*
    * Conditional request attributes
  @@ -160,7 +162,4 @@
   #define SC_RESP_WWW_AUTHENTICATE    (unsigned short)0xA00B
   #define SC_RES_HEADERS_NUM          11
   
  -/*
  - * Protocol elements
  - */
  -#define AJP13_FORWARD_REQUEST    (unsigned char)2
  +#endif /* AJP_HEADER_H */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org