diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-17 13:13:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-17 13:13:15 +0000 |
commit | ecd3251542ef6202787b752849356b1a09502e4c (patch) | |
tree | ea788426e31f9fc336e7bb729d3b6248279112d0 /CHANGES | |
parent | 999c7126b3f9183cd25c863288e91a58ecdea517 (diff) |
Make configure script check if ioctl with the SIOCGIFADDR command can be
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Yang Tse (17 Nov 2008) - Fix a remaining problem in the inet_pton() runtime configure check. And fix internal Curl_inet_pton() failures to reject certain malformed literals. +- Make configure script check if ioctl with the SIOCGIFADDR command can be + used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. + Daniel Stenberg (16 Nov 2008) - Christian Krause fixed a build failure when building with gss support enabled and FTP disabled. |