]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: detect getsockname and getpeername on windows too
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 May 2019 08:06:06 +0000 (10:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 May 2019 11:42:25 +0000 (13:42 +0200)
commit9406d93e77e7923e2788e43df50cf3a577f1c42b
tree70d7ad60be900909fd50537f78d6f18dd24d3641
parentb069815a7ac245c9c794c173de411f3d4d051531
configure: detect getsockname and getpeername on windows too

Made detection macros for these two functions in the same style as other
functions possibly in winsock in the hope this will work better to
detect these functions when cross-compiling for Windows.

Follow-up to e91e4816123

Fixes #3913
Closes #3915
configure.ac
m4/curl-functions.m4