1#pragma once on
2
3#include "tclMacCommonPch.h"
4
5#define USE_TCL_STUBS
6#define USE_TK_STUBS
7
8#define PACKAGE "tkTable"
9
10#define TBL_COMMAND "table"
11#define TBL_RUNTIME "tkTable.tcl"
12#define TBL_RUNTIME_DIR "{}"
13
14#include "version.h"
15
16#include <ctype.h> /* for isspace et al. */
17