[WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Nov 2006 10:59:04 +0000 (10:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Nov 2006 10:59:04 +0000 (10:59 +0000)
lib-src/emacsclient.c

index 7cf703d..a22fd1a 100644 (file)
@@ -28,10 +28,17 @@ Boston, MA 02110-1301, USA.  */
 
 #ifdef WINDOWSNT
 
+/* config.h defines these, which disables sockets altogether! */
+# undef _WINSOCKAPI_
+# undef _WINSOCK_H
+
 # include <malloc.h>
 # include <stdlib.h>
 
-# define HAVE_SOCKETS
+# ifndef HAVE_SOCKETS
+#  define HAVE_SOCKETS
+# endif
+
 # define HAVE_INET_SOCKETS
 # define NO_SOCKETS_IN_FILE_SYSTEM