From 32dd92836c26e7378293d691c25ab68435128a37 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 13 Nov 2006 11:32:11 +0000 Subject: [PATCH] Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS. --- lib-src/ChangeLog | 4 ++++ lib-src/emacsclient.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 149f23ff91d..f318008d732 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2006-11-13 Jason Rumney + * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and + HAVE_INET_SOCKETS. + 2006-11-13 Juanma Barranquero * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index a22fd1a8133..3e8c56f2ce5 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -35,11 +35,6 @@ Boston, MA 02110-1301, USA. */ # include # include -# ifndef HAVE_SOCKETS -# define HAVE_SOCKETS -# endif - -# define HAVE_INET_SOCKETS # define NO_SOCKETS_IN_FILE_SYSTEM # define HSOCKET SOCKET -- 2.39.5