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

Diff of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclport.h

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

revision 67 by dashley, Mon Oct 31 00:57:34 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header$ */  /* $Header$ */
2  /*  /*
3   * tclPort.h --   * tclPort.h --
4   *   *
5   *      This header file handles porting issues that occur because   *      This header file handles porting issues that occur because
6   *      of differences between systems.  It reads in platform specific   *      of differences between systems.  It reads in platform specific
7   *      portability files.   *      portability files.
8   *   *
9   * Copyright (c) 1994-1995 Sun Microsystems, Inc.   * Copyright (c) 1994-1995 Sun Microsystems, Inc.
10   *   *
11   * See the file "license.terms" for information on usage and redistribution   * See the file "license.terms" for information on usage and redistribution
12   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.   * 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 $   * RCS: @(#) $Id: tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $
15   */   */
16    
17  #ifndef _TCLPORT  #ifndef _TCLPORT
18  #define _TCLPORT  #define _TCLPORT
19    
20  #include "tcl.h"  #include "tcl.h"
21    
22  #if defined(__WIN32__)  #if defined(__WIN32__)
23  #   include "tclWinPort.h"  #   include "tclWinPort.h"
24  #else  #else
25  #   if defined(MAC_TCL)  #   if defined(MAC_TCL)
26  #       include "tclMacPort.h"  #       include "tclMacPort.h"
27  #    else  #    else
28  #       include "../unix/tclUnixPort.h"  #       include "../unix/tclUnixPort.h"
29  #    endif  #    endif
30  #endif  #endif
31    
32  #endif /* _TCLPORT */  #endif /* _TCLPORT */
33    
34  /* End of tclport.h */  /* End of tclport.h */

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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25