diff options
author | Gary Houston <ghouston@arglist.com> | 2001-04-22 15:53:44 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2001-04-22 15:53:44 +0000 |
commit | 2a0ef8b74aabc5535d17a58935bf6c18f7ae4abf (patch) | |
tree | 6c98110e7c96fbeff43f18169fd1e6b5721d6762 | |
parent | 8c34cf5b14ef06c71f3dbcdecfcfd9b30122e6a4 (diff) | |
download | guile-2a0ef8b74aabc5535d17a58935bf6c18f7ae4abf.tar.gz |
* configure.in: check for inet_pton and inet_ntop.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 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. diff --git a/configure.in b/configure.in index 49e58231d..6d7b617c2 100644 --- a/configure.in +++ b/configure.in @@ -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. |