Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id OAA15120; Tue, 17 Jun 1997 14:23:56 -0700 (PDT) Received: from gate-isdn.ukweb.com (gate-isdn.ukweb.com [194.152.65.149]) by hyperreal.com (8.8.5/8.8.5) with SMTP id OAA15103 for ; Tue, 17 Jun 1997 14:23:48 -0700 (PDT) Received: from aardvark.ukweb.com [192.168.2.4] by gate-isdn.ukweb.com with smtp (Exim 1.61 #1) id 0we5jV-0001uf-00; Tue, 17 Jun 1997 22:24:09 +0100 Date: Tue, 17 Jun 1997 22:21:37 +0100 (BST) From: Paul Sutton To: new-httpd@apache.org Subject: Re: cvs commit: apache/src multithread.h In-Reply-To: <199706161629.LAA29262@sierra.zyzzyva.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 On Mon, 16 Jun 1997, Randy Terbush wrote: > How about if we create a /src/os directory and put the nt stuff in > /src/os/nt and start a /src/os/unix for things like this? Should the os directory exist at the top level instead of inside src? We have compiled programs in /support and (possibily in the future) /cgi-src which will need access to the same multi-platform abstractions. Also there should be an emx directory as well as nt and unix, so we can get rid of the ifdef __EMX__'s throughout the code. Umm, are all the unix variants going to be treated as one platform as far as this abstraction is concerned? It might be neater to have a directory per Unix variant as well, to stop the conf.h getting longer and longer. //pcs