Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
authorJason Rumney <jasonr@gnu.org>
Mon, 13 Nov 2006 11:32:11 +0000 (11:32 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 13 Nov 2006 11:32:11 +0000 (11:32 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index 149f23f..f318008 100644 (file)
@@ -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.
index a22fd1a..3e8c56f 100644 (file)
@@ -35,11 +35,6 @@ Boston, MA 02110-1301, USA.  */
 # 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