Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 6453 invoked by uid 6000); 20 Jan 2000 22:08:11 -0000 Received: (qmail 6317 invoked from network); 20 Jan 2000 22:08:04 -0000 Received: from smtp.ntrnet.net (206.66.160.16) by taz.hyperreal.org with SMTP; 20 Jan 2000 22:08:04 -0000 Received: from mail.ntrnet.net (mail.ntrnet.net [206.66.160.4]) by smtp.ntrnet.net (Postfix) with ESMTP id 649541F015 for ; Thu, 20 Jan 2000 17:08:02 -0500 (EST) Received: from shell.ntrnet.net (squid.ntrnet.net [206.66.160.7]) by mail.ntrnet.net (Postfix) with ESMTP id EA2D276807 for ; Thu, 20 Jan 2000 17:08:01 -0500 (EST) Received: (from rbb@localhost) by shell.ntrnet.net (8.8.5/8.8.5) id RAA13621; Thu, 20 Jan 2000 17:08:01 -0500 Date: Thu, 20 Jan 2000 17:08:01 -0500 (EST) From: rbb@apache.org X-Sender: rbb@shell.ntrnet.net To: new-httpd@apache.org Subject: Re: AP_USE_HSREGEX In-Reply-To: <012301bf638d$aaac2450$064b2509@raleigh.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Please look again. The problem is that you are looking in files that are extracted on a Windows box. This macro is generated by autoconf on a Unix box. As we have stated multiple times, platforms that do not have autoconf must define their own header files to replace those that autoconf generates. This means that for Windows, we will need an ap_windows_auto_conf.h which defines everything that is generated by autoconf on unix. The best way to do this is the extract to a unix box and run ./buildconf (or get somebody to send a copy of ap_auto_config.h to you) and then just go through and modify the macro defintions so they make sense for windows. Then, just commit this file, and modify ap_config to include it where we would normally include ap_auto_config.h on Unix. Ryan On Thu, 20 Jan 2000, Bill Stoddard wrote: > It's not defined anywhere that is obvious. The problem is that Windows needs > to define AP_USE_HSREGEX. Probably can happen as part of the autoconf stuff > in Unix. > > Bill > ----- Original Message ----- > From: > To: > Sent: Thursday, January 20, 2000 4:13 PM > Subject: Re: AP_USE_HSREGEX > > > > > > This macro is currently defined somewhere, I believe it is in > > ap_ac_config.h, but I could be wrong. what is wrong with where it is > > currently defined? > > > > Ryan > > > > On Thu, 20 Jan 2000, Bill Stoddard wrote: > > > > > Where is the best place to define this macro? I'm thinking os.h since it > is > > > a per OS thing and the regex libraries are not in APR (and I'm not sure > they > > > belong ther either). Would need to include os.h in httpd.h. I'm not sure > I > > > follow the thinking for the recent activity to isolate macro name spaces > so > > > I wanted to bounce this idea off the list before implementing it. > > > > > > Bill > > > > > > ________________________________________________ > > > Bill Stoddard stoddard@raleigh.ibm.com > > > > > > Come to the first official Apache Software Foundation > > > Conference! > > > > > > > > > > > > > > > > > > Come to the first official Apache Software Foundation > > Conference!!! > > > > > ____________________________________________________________________________ > ___ > > Ryan Bloom rbb@ntrnet.net > > 2121 Stonehenge Dr. Apt #3 > > Raleigh, NC 27615 Ryan Bloom -- thinker, adventurer, artist, > > writer, but mostly, friend. > > -------------------------------------------------------------------------- > ----- > > > > Come to the first official Apache Software Foundation Conference!!! _______________________________________________________________________________ Ryan Bloom rbb@ntrnet.net 2121 Stonehenge Dr. Apt #3 Raleigh, NC 27615 Ryan Bloom -- thinker, adventurer, artist, writer, but mostly, friend. -------------------------------------------------------------------------------