diff options
author | dgp <dgp@users.sourceforge.net> | 2015-03-24 17:34:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-03-24 17:34:05 (GMT) |
commit | 32ff2195a21937b9befa7b767fd3a5ef4602da54 (patch) | |
tree | 133b9c3a6a03a0fed12341c4eb734652e65abc20 /unix/tclConfig.h.in | |
parent | 7505833c266274e4d14a84da70f21f23c7f5b9f7 (diff) | |
download | tcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.zip tcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.tar.gz tcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.tar.bz2 |
Tcl source code already assumes the <limits.h> file is available.
(See tcl/libtommath/tommath.h .) So dispose of all the configuration
shenanigans pretending we want to support systems that lack one.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 10ae12f..a4ab3e5 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -127,9 +127,6 @@ /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */ #undef HAVE_LIBKERN_OSATOMIC_H -/* Do we have <limits.h>? */ -#undef HAVE_LIMITS_H - /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R @@ -313,9 +310,6 @@ /* Do we have a usable 'isnan'? */ #undef NO_ISNAN -/* Do we have <limits.h>? */ -#undef NO_LIMITS_H - /* Do we have memmove()? */ #undef NO_MEMMOVE |