mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
*** empty log message ***
This commit is contained in:
parent
28c6e94f3a
commit
10ce34dcaf
@ -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.
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user