]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 18 Mar 2002 14:13:15 +0000 (14:13 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Mar 2002 14:13:15 +0000 (14:13 +0000)
ChangeLog
src/ChangeLog

index ae2cc2037251f35f39dc0473d1bc2e94719c4291..91eae74d668fa4c55d71da6235d39865d246000a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-18  Kim F. Storm  <storm@cua.dk>
+
+       * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
+       and getsockname functions.  Test for sys/un.h include file.
+
 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * configure.in: Support AIX 5.1.
index 10b6cf3bd83a0d56cde53057cc521439e08835d2..cc9f333c21e0932d366aab7ea6649200271407fa 100644 (file)
@@ -1,3 +1,12 @@
+2002-03-18  Kim F. Storm  <storm@cua.dk>
+
+       * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
+       HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
+       HAVE_SYS_UN_H.
+
+       *process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
+       Remove explicit GNU_LINUX settings for datagram support.
+
 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * process.c (Fmake_network_process): Remove unused variable `sa'.