summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordas <das>2004-11-16 03:30:53 (GMT)
committerdas <das>2004-11-16 03:30:53 (GMT)
commit94924ff57408aeb13b1e559cb9a503fdf8a14c0e (patch)
tree0b79757be31e82255027b00a9460fcf81db06a44 /generic/tcl.h
parent299f8c136f1da398872b24fcc9490d98819eab6f (diff)
downloadtcl-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.h4
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