/[dtapublic]/projs/ets/trunk/src/c_tk_base_7_5_w_mods/default.h
ViewVC logotype

Diff of /projs/ets/trunk/src/c_tk_base_7_5_w_mods/default.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 69 by dashley, Sat Nov 5 10:54:17 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header$ */  /* $Header$ */
2    
3  /*  /*
4   * default.h --   * default.h --
5   *   *
6   *      This file defines the defaults for all options for all of   *      This file defines the defaults for all options for all of
7   *      the Tk widgets.   *      the Tk widgets.
8   *   *
9   * Copyright (c) 1991-1994 The Regents of the University of California.   * Copyright (c) 1991-1994 The Regents of the University of California.
10   * Copyright (c) 1994 Sun Microsystems, Inc.   * Copyright (c) 1994 Sun Microsystems, Inc.
11   *   *
12   * See the file "license.terms" for information on usage and redistribution   * See the file "license.terms" for information on usage and redistribution
13   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
14   *   *
15   * RCS: @(#) $Id: default.h,v 1.1.1.1 2001/06/13 04:52:35 dtashley Exp $   * RCS: @(#) $Id: default.h,v 1.1.1.1 2001/06/13 04:52:35 dtashley Exp $
16   */   */
17    
18  #ifndef MODULE_TK_VCAUX  #ifndef MODULE_TK_VCAUX
19    
20  #ifndef _DEFAULT  #ifndef _DEFAULT
21  #define _DEFAULT  #define _DEFAULT
22    
23  #if defined(__WIN32__) || defined(_WIN32)  #if defined(__WIN32__) || defined(_WIN32)
24  #   include "tkWinDefault.h"  #   include "tkWinDefault.h"
25  #else  #else
26  #   if defined(MAC_TCL)  #   if defined(MAC_TCL)
27  #       include "tkMacDefault.h"  #       include "tkMacDefault.h"
28  #   else  #   else
29  #       include "tkUnixDefault.h"  #       include "tkUnixDefault.h"
30  #   endif  #   endif
31  #endif  #endif
32    
33  #endif /* _DEFAULT */  #endif /* _DEFAULT */
34    
35  #else  #else
36     #define DEFAULT_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 2:17a $ $Author: dtashley $")     #define DEFAULT_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 2:17a $ $Author: dtashley $")
37  #endif  #endif
38    
39  /* End of default.h */  /* End of default.h */

Legend:
Removed from v.69  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25