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 04:03:17 -0700

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

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

Log message:
        Reverse the previous changes, I don't think they are needed after all.

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

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.214 guile/guile-core/ChangeLog:1.215
--- guile/guile-core/ChangeLog:1.214    Sun Oct  1 03:31:10 2000
+++ guile/guile-core/ChangeLog  Sun Oct  1 04:03:17 2000
@@ -1,8 +1,3 @@
-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.43 guile/guile-core/acconfig.h:1.44
--- guile/guile-core/acconfig.h:1.43    Sun Oct  1 03:31:10 2000
+++ guile/guile-core/acconfig.h Sun Oct  1 04:03:17 2000
@@ -146,9 +146,6 @@
 /* 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.122 guile/guile-core/configure.in:1.123
--- guile/guile-core/configure.in:1.122 Sun Oct  1 03:31:10 2000
+++ guile/guile-core/configure.in       Sun Oct  1 04:03:17 2000
@@ -196,7 +196,6 @@
 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]