* configure.in: check for inet_pton and inet_ntop.
authorGary Houston <ghouston@arglist.com>
Sun, 22 Apr 2001 15:53:44 +0000 (15:53 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 22 Apr 2001 15:53:44 +0000 (15:53 +0000)
ChangeLog
configure.in

index 6ea0c9c..ade7ea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 49e5823..6d7b617 100644 (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.