summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-09 19:31:35 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-09 19:31:35 (GMT)
commit0fd0a940d0f30779874e35c4c7838a11f7aea0a3 (patch)
tree137434cf38ca7522222e6473339b0a4d701b6a93 /unix/tclConfig.h.in
parent1710976abe1deba276cdd00851965d411927f959 (diff)
downloadtcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.zip
tcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.tar.gz
tcl-0fd0a940d0f30779874e35c4c7838a11f7aea0a3.tar.bz2
Remove readdir_r() and related #ifdeffery (see #1095909).
Don't check for HAVE_READDIR_R. Regenerated configure script.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index bc20165..1f83e5c 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -63,9 +63,6 @@
/* Does putenv() copy strings or incorporate them by reference? */
#undef HAVE_PUTENV_THAT_COPIES
-/* Define to 1 if you have the `readdir_r' function. */
-#undef HAVE_READDIR_R
-
/* Are characters signed? */
#undef HAVE_SIGNED_CHAR