comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/tkUnixInt.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 69:33d812a61356
1 /*
2 * tkUnixInt.h --
3 *
4 * This file contains declarations that are shared among the
5 * UNIX-specific parts of Tk but aren't used by the rest of Tk.
6 *
7 * Copyright (c) 1995-1997 Sun Microsystems, Inc.
8 *
9 * See the file "license.terms" for information on usage and redistribution of
10 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 */
12
13 #ifndef _TKUNIXINT
14 #define _TKUNIXINT
15
16 #ifndef _TKINT
17 #include "tkInt.h"
18 #endif
19
20 /*
21 * Prototypes for procedures that are referenced in files other than the ones
22 * they're defined in.
23 */
24
25 #include "tkIntPlatDecls.h"
26
27 #endif /* _TKUNIXINT */
28
29 /*
30 * Local Variables:
31 * mode: c
32 * c-basic-offset: 4
33 * fill-column: 78
34 * End:
35 */