Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 69331 invoked from network); 29 Oct 2005 20:56:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Oct 2005 20:56:38 -0000 Received: (qmail 88069 invoked by uid 500); 29 Oct 2005 20:56:38 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 88042 invoked by uid 500); 29 Oct 2005 20:56:37 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 88031 invoked by uid 99); 29 Oct 2005 20:56:37 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 29 Oct 2005 13:56:37 -0700 Received: (qmail 69290 invoked by uid 65534); 29 Oct 2005 20:56:17 -0000 Message-ID: <20051029205617.69287.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r329480 - /apr/apr-util/trunk/build/nw_apu_export.inc Date: Sat, 29 Oct 2005 20:56:16 -0000 To: commits@apr.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nd Date: Sat Oct 29 13:56:12 2005 New Revision: 329480 URL: http://svn.apache.org/viewcvs?rev=329480&view=rev Log: fix line endings Modified: apr/apr-util/trunk/build/nw_apu_export.inc (contents, props changed) Modified: apr/apr-util/trunk/build/nw_apu_export.inc URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/build/nw_apu_export.inc?rev=329480&r1=329479&r2=329480&view=diff ============================================================================== --- apr/apr-util/trunk/build/nw_apu_export.inc (original) +++ apr/apr-util/trunk/build/nw_apu_export.inc Sat Oct 29 13:56:12 2005 @@ -1,36 +1,36 @@ - -/* Must include apu.h first so that we can undefine - the standard prototypes macros after it messes with - them. */ -#include "apu.h" - -#undef APU_DECLARE -#undef APU_DECLARE_NONSTD -#undef APU_DECLARE_DATA - -/* Preprocess all of the standard APR headers. */ -#include "apr_anylock.h" -#include "apr_base64.h" -#include "apr_buckets.h" -#include "apr_date.h" -#include "apr_dbd.h" -#include "apr_dbm.h" -#include "apr_hooks.h" -#include "apr_ldap.h" -#include "apr_ldap_url.h" -#include "apr_md4.h" -#include "apr_md5.h" -#include "apr_memcache.h" -#include "apr_optional.h" -#include "apr_optional_hooks.h" -#include "apr_queue.h" -#include "apr_reslist.h" -#include "apr_rmm.h" -#include "apr_sdbm.h" -#include "apr_sha1.h" -#include "apr_strmatch.h" -#include "apr_uri.h" -#include "apr_uuid.h" -#include "apr_xlate.h" -#include "apr_xml.h" -#include "apu_want.h" + +/* Must include apu.h first so that we can undefine + the standard prototypes macros after it messes with + them. */ +#include "apu.h" + +#undef APU_DECLARE +#undef APU_DECLARE_NONSTD +#undef APU_DECLARE_DATA + +/* Preprocess all of the standard APR headers. */ +#include "apr_anylock.h" +#include "apr_base64.h" +#include "apr_buckets.h" +#include "apr_date.h" +#include "apr_dbd.h" +#include "apr_dbm.h" +#include "apr_hooks.h" +#include "apr_ldap.h" +#include "apr_ldap_url.h" +#include "apr_md4.h" +#include "apr_md5.h" +#include "apr_memcache.h" +#include "apr_optional.h" +#include "apr_optional_hooks.h" +#include "apr_queue.h" +#include "apr_reslist.h" +#include "apr_rmm.h" +#include "apr_sdbm.h" +#include "apr_sha1.h" +#include "apr_strmatch.h" +#include "apr_uri.h" +#include "apr_uuid.h" +#include "apr_xlate.h" +#include "apr_xml.h" +#include "apu_want.h" Propchange: apr/apr-util/trunk/build/nw_apu_export.inc ------------------------------------------------------------------------------ svn:eol-style = native