changeset 73978:7c6eb34059d6

Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
author Jason Rumney <jasonr@gnu.org>
date Mon, 13 Nov 2006 11:32:11 +0000
parents 6dcbf2efb497
children 6c099fdf2513
files lib-src/ChangeLog lib-src/emacsclient.c
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Nov 13 11:26:30 2006 +0000
+++ b/lib-src/ChangeLog	Mon Nov 13 11:32:11 2006 +0000
@@ -1,3 +1,7 @@
+2006-11-13  Jason Rumney  <jasonr@gnu.org>
+	* emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
+	HAVE_INET_SOCKETS.
+
 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
 
 	* makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
--- a/lib-src/emacsclient.c	Mon Nov 13 11:26:30 2006 +0000
+++ b/lib-src/emacsclient.c	Mon Nov 13 11:32:11 2006 +0000
@@ -35,11 +35,6 @@
 # include <malloc.h>
 # include <stdlib.h>
 
-# ifndef HAVE_SOCKETS
-#  define HAVE_SOCKETS
-# endif
-
-# define HAVE_INET_SOCKETS
 # define NO_SOCKETS_IN_FILE_SYSTEM
 
 # define HSOCKET SOCKET