/[dtapublic]/projs/ets/trunk/src/c_tcl_base_7_5_w_mods/tclport.h
ViewVC logotype

Diff of /projs/ets/trunk/src/c_tcl_base_7_5_w_mods/tclport.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

sf_code/esrgpcpj/shared/tcl_base/tclport.h revision 25 by dashley, Sat Oct 8 06:43:03 2016 UTC projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclport.h revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $ */  
   
 /*  
  * tclPort.h --  
  *  
  *      This header file handles porting issues that occur because  
  *      of differences between systems.  It reads in platform specific  
  *      portability files.  
  *  
  * Copyright (c) 1994-1995 Sun Microsystems, Inc.  
  *  
  * See the file "license.terms" for information on usage and redistribution  
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.  
  *  
  * RCS: @(#) $Id: tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $  
  */  
   
 #ifndef _TCLPORT  
 #define _TCLPORT  
   
 #include "tcl.h"  
   
 #if defined(__WIN32__)  
 #   include "tclWinPort.h"  
 #else  
 #   if defined(MAC_TCL)  
 #       include "tclMacPort.h"  
 #    else  
 #       include "../unix/tclUnixPort.h"  
 #    endif  
 #endif  
   
 #endif /* _TCLPORT */  
   
   
 /* $History: tclport.h $  
  *  
  * *****************  Version 1  *****************  
  * User: Dtashley     Date: 1/02/01    Time: 1:36a  
  * Created in $/IjuScripter, IjuConsole/Source/Tcl Base  
  * Initial check-in.  
  */  
   
 /* End of TCLPORT.H */  
1    /* $Header$ */
2    /*
3     * tclPort.h --
4     *
5     *      This header file handles porting issues that occur because
6     *      of differences between systems.  It reads in platform specific
7     *      portability files.
8     *
9     * Copyright (c) 1994-1995 Sun Microsystems, Inc.
10     *
11     * See the file "license.terms" for information on usage and redistribution
12     * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13     *
14     * RCS: @(#) $Id: tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $
15     */
16    
17    #ifndef _TCLPORT
18    #define _TCLPORT
19    
20    #include "tcl.h"
21    
22    #if defined(__WIN32__)
23    #   include "tclWinPort.h"
24    #else
25    #   if defined(MAC_TCL)
26    #       include "tclMacPort.h"
27    #    else
28    #       include "../unix/tclUnixPort.h"
29    #    endif
30    #endif
31    
32    #endif /* _TCLPORT */
33    
34    /* End of tclport.h */

Legend:
Removed from v.25  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25