/* Wrapper around tcl.h */

#include "config.h"

#ifdef HAVE_TCL8_3_TCL_H
#include <tcl8.3/tcl.h>
#endif

#ifdef HAVE_TCL_H
#include <tcl.h>
#endif

#ifndef TCL_OK
#error You did not find a usable tcl.h, configure again please.
Compiler, please stop now.
#endif

