1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00

* configure.in: check for inet_pton and inet_ntop.

This commit is contained in:
Gary Houston 2001-04-22 15:53:44 +00:00
parent 8c34cf5b14
commit 2a0ef8b74a
2 changed files with 6 additions and 1 deletions

View file

@ -249,7 +249,8 @@ AC_CHECK_FUNCS(sethostent gethostent endhostent dnl
setprotoent getprotoent endprotoent dnl
setservent getservent endservent dnl
getnetbyaddr getnetbyname dnl
inet_lnaof inet_makeaddr inet_netof hstrerror)
inet_lnaof inet_makeaddr inet_netof hstrerror dnl
inet_pton inet_ntop)
dnl Some systems do not declare this. Some systems do declare it, as a
dnl macro. With cygwin it may be in a DLL.