+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.
+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'.