diff options
author | das <das> | 2004-11-19 06:28:29 (GMT) |
---|---|---|
committer | das <das> | 2004-11-19 06:28:29 (GMT) |
commit | 05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4 (patch) | |
tree | 8a7b9fc7d04eb0be39469179cd1297ff8414d356 /unix/tclConfig.h.in | |
parent | 1da4df965b312f16caac077583bbe48e890b2756 (diff) | |
download | tcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.zip tcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.tar.gz tcl-05b9ba728e80500b05dcfdcbd11d0d38d9ed9cd4.tar.bz2 |
* macosx/Makefile:
* unix/configure.in:
* unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection
of tcl framework build when determining tclLibPath from overloaded
TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088]
* unix/configure: autoconf-2.57
* unix/tclConfig.h.in: autoheader-2.57
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index f931b23..bc20165 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -270,6 +270,9 @@ /* Are we to override what our default encoding is? */ #undef TCL_DEFAULT_ENCODING +/* Is Tcl built as a framework? */ +#undef TCL_FRAMEWORK + /* Is memory debugging enabled? */ #undef TCL_MEM_DEBUG |