Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
401ea527
Commit
401ea527
authored
Dec 25, 2006
by
Kim F. Storm
Browse files
(BROKEN_DATAGRAM_SOCKETS): Define it.
parent
42f82ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/s/ms-w32.h
src/s/ms-w32.h
+5
-0
No files found.
src/s/ms-w32.h
View file @
401ea527
...
...
@@ -142,6 +142,11 @@ Boston, MA 02110-1301, USA. */
#define BROKEN_NON_BLOCKING_CONNECT 1
/* And the select implementation does 1-byte read-ahead waiting
for received packets, so datagrams are broken too. */
#define BROKEN_DATAGRAM_SOCKETS 1
/* Define this symbol if your system has the functions bcopy, etc. */
#define BSTRING
...
...
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