diff options
author | das <das> | 2004-11-16 03:30:53 (GMT) |
---|---|---|
committer | das <das> | 2004-11-16 03:30:53 (GMT) |
commit | 94924ff57408aeb13b1e559cb9a503fdf8a14c0e (patch) | |
tree | 0b79757be31e82255027b00a9460fcf81db06a44 /generic/tcl.h | |
parent | 299f8c136f1da398872b24fcc9490d98819eab6f (diff) | |
download | tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.zip tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.tar.gz tcl-94924ff57408aeb13b1e559cb9a503fdf8a14c0e.tar.bz2 |
* generic/tcl.h:
* unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H.
* unix/configure: autoconf-2.57
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index ef9693a..feeec0a 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,13 +13,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.189 2004/11/13 00:19:06 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.190 2004/11/16 03:30:54 das Exp $ */ #ifndef _TCL #define _TCL -#ifdef HAVE_CONFIG_H +#ifdef HAVE_TCL_CONFIG_H #include "tclConfig.h" #endif |