From: Vlad S. <ser...@us...> - 2005-02-16 15:05:54
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13754 Modified Files: configure Log Message: Binder suppport for different protocols added, supported TCP/UDP/ICMP/UNIX protocols. Added Ns_SockListenUdp,Ns_SockListenRaw,Ns_SockListenUnix functions. Backported sockopen command from 4.1 tree with -localhost/-localport options. db select will reuse exception which driver set otherwise will set standard error about wrong query. Index: configure =================================================================== RCS file: /cvsroot/naviserver/naviserver/configure,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** configure 16 Feb 2005 08:38:46 -0000 1.1.1.1 --- configure 16 Feb 2005 15:05:45 -0000 1.2 *************** *** 12,16 **** ac_default_prefix=/usr/local # Any additions from configure.in: ! ac_default_prefix=/usr/local/aolserver ac_help="$ac_help --with-tcl directory containing tcl configuration (tclConfig.sh)" --- 12,16 ---- ac_default_prefix=/usr/local # Any additions from configure.in: ! ac_default_prefix=/usr/local/ns ac_help="$ac_help --with-tcl directory containing tcl configuration (tclConfig.sh)" *************** *** 996,1003 **** # ! # TCL_SHLIB_LD from tclConfig.sh is not quite right for aolserver. # ! test "x$prefix" = "xNONE" && prefix="/usr/local/aolserver" system=`uname` case "$system" in --- 996,1003 ---- # ! # TCL_SHLIB_LD from tclConfig.sh is not quite right for naviserver. # ! test "x$prefix" = "xNONE" && prefix="/usr/local/ns" system=`uname` case "$system" in *************** *** 1043,1047 **** esac SRCDIR=`cd $srcdir; pwd` ! AOLSERVER=$prefix --- 1043,1047 ---- esac SRCDIR=`cd $srcdir; pwd` ! NAVISERVER=$prefix *************** *** 1056,1060 **** # ! # Additional AOLserver checks. # --- 1056,1060 ---- # ! # Additional naviserver checks. # *************** *** 2165,2169 **** s%@CCRPATHS@%$CCRPATHS%g s%@LDRPATHS@%$LDRPATHS%g ! s%@AOLSERVER@%$AOLSERVER%g s%@CPP@%$CPP%g s%@STATIC_BUILD@%$STATIC_BUILD%g --- 2165,2169 ---- s%@CCRPATHS@%$CCRPATHS%g s%@LDRPATHS@%$LDRPATHS%g ! s%@NAVISERVER@%$NAVISERVER%g s%@CPP@%$CPP%g s%@STATIC_BUILD@%$STATIC_BUILD%g |