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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations) (download)
Sat Oct 8 07:08:47 2016 UTC (7 years, 5 months ago) by dashley
Original Path: to_be_filed/sf_code/esrgpcpj/shared/tcl_base/tclport.h
File MIME type: text/plain
File size: 1083 byte(s)
Directories relocated.
1 dashley 25 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $ */
2    
3     /*
4     * tclPort.h --
5     *
6     * This header file handles porting issues that occur because
7     * of differences between systems. It reads in platform specific
8     * portability files.
9     *
10     * Copyright (c) 1994-1995 Sun Microsystems, Inc.
11     *
12     * See the file "license.terms" for information on usage and redistribution
13     * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
14     *
15     * RCS: @(#) $Id: tclport.h,v 1.1.1.1 2001/06/13 04:45:05 dtashley Exp $
16     */
17    
18     #ifndef _TCLPORT
19     #define _TCLPORT
20    
21     #include "tcl.h"
22    
23     #if defined(__WIN32__)
24     # include "tclWinPort.h"
25     #else
26     # if defined(MAC_TCL)
27     # include "tclMacPort.h"
28     # else
29     # include "../unix/tclUnixPort.h"
30     # endif
31     #endif
32    
33     #endif /* _TCLPORT */
34    
35    
36     /* $History: tclport.h $
37     *
38     * ***************** Version 1 *****************
39     * User: Dtashley Date: 1/02/01 Time: 1:36a
40     * Created in $/IjuScripter, IjuConsole/Source/Tcl Base
41     * Initial check-in.
42     */
43    
44     /* End of TCLPORT.H */

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25