]> git.ipfire.org Git - thirdparty/curl.git/commit - configure.ac
brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2000 11:30:23 +0000 (11:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2000 11:30:23 +0000 (11:30 +0000)
commitb174aeaac9ee854a9ba48d4546301d2d8af20fd6
treed266c2adfa01e5980a391a0d5fe7943a663ccf04
parenta2f045451f5a296059e2a2a8b9c15ca804385170
brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects
the AIX-styles as well.
I added --disable-thread to allow a user to disable all testing for
thread-safe functions being present and thus go with the good old style
functions. This might become handy if (when?) I add a bug in the threaded
code, like the AIX code I have now but can't test!
configure.in