1
0
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:
Kim F. Storm 2002-03-19 12:03:42 +00:00
parent c4aca2a37b
commit 89440542c3

View File

@ -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