Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / tixUnixInt.h
CommitLineData
86530b38
AT
1/*
2 * tixUnixInt.h
3 *
4 * Internal header file for Tix on the Unix platform.
5 *
6 * Copyright (c) 1996, Expert Interface Technologies
7 *
8 * See the file "license.terms" for information on usage and redistribution
9 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10 *
11 */
12
13#ifndef _TIX_UNIX_INT_H_
14#define _TIX_UNIX_INT_H_
15
16#ifndef _TIX_INT_H_
17#include "tixInt.h"
18#endif
19
20#endif /* _TIX_UNIX_INT_H_ */