1/* -----------------------------------------------------------------------------
2 * See the LICENSE file for information on copyright, usage and redistribution
3 * of SWIG, and the README file for authors - http://www.swig.org/release.html.
4 *
5 * tcl8.swg
6 *
7 * Tcl configuration module.
8 * ----------------------------------------------------------------------------- */
9
10/* ------------------------------------------------------------
11 *  Inner macros
12 * ------------------------------------------------------------ */
13%include <tclmacros.swg>
14
15/* ------------------------------------------------------------
16 *  The runtime part
17 * ------------------------------------------------------------ */
18%include <tclruntime.swg>
19
20/* ------------------------------------------------------------
21 *  Special user directives
22 * ------------------------------------------------------------ */
23%include <tcluserdir.swg>
24
25/* ------------------------------------------------------------
26 *  Typemap specializations
27 * ------------------------------------------------------------ */
28%include <tcltypemaps.swg>
29
30/* ------------------------------------------------------------
31 *  Overloaded operator support
32 * ------------------------------------------------------------ */
33%include <tclopers.swg>
34
35/* ------------------------------------------------------------
36 * Warnings for Tcl keywords
37 * ------------------------------------------------------------ */
38%include <tclkw.swg>
39
40/* ------------------------------------------------------------
41 * The Tcl initialization function
42 * ------------------------------------------------------------ */
43%include <tclinit.swg>
44
45
46