guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core ChangeLog acconfig.h configure.in


From: Gary Houston
Subject: guile/guile-core ChangeLog acconfig.h configure.in
Date: Sun, 01 Oct 2000 03:31:11 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   00/10/01 03:31:11

Modified files:
        guile-core     : ChangeLog acconfig.h configure.in 

Log message:
        * configure.in: check whether inet_aton is declared.
        * acconfig.h: added MISSING_INET_ATON_DECL.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ChangeLog.diff?r1=1.213&r2=1.214
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/acconfig.h.diff?r1=1.42&r2=1.43
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/configure.in.diff?r1=1.121&r2=1.122

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.213 guile/guile-core/ChangeLog:1.214
--- guile/guile-core/ChangeLog:1.213    Wed Sep 20 09:31:15 2000
+++ guile/guile-core/ChangeLog  Sun Oct  1 03:31:10 2000
@@ -1,3 +1,8 @@
+2000-10-01  Gary Houston  <address@hidden>
+
+       * configure.in: check whether inet_aton is declared.
+       * acconfig.h: added MISSING_INET_ATON_DECL.
+
 2000-09-20  Keisuke Nishida  <address@hidden>
 
        * libguile.h: #include "libguile/properties.h".
Index: guile/guile-core/acconfig.h
diff -u guile/guile-core/acconfig.h:1.42 guile/guile-core/acconfig.h:1.43
--- guile/guile-core/acconfig.h:1.42    Sun Sep 17 02:24:47 2000
+++ guile/guile-core/acconfig.h Sun Oct  1 03:31:10 2000
@@ -146,6 +146,9 @@
 /* Define if the operating system supplies usleep without declaring it. */
 #undef MISSING_USLEEP_DECL
 
+/* Define if the operating system supplies inet_aton without declaring it. */
+#undef MISSING_INET_ATON_DECL
+
 /* Define if the system headers declare usleep to return void.  */
 #undef USLEEP_RETURNS_VOID
 
Index: guile/guile-core/configure.in
diff -u guile/guile-core/configure.in:1.121 guile/guile-core/configure.in:1.122
--- guile/guile-core/configure.in:1.121 Sun Sep 17 02:24:47 2000
+++ guile/guile-core/configure.in       Sun Oct  1 03:31:10 2000
@@ -196,6 +196,7 @@
 GUILE_FUNC_DECLARED(bzero, string.h)
 GUILE_FUNC_DECLARED(sleep, unistd.h)
 GUILE_FUNC_DECLARED(usleep, unistd.h)
+GUILE_FUNC_DECLARED(inet_aton, arpa/inet.h)
 
 ### On some systems usleep has no return value.  If it does have one,
 ### we'd like to return it; otherwise, we'll fake it.



reply via email to

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