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 / default.h
CommitLineData
86530b38
AT
1/*
2 * default.h --
3 *
4 * This file defines the defaults for all options for all of
5 * the Tk widgets.
6 *
7 * Copyright (c) 1991-1994 The Regents of the University of California.
8 * Copyright (c) 1994 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: default.h,v 1.2 1998/09/14 18:23:02 stanton Exp $
14 */
15
16#ifndef _DEFAULT
17#define _DEFAULT
18
19#if defined(__WIN32__) || defined(_WIN32)
20# include "tkWinDefault.h"
21#else
22# if defined(MAC_TCL)
23# include "tkMacDefault.h"
24# else
25# ifdef __PM__
26# include "tkOS2Default.h"
27# else
28# include "tkUnixDefault.h"
29# endif
30# endif
31#endif
32
33#endif /* _DEFAULT */