OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tcl/] [generic/] [tclPort.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * tclPort.h --
3
 *
4
 *      This header file handles porting issues that occur because
5
 *      of differences between systems.  It reads in platform specific
6
 *      portability files.
7
 *
8
 * Copyright (c) 1994-1995 Sun Microsystems, Inc.
9
 *
10
 * See the file "license.terms" for information on usage and redistribution
11
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12
 *
13
 * RCS: @(#) $Id: tclPort.h,v 1.1.1.1 2002-01-16 10:25:28 markom Exp $
14
 */
15
 
16
#ifndef _TCLPORT
17
#define _TCLPORT
18
 
19
#if defined(__CYGWIN__) && defined(__TCL_UNIX_VARIANT)
20
#       include "../unix/tclUnixPort.h"
21
#else
22
#if defined(__WIN32__) || defined(_WIN32)
23
#   include "../win/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
#endif
32
 
33
#endif /* _TCLPORT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.