You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by nd...@apache.org on 2005/10/29 22:56:16 UTC

svn commit: r329480 - /apr/apr-util/trunk/build/nw_apu_export.inc

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