]> git.eshelyaron.com Git - emacs.git/commitdiff
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 149f23ff91d96e1cbe085b6a5d8947079766869c..f318008d732597dc26eba666012ec0fb7e11e03b 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 a22fd1a81338bda122d8adf62386fdf1b8da1c92..3e8c56f2ce51d532af4c43596db2360c36a25b6c 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