Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 6858 invoked by uid 6000); 13 Jul 1998 02:08:05 -0000 Received: (qmail 6833 invoked from network); 13 Jul 1998 02:07:59 -0000 Received: from devsys.jagunet.com (206.156.208.6) by taz.hyperreal.org with SMTP; 13 Jul 1998 02:07:59 -0000 Received: (from jim@localhost) by devsys.jaguNET.com (8.8.8/jag-2.4) id WAA18314 for new-httpd@apache.org; Sun, 12 Jul 1998 22:07:55 -0400 (EDT) From: Jim Jagielski Message-Id: <199807130207.WAA18314@devsys.jaguNET.com> Subject: Re: CHANGES: Autogenerate some HAVE_XXXXX_H To: new-httpd@apache.org Date: Sun, 12 Jul 1998 22:07:55 -0400 (EDT) In-Reply-To: <199807130159.VAA18201@devsys.jaguNET.com> from "Jim Jagielski" at Jul 12, 98 09:59:05 pm X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Jim Jagielski wrote: > > Yep. Looks like the right fix to me. > > +1 > Hold on.... I'm not that sure about the ifndef HAVE_CONF_AUTO_H stuff. Since HAVE_CONF_AUTO_H is defined in os.h we can't check to see if it's defined first. But why the check for HAVE_CONF_AUTO_H in the first place? Looks like just WIN32 doesn't want it so maybe just the below would be better: #ifdef WIN32 /* include process.h first so we can override spawn[lv]e* properly */ #include #include "../os/win32/os.h" #else + #include "conf_auto.h" #include "os.h" #endif and get rid of HAVE_CONF_AUTO_H entirely? -- =========================================================================== Jim Jagielski ||| jim@jaguNET.com ||| http://www.jaguNET.com/ "That's no ordinary rabbit... that's the most foul, cruel and bad-tempered rodent you ever laid eyes on"