Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 25848 invoked by uid 6000); 4 Feb 2000 12:52:24 -0000 Received: (qmail 25839 invoked from network); 4 Feb 2000 12:52:23 -0000 Received: from web1.ntrnet.net (206.66.160.5) by taz.hyperreal.org with SMTP; 4 Feb 2000 12:52:23 -0000 Received: from mail.ntrnet.net (mail.ntrnet.net [206.66.160.4]) by web1.ntrnet.net (8.8.5/8.8.5) with ESMTP id HAA04517 for ; Fri, 4 Feb 2000 07:52:21 -0500 Received: from shell.ntrnet.net (squid.ntrnet.net [206.66.160.7]) by mail.ntrnet.net (Postfix) with ESMTP id C524676807 for ; Fri, 4 Feb 2000 07:52:21 -0500 (EST) Received: (from rbb@localhost) by shell.ntrnet.net (8.8.5/8.8.5) id HAA23357; Fri, 4 Feb 2000 07:52:21 -0500 Date: Fri, 4 Feb 2000 07:52:21 -0500 (EST) From: rbb@apache.org X-Sender: rbb@shell.ntrnet.net To: new-httpd@apache.org Subject: Re: cvs commit: apache-2.0/src/lib/apr/include apr.h.in In-Reply-To: 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 Status: O On Fri, 4 Feb 2000, Tony Finch wrote: > rbb@hyperreal.org wrote: > > > > +if test "$ac_cv_enable_shmem" = "no"; then > > +else > > + if test "$ac_cv_enable_shmem" = "mm"; then > > + else > > + if test "$ac_cv_enable_shmem" = "file"; then > > + else > > + if test "$ac_cv_enable_shmem" = "key"; then > > + fi > > + fi > > + fi > > +fi > > Why not `elif`? or even `case`? Because this is in the very early stages of being finished, but at least now we are trying to determine what the shared memory routines should look like. I was afraid that operating systems other than Linux were going to be horribly broken if I left the static defines in, so I commited my first set of changes, and planned on cleaning everything up either today or this weekend. Ryan 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. -------------------------------------------------------------------------------