mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce <dponce@voila.fr>.
This commit is contained in:
parent
c4aca2a37b
commit
89440542c3
@ -242,6 +242,15 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Standard Windows strftime does not support POSIX.2 extensions. */
|
||||
#define STRFTIME_NO_POSIX2 1
|
||||
|
||||
#define HAVE_SENDTO 1
|
||||
#define HAVE_RECVFROM 1
|
||||
#define HAVE_GETSOCKOPT 1
|
||||
#define HAVE_SETSOCKOPT 1
|
||||
#define HAVE_GETSOCKNAME 1
|
||||
#define HAVE_GETPEERNAME 1
|
||||
/* Local (unix) sockets are not supported. */
|
||||
#undef HAVE_SYS_UN_H
|
||||
|
||||
#define LOCALTIME_CACHE
|
||||
#undef HAVE_INET_SOCKETS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user