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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (show annotations) (download)
Sat Nov 5 11:07:06 2016 UTC (7 years, 4 months ago) by dashley
File MIME type: text/plain
File size: 724 byte(s)
Set EOL properties appropriately to facilitate simultaneous Linux and Windows development.
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 */

Properties

Name Value
svn:eol-style native
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25