From 7880c77cb355076167737c6e0d34d8a52aeec07a Mon Sep 17 00:00:00 2001 From: Rahul Jain <rahulj@apache.org> Date: Thu, 11 May 2000 23:40:53 +0000 Subject: [PATCH] Start using the socket based netaccessor by default on most Unix platforms. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172106 13f79535-47bb-0310-9956-ffa450edef68 --- src/runConfigure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runConfigure b/src/runConfigure index 11ef8e866..f77c155ef 100755 --- a/src/runConfigure +++ b/src/runConfigure @@ -132,7 +132,7 @@ fi debug=off # by default debug is off transcoder=native # by default use native transcoder msgloader=inmem # by default use native transcoder -netaccessor=fileonly # by default use fileonly +netaccessor=socket # by default use socket (can do HTTP URL's) configureoptions="" for i in $* @@ -356,7 +356,7 @@ export MESSAGELOADER # Check for the type of net accessor # -NETACCESSOR=FileOnly # By default use file-only +NETACCESSOR=Socket # By default use socket (does HTTP URL's) if test $netaccessor ; then case $netaccessor in fileonly) -- GitLab