Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 78947 invoked from network); 26 Sep 2007 23:38:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 23:38:04 -0000 Received: (qmail 25065 invoked by uid 500); 26 Sep 2007 23:37:51 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 25028 invoked by uid 500); 26 Sep 2007 23:37:51 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 25015 invoked by uid 99); 26 Sep 2007 23:37:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 16:37:51 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.182] (HELO smtpauth02.prod.mesa1.secureserver.net) (64.202.165.182) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Sep 2007 23:37:52 +0000 Received: (qmail 31944 invoked from network); 26 Sep 2007 23:37:29 -0000 Received: from unknown (24.15.193.17) by smtpauth02.prod.mesa1.secureserver.net (64.202.165.182) with ESMTP; 26 Sep 2007 23:37:28 -0000 Message-ID: <46FAED38.9090408@rowe-clan.net> Date: Wed, 26 Sep 2007 18:37:28 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Win32 httpd 2.2.6 installer missing mod_auth.h? References: <88e286470709261602m19160067n13210aabaf67651a@mail.gmail.com> In-Reply-To: <88e286470709261602m19160067n13210aabaf67651a@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Graham Dumpleton wrote: > > Is this an oversight in the packaging up of Win32 installer, or is the > presumption that one can use this package to compile modules against > which need auth provider support wrong? Researching; I suspect that mod_auth.h isn't propagated into the include/ directory by the windows build. We should probably cut out all of the -I"../modules/foo" references and drop in copy targets across the board to move any public include to the top level include/ tree. Once the build deposits them all into include/, everything will be happy. The other question of course, did these public includes ever belong in the modules/ tree in the first place?