guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core ChangeLog configure.in


From: Gary Houston
Subject: guile/guile-core ChangeLog configure.in
Date: Sun, 22 Apr 2001 08:53:45 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <> 01/04/22 08:53:44

Modified files:
        guile-core     : ChangeLog configure.in 

Log message:
        * configure.in: check for inet_pton and inet_ntop.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ChangeLog.diff?cvsroot=OldCVS&tr1=1.234&tr2=1.235&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/configure.in.diff?cvsroot=OldCVS&tr1=1.133&tr2=1.134&r1=text&r2=text

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.234 guile/guile-core/ChangeLog:1.235
--- guile/guile-core/ChangeLog:1.234    Fri Apr 20 12:14:59 2001
+++ guile/guile-core/ChangeLog  Sun Apr 22 08:53:44 2001
@@ -1,3 +1,7 @@
+2001-04-22  Gary Houston  <address@hidden>
+
+       * configure.in: check for inet_pton and inet_ntop.
+
 2001-04-20  Gary Houston  <address@hidden>
 
        * acconfig.h: include HAVE_SIN6_SCOPE_ID.
Index: guile/guile-core/configure.in
diff -u guile/guile-core/configure.in:1.133 guile/guile-core/configure.in:1.134
--- guile/guile-core/configure.in:1.133 Fri Apr 20 12:14:59 2001
+++ guile/guile-core/configure.in       Sun Apr 22 08:53:44 2001
@@ -249,7 +249,8 @@
                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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]