diff options
author | das <das> | 2005-05-23 20:19:44 (GMT) |
---|---|---|
committer | das <das> | 2005-05-23 20:19:44 (GMT) |
commit | 7c70348bc43911fbdc708f54ae9cb70b12a4e6ce (patch) | |
tree | 7358d703f8857f5b5ff89163e945cdfffbc3b752 /unix/tclConfig.h.in | |
parent | 2011f91ba03c5d9b3fb82ba34685f1ce9920d219 (diff) | |
download | tcl-7c70348bc43911fbdc708f54ae9cb70b12a4e6ce.zip tcl-7c70348bc43911fbdc708f54ae9cb70b12a4e6ce.tar.gz tcl-7c70348bc43911fbdc708f54ae9cb70b12a4e6ce.tar.bz2 |
* generic/tclIOUtil.c (TclLoadFile):
* generic/tclInt.h:
* unix/tcl.m4:
* unix/tclLoadDyld.c: added support for [load]ing .bundle binaries in
addition to .dylib's: .bundle's can be [unload]ed (unlike .dylib's),
and can be [load]ed from memory, e.g. directly from VFS without
needing to be written out to a temporary location first. [Bug 1202209]
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
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 0806e0d..0926138 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -282,6 +282,9 @@ /* Is Tcl built as a framework? */ #undef TCL_FRAMEWORK +/* Can this platform load code from memory? */ +#undef TCL_LOAD_FROM_MEMORY + /* Is memory debugging enabled? */ #undef TCL_MEM_DEBUG |