Reverse the previous changes, I don't think they are needed after all.
authorGary Houston <ghouston@arglist.com>
Sun, 1 Oct 2000 11:03:17 +0000 (11:03 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 1 Oct 2000 11:03:17 +0000 (11:03 +0000)
ChangeLog
acconfig.h
configure.in

index bed3dd1..e45f5f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-2000-10-01  Gary Houston  <ghouston@arglist.com>
-
-       * configure.in: check whether inet_aton is declared.
-       * acconfig.h: added MISSING_INET_ATON_DECL.
-
 2000-09-20  Keisuke Nishida  <kxn30@po.cwru.edu>
 
        * libguile.h: #include "libguile/properties.h".
index eb23b07..b7b42bc 100644 (file)
 /* 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 f0deb6a..09e897d 100644 (file)
@@ -196,7 +196,6 @@ GUILE_FUNC_DECLARED(strptime, time.h)
 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.