|
/* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tk_base/tkport.h,v 1.1.1.1 2001/06/13 05:07:19 dtashley Exp $ */ |
|
|
|
|
|
/* |
|
|
* tkPort.h -- |
|
|
* |
|
|
* This header file handles porting issues that occur because of |
|
|
* differences between systems. It reads in platform specific |
|
|
* portability files. |
|
|
* |
|
|
* Copyright (c) 1995 Sun Microsystems, Inc. |
|
|
* |
|
|
* See the file "license.terms" for information on usage and redistribution |
|
|
* of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
|
|
* |
|
|
* RCS: @(#) $Id: tkport.h,v 1.1.1.1 2001/06/13 05:07:19 dtashley Exp $ |
|
|
*/ |
|
|
|
|
|
#ifndef _TKPORT |
|
|
#define _TKPORT |
|
|
|
|
|
#ifndef _TK |
|
|
#include "tk.h" |
|
|
#endif |
|
|
#ifndef _TCL |
|
|
#include "tcl.h" |
|
|
#endif |
|
|
|
|
|
#if defined(__WIN32__) || defined(_WIN32) |
|
|
# include "tkWinPort.h" |
|
|
#else |
|
|
# if defined(MAC_TCL) |
|
|
# include "tkMacPort.h" |
|
|
# else |
|
|
# include "../unix/tkUnixPort.h" |
|
|
# endif |
|
|
#endif |
|
|
|
|
|
#endif /* _TKPORT */ |
|
|
|
|
|
|
|
|
/* $History: tkPort.h $ |
|
|
* |
|
|
* ***************** Version 1 ***************** |
|
|
* User: Dtashley Date: 1/02/01 Time: 3:03a |
|
|
* Created in $/IjuScripter, IjuConsole/Source/Tk Base |
|
|
* Initial check-in. |
|
|
*/ |
|
|
|
|
|
/* End of TKPORT.H */ |
|
1 |
|
/* $Header$ */ |
2 |
|
|
3 |
|
/* |
4 |
|
* tkPort.h -- |
5 |
|
* |
6 |
|
* This header file handles porting issues that occur because of |
7 |
|
* differences between systems. It reads in platform specific |
8 |
|
* portability files. |
9 |
|
* |
10 |
|
* Copyright (c) 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: tkport.h,v 1.1.1.1 2001/06/13 05:07:19 dtashley Exp $ |
16 |
|
*/ |
17 |
|
|
18 |
|
#ifndef _TKPORT |
19 |
|
#define _TKPORT |
20 |
|
|
21 |
|
#ifndef _TK |
22 |
|
#include "tk.h" |
23 |
|
#endif |
24 |
|
#ifndef _TCL |
25 |
|
#include "tcl.h" |
26 |
|
#endif |
27 |
|
|
28 |
|
#if defined(__WIN32__) || defined(_WIN32) |
29 |
|
# include "tkWinPort.h" |
30 |
|
#else |
31 |
|
# if defined(MAC_TCL) |
32 |
|
# include "tkMacPort.h" |
33 |
|
# else |
34 |
|
# include "../unix/tkUnixPort.h" |
35 |
|
# endif |
36 |
|
#endif |
37 |
|
|
38 |
|
#endif /* _TKPORT */ |
39 |
|
|
40 |
|
/* End of tkport.h */ |