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:
parent
99674eecd0
commit
32dd92836c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user