summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-15 09:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-15 09:42:07 (GMT)
commit346cce57455de92d12fcef5ea4115a9657458b84 (patch)
tree62153fbab1b634ba4e9a9b9e0c15c0d394aa4127 /unix/tclConfig.h.in
parente3439b6af28680828231cfcf081ebb618ac1740f (diff)
downloadtcl-346cce57455de92d12fcef5ea4115a9657458b84.zip
tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.gz
tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.bz2
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time ....
Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
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 adbc80d..28ce012 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -295,9 +295,6 @@
/* Do we have fd_set? */
#undef NO_FD_SET
-/* Do we have <float.h>? */
-#undef NO_FLOAT_H
-
/* Do we have fstatfs()? */
#undef NO_FSTATFS