Rev | Line | |
---|
[2] | 1 | /*
|
---|
| 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 2008-06-04 13:58:09 demin Exp $
|
---|
| 14 | */
|
---|
| 15 |
|
---|
| 16 | #ifndef _TCLPORT
|
---|
| 17 | #define _TCLPORT
|
---|
| 18 |
|
---|
| 19 | #include "tclUnixPort.h"
|
---|
| 20 |
|
---|
| 21 | #endif /* _TCLPORT */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.