*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index 10b6cf3..cc9f333 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'.