diff options
author | das <das@noemail.net> | 2005-08-22 11:53:44 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2005-08-22 11:53:44 (GMT) |
commit | f7528b25e1417acd22e091ce0cef44a699744179 (patch) | |
tree | 9139ed1299d4a2fe4694b05f9b009b8614ca4e13 | |
parent | 6df49d9c9ab78dce22df3f5743a500455c8961f7 (diff) | |
download | tcl-f7528b25e1417acd22e091ce0cef44a699744179.zip tcl-f7528b25e1417acd22e091ce0cef44a699744179.tar.gz tcl-f7528b25e1417acd22e091ce0cef44a699744179.tar.bz2 |
* unix/tclConfig.h.in: autoheader-2.59.
FossilOrigin-Name: d3b5566cd99233bff93e743406fd9e583e6effd5
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | unix/tclConfig.h.in | 9 |
2 files changed, 6 insertions, 11 deletions
@@ -1,9 +1,13 @@ +2005-08-22 Daniel Steffen <das@users.sourceforge.net> + + * unix/tclConfig.h.in: autoheader-2.59. + 2005-08-17 George Peter Staplin <GeorgePS@XMission.com> - * generic/tclBasic.c eliminate a namespace clash caused by + * generic/tclBasic.c: eliminate a namespace clash caused by BuiltinFuncTable not being static. - * generic/tclObj.c fix a namespace clash caused by a missing + * generic/tclObj.c: fix a namespace clash caused by a missing static for pendingObjData. 2005-08-17 Kevin Kenny <kennykb@acm.org> diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 9a7fe25..39df8cf 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -312,9 +312,6 @@ /* Is getcwd Posix-compliant? */ #undef USEGETWD -/* Should we use <a.out.h> when doing dynamic loading? */ -#undef USE_A_OUT_H - /* Do we need a special AIX hack for timezones? */ #undef USE_DELTA_FOR_TZ @@ -327,12 +324,6 @@ /* Use the sgtty API for serial lines */ #undef USE_SGTTY -/* Should we use <sys/exec_aout.h> when doing dynamic loading? */ -#undef USE_SYS_EXEC_AOUT_H - -/* Should we use <sys/exec.h> when doing dynamic loading? */ -#undef USE_SYS_EXEC_H - /* Use the termio API for serial lines */ #undef USE_TERMIO |