diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-31 17:21:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-31 17:21:13 (GMT) |
commit | b8f08b6a474598d1f1ccf29ff84ad90eb5aa329c (patch) | |
tree | 7a0667bb483032d8717048e89062abfde308f0aa /unix/tclConfig.h.in | |
parent | ae9e1cb6567ceb048c70832079dfbd8d7ba7fe8f (diff) | |
download | tcl-b8f08b6a474598d1f1ccf29ff84ad90eb5aa329c.zip tcl-b8f08b6a474598d1f1ccf29ff84ad90eb5aa329c.tar.gz tcl-b8f08b6a474598d1f1ccf29ff84ad90eb5aa329c.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'unix/tclConfig.h.in')
-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 |