1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.

This commit is contained in:
Jason Rumney 2006-11-13 11:32:11 +00:00
parent 99674eecd0
commit 32dd92836c
2 changed files with 4 additions and 5 deletions

View 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.

View 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