diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-07 22:05:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-07 22:05:01 (GMT) |
commit | e295a4ddd722dd78b3dcc40e624b6aad8d05dde8 (patch) | |
tree | 76401e3e6e86441e3aeb2b15143d14c44963f5f4 /unix/tclConfig.h.in | |
parent | 20556ad7dfd6e3e293b260eef2fd540e3d63346a (diff) | |
download | tcl-e295a4ddd722dd78b3dcc40e624b6aad8d05dde8.zip tcl-e295a4ddd722dd78b3dcc40e624b6aad8d05dde8.tar.gz tcl-e295a4ddd722dd78b3dcc40e624b6aad8d05dde8.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 7443fd6..986c721 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -496,7 +496,7 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t -/* What is the type of socklen_t? */ +/* Define as int if socklen_t is not available */ #undef socklen_t /* Do we want to use the strtod() in compat? */ |