diff options
author | Jason Rumney <jasonr@gnu.org> | 2006-11-13 11:32:11 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2006-11-13 11:32:11 +0000 |
commit | 32dd92836c26e7378293d691c25ab68435128a37 (patch) | |
tree | fad857e2477ff56594690d82bc039caf99b89b71 /lib-src | |
parent | 99674eecd016a58dc38cad67bfdf29f0aa3019aa (diff) | |
download | emacs-32dd92836c26e7378293d691c25ab68435128a37.tar.gz |
Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 4 | ||||
-rw-r--r-- | lib-src/emacsclient.c | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 149f23ff91d..f318008d732 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index a22fd1a8133..3e8c56f2ce5 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -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 |