diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-13 18:30:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-13 18:30:08 (GMT) |
commit | 544db140240a8f3cd1aee0cf13d6bdef7681a9bf (patch) | |
tree | 5e724313982f82288e45019c3f0ad87bf8da9377 /unix/tclConfig.h.in | |
parent | be3636dd1e1b3fe36437ae972a54cbfaf306dd97 (diff) | |
download | tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.zip tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.gz tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.bz2 |
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.
* tools/man2tcl.c:
* unix/tcl.m4:
* unix/tclConfig.h.in:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 39df8cf..51aa0ed 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -183,9 +183,6 @@ /* Do we have <dlfcn.h>? */ #undef NO_DLFCN_H -/* Do we have <errno.h>? */ -#undef NO_ERRNO_H - /* Do we have fd_set? */ #undef NO_FD_SET |