Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32dd9283
Commit
32dd9283
authored
Nov 13, 2006
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
parent
99674eec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+0
-5
No files found.
lib-src/ChangeLog
View file @
32dd9283
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.
...
...
lib-src/emacsclient.c
View file @
32dd9283
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment