From: Vlad S. <ser...@us...> - 2005-06-27 16:22:42
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4386/nsd Modified Files: tclcmds.c Log Message: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to allow nsd to be compiled on Unix again Index: tclcmds.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/tclcmds.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tclcmds.c 24 Jun 2005 08:43:21 -0000 1.14 --- tclcmds.c 27 Jun 2005 16:22:30 -0000 1.15 *************** *** 589,595 **** * nswin32.c */ ! {"ns_failservice", NULL, NsTclFailServiceObjCmd}, ! /* * Add more server Tcl commands here. --- 589,595 ---- * nswin32.c */ ! #ifdef WIN32 {"ns_failservice", NULL, NsTclFailServiceObjCmd}, ! #endif /* * Add more server Tcl commands here. |