Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 66383 invoked by uid 500); 12 Sep 2000 16:21:46 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 66356 invoked from network); 12 Sep 2000 16:21:43 -0000 Message-ID: <039c01c01cd6$5425db00$e4421b09@raleigh.ibm.com> From: "Bill Stoddard" To: References: <39BE50A6.948C1EE3@raleigh.ibm.com> Subject: Re: [Patch] Enable native build on IBM's IA64 version of AIX. Date: Tue, 12 Sep 2000 12:27:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > Index: apache-1.3/src/modules/standard/mod_rewrite.h > =================================================================== > RCS file: /home/cvspublic/apache-1.3/src/modules/standard/mod_rewrite.h,v > retrieving revision 1.66 > diff -u -r1.66 mod_rewrite.h > --- apache-1.3/src/modules/standard/mod_rewrite.h 1999/10/21 20:45:38 1.66 > +++ apache-1.3/src/modules/standard/mod_rewrite.h 2000/09/12 15:40:26 > @@ -168,7 +168,7 @@ > #include > #endif > #endif > -#ifdef AIX > +#if defined(AIX) || defined(IA64) > #undef USE_FLOCK > #define USE_FCNTL 1 > #include This doesn't look right. Shouldn't IA64 be something like AIXIA64 or AIX64 or ??? Bill