~ubuntu-branches/ubuntu/gutsy/vtk/gutsy

« back to all changes in this revision

Viewing changes to Utilities/TclTk/internals/tk8.3/default.h

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-06-30 22:39:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070630223948-6tn51upaurwfrcz8
Tags: 5.0.3-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add export SHELL=/bin/bash in debian/rules.
  - Update maintainer in field debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.1.4.1 2007/02/06 18:51:59 barre 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 */