From julianfoad@btopenworld.com Sat Nov 13 21:06:55 2004 Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 98616 invoked by uid 99); 13 Nov 2004 21:06:55 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [81.187.81.52] (HELO smtp.aaisp.net.uk) (81.187.81.52) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 13 Nov 2004 13:06:53 -0800 Received: from [81.187.191.242] (helo=btopenworld.com) by smtp.aaisp.net.uk with esmtp (Exim 4.42) id 1CT62j-0003p7-3y for dev@apr.apache.org; Sat, 13 Nov 2004 22:06:49 +0000 Message-ID: <41967766.3000707@btopenworld.com> Date: Sat, 13 Nov 2004 21:06:46 +0000 From: Julian Foad User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: dev@apr.apache.org, dev@apr.apache.org Subject: Re: [PATCH] Fix 'apr_private.h:714:5: warning: "BEOS" is not defined' References: <41966C68.6080601@btopenworld.com> In-Reply-To: <41966C68.6080601@btopenworld.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked I also get the following warnings from similar inconsistencies in other APR files: > apr/file_io/unix/pipe.c:27:5: warning: "BEOS" is not defined > apr/file_io/unix/pipe.c:37:6: warning: "BEOS_BLOCKING" is not defined > apr/file_io/unix/pipe.c:73:6: warning: "BEOS_BLOCKING" is not defined > apr/file_io/unix/readwrite.c:23:6: warning: "BEOS_R5" is not defined > apr/support/unix/waitio.c:24:6: warning: "BEOS_R5" is not defined > apr/threadproc/unix/signals.c:430:5: warning: "APR_HAS_SIGACTION" is not defined > apr/threadproc/unix/signals.c:457:5: warning: "APR_HAS_SIGACTION" is not defined > apr-util/misc/apr_queue.c:15:5: warning: "APR_HAVE_STDIO_H" is not defined > apr-util/misc/apr_queue.c:18:5: warning: "APR_HAVE_STDLIB_H" is not defined > apr-util/misc/apr_queue.c:21:5: warning: "APR_HAVE_UNISTD_H" is not defined - Julian