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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tk/] [generic/] [default.h] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
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.1.1.1 2002-01-16 10:25:50 markom 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
#       include "tkUnixDefault.h"
26
#   endif
27
#endif
28
 
29
#endif /* _DEFAULT */

powered by: WebSVN 2.1.0

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