diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-10 10:16:57 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-10 10:16:57 +0000 |
commit | 88b4721025bdf1f0910b2eaa66f2066e8752b0a6 (patch) | |
tree | c0ea3a28199ada4b2c87e2457ebeb92247c3edb5 /config.h.in | |
parent | *** empty log message *** (diff) | |
download | w3m-88b4721025bdf1f0910b2eaa66f2066e8752b0a6.tar.gz w3m-88b4721025bdf1f0910b2eaa66f2066e8752b0a6.zip |
[w3m-dev 04379] check socklen_t
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 313616c..03585ea 100644 --- a/config.h.in +++ b/config.h.in @@ -81,6 +81,7 @@ #define ID_EXT #undef CLEAR_BUF #undef INET6 +#undef HAVE_SOCKLEN_T #undef HAVE_OLD_SS_FAMILY #define USE_EGD #define ENABLE_REMOVE_TRAILINGSPACES |