mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* configure.in: check for inet_pton and inet_ntop.
This commit is contained in:
parent
8c34cf5b14
commit
2a0ef8b74a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-22 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* configure.in: check for inet_pton and inet_ntop.
|
||||
|
||||
2001-04-20 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* acconfig.h: include HAVE_SIN6_SCOPE_ID.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue