diff src/ChangeLog @ 44000:5aeafe6043ef

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 18 Mar 2002 14:13:15 +0000
parents 4989f9828bc5
children f5d0fe8d01b4
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 18 14:09:57 2002 +0000
+++ b/src/ChangeLog	Mon Mar 18 14:13:15 2002 +0000
@@ -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,Bm(Bk  <Pavel@Janik.cz>
 
 	* process.c (Fmake_network_process): Remove unused variable `sa'.