You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/09/11 11:14:07 UTC

cvs commit: tcl-websh/src/generic cfg.h modwebsh.h request.c webout.c

ronnie      2002/09/11 02:14:07

  Modified:    src/generic cfg.h modwebsh.h request.c webout.c
  Log:
  - header file tweaks for win32
  
  Revision  Changes    Path
  1.6       +4 -1      tcl-websh/src/generic/cfg.h
  
  Index: cfg.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/cfg.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cfg.h	25 Jul 2002 10:10:22 -0000	1.5
  +++ cfg.h	11 Sep 2002 09:14:06 -0000	1.6
  @@ -48,4 +48,7 @@
   
   int Web_Cfg(ClientData clientData,
   	    Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]);
  +
  +int Web_ConfigPath(Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]);
  +
   #endif
  
  
  
  1.5       +2 -3      tcl-websh/src/generic/modwebsh.h
  
  Index: modwebsh.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/modwebsh.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- modwebsh.h	18 Apr 2002 14:40:11 -0000	1.4
  +++ modwebsh.h	11 Sep 2002 09:14:06 -0000	1.5
  @@ -14,6 +14,7 @@
    */
   
   #include "tcl.h"
  +#include "cfg.h"
   
   #ifndef MODWEBSH_H
   #define MODWEBSH_H
  @@ -34,8 +35,6 @@
   
   int Web_InterpClassCfg(ClientData clientData,
   		       Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]);
  -
  -int Web_ConfigPath(Tcl_Interp * interp, int objc, Tcl_Obj * CONST objv[]);
   
   int modwebsh_createcmd(Tcl_Interp * interp);
   
  
  
  
  1.15      +4 -3      tcl-websh/src/generic/request.c
  
  Index: request.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/request.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- request.c	25 Jul 2002 10:10:22 -0000	1.14
  +++ request.c	11 Sep 2002 09:14:06 -0000	1.15
  @@ -19,10 +19,11 @@
   #include "crypt.h"
   #include <stdio.h>
   #include "log.h"
  -#include <sys/errno.h>
   
   #ifdef WIN32
  -#  include <time.h>
  +#include <errno.h>
  +#else
  +#include <sys/errno.h>
   #endif
   
   /*void dRequestData(ClientData clientData)
  
  
  
  1.9       +2 -1      tcl-websh/src/generic/webout.c
  
  Index: webout.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webout.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- webout.c	17 Apr 2002 11:27:37 -0000	1.8
  +++ webout.c	11 Sep 2002 09:14:06 -0000	1.9
  @@ -19,6 +19,7 @@
   #include "args.h"		/* arg processing */
   #include "webutl.h"
   #include "hashutl.h"
  +#include "request.h"
   #include "paramlist.h"		/* destroyParamList */
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org