You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/07/20 17:16:31 UTC

svn commit: r1148812 - /subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw

Author: philip
Date: Wed Jul 20 15:16:30 2011
New Revision: 1148812

URL: http://svn.apache.org/viewvc?rev=1148812&view=rev
Log:
On 1.7.x-neon-default branch: make neon, rather than serf, the default.

* subversion/svn_private_config.hw: Change DEFAULT_HTTP_LIBRARY.

Modified:
    subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw

Modified: subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw?rev=1148812&r1=1148811&r2=1148812&view=diff
==============================================================================
--- subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw (original)
+++ subversion/branches/1.7.x-neon-default/subversion/svn_private_config.hw Wed Jul 20 15:16:30 2011
@@ -59,7 +59,7 @@
 #define DEFAULT_FS_TYPE "fsfs"
 
 /* The default HTTP library to use */
-#define DEFAULT_HTTP_LIBRARY "serf"
+#define DEFAULT_HTTP_LIBRARY "neon"
 
 /* Define to the Python/C API format character suitable for apr_int64_t */
 #if defined(_WIN64)