Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 37561 invoked from network); 4 Aug 2004 08:05:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Aug 2004 08:05:20 -0000 Received: (qmail 42783 invoked by uid 500); 4 Aug 2004 07:44:37 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 42755 invoked by uid 500); 4 Aug 2004 07:44:36 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 42738 invoked by uid 500); 4 Aug 2004 07:44:36 -0000 Received: (qmail 42731 invoked by uid 99); 4 Aug 2004 07:44:35 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 04 Aug 2004 00:44:35 -0700 Received: (qmail 30017 invoked by uid 1303); 4 Aug 2004 07:44:34 -0000 Date: 4 Aug 2004 07:44:34 -0000 Message-ID: <20040804074434.30016.qmail@minotaur.apache.org> From: jfclere@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jfclere 2004/08/04 00:44:34 Modified: ajp/proxy proxy_util.c Log: Make sure that APR_MAJOR_VERSION is defined. Revision Changes Path 1.4 +1 -0 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/proxy/proxy_util.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- proxy_util.c 4 Aug 2004 06:55:33 -0000 1.3 +++ proxy_util.c 4 Aug 2004 07:44:34 -0000 1.4 @@ -16,6 +16,7 @@ /* Utility routines for Apache proxy */ #include "mod_proxy.h" #include "ap_mpm.h" +#include "apr_version.h" #if (APR_MAJOR_VERSION < 1) #undef apr_socket_create --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org