Commit f13eba4c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for and use getprotobyname

parent 050e82e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,10 @@


                                  Changelog
                                  Changelog


Daniel (2 March 2006)
- Added a check for getprotobyname in configure so that it'll be used, thanks
  to Gisle Vanem's change the other day.

Version 7.15.2 (27 February 2006)
Version 7.15.2 (27 February 2006)


Daniel (22 February 2006)
Daniel (22 February 2006)
+2 −1
Original line number Original line Diff line number Diff line
@@ -24,5 +24,6 @@ Other curl-related news since the previous public release:
This release would not have looked like this without help, code, reports and
This release would not have looked like this without help, code, reports and
advice from friends like these:
advice from friends like these:


 Gisle Vanem


        Thanks! (and sorry if I forgot to mention someone)
        Thanks! (and sorry if I forgot to mention someone)
+1 −0
Original line number Original line Diff line number Diff line
@@ -1560,6 +1560,7 @@ AC_CHECK_FUNCS( strtoll \
                ftruncate \
                ftruncate \
                pipe \
                pipe \
                poll \
                poll \
                getprotobyname \
                getrlimit \
                getrlimit \
                setrlimit,
                setrlimit,
dnl if found
dnl if found