From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Webb Subject: Re: [PATCH v2] Replace hard-coded path with one from Date: Fri, 9 Apr 2010 06:45:36 +0100 Message-ID: <20100409054536.GB2151@arachsys.com> References: <186fa4afcc08ad6ba10906a231c437536fbdb8e9.1270412075.git.chris@arachsys.com> <7vk4sm7vao.fsf@alter.siamese.dyndns.org> <20100404222801.GB31315@arachsys.com> <20100406163525.GF15306@arachsys.com> <20100406163643.GG15306@arachsys.com> <20100408105850.GD2146@arachsys.com> <20100408115706.GE2077@arachsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano , git@vger.kernel.org To: kusmabite@gmail.com X-From: git-owner@vger.kernel.org Fri Apr 09 07:48:27 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O074t-0007XV-7G for gcvg-git-2@lo.gmane.org; Fri, 09 Apr 2010 07:48:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754769Ab0DIFrb (ORCPT ); Fri, 9 Apr 2010 01:47:31 -0400 Received: from alpha.arachsys.com ([91.203.57.7]:39904 "EHLO alpha.arachsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754481Ab0DIFra (ORCPT ); Fri, 9 Apr 2010 01:47:30 -0400 Received: from [91.137.68.80] (helo=miranda.arachsys.com) by alpha.arachsys.com with esmtpa (Exim 4.52) id 1O073w-000160-9O; Fri, 09 Apr 2010 06:47:28 +0100 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Erik Faye-Lund writes: > Are you sure that all non-Windows platforms have paths.h? It seems > that at least some Open Solaris versions[1] are missing it as well. > Perhaps this should be guarded by a HAVE_PATHS_H define instead? Yes, you're probably right. I'll just set HAVE_PATHS_H for the platforms I'm sure (or can check) have it for now. Cheers, Chris.