diff options
author | das <das> | 2008-03-30 08:36:58 (GMT) |
---|---|---|
committer | das <das> | 2008-03-30 08:36:58 (GMT) |
commit | fc0be09a4c67fde682808e0d83d033499c255e04 (patch) | |
tree | de64823cf9a0a5ab9050a15d68bb96ca44c02fa4 | |
parent | 25aa410c5ccd0dda1a7130c1eb2518a28d0e7638 (diff) | |
download | tcl-fc0be09a4c67fde682808e0d83d033499c255e04.zip tcl-fc0be09a4c67fde682808e0d83d033499c255e04.tar.gz tcl-fc0be09a4c67fde682808e0d83d033499c255e04.tar.bz2 |
autoheader-2.59
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 986c721..179f68a 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -289,6 +289,9 @@ /* Do we have getwd() */ #undef NO_GETWD +/* Do we have a usable 'isnan'? */ +#undef NO_ISNAN + /* Do we have <limits.h>? */ #undef NO_LIMITS_H |