Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
3449d4b8
Commit
3449d4b8
authored
Oct 22, 1998
by
Kurt Zeilenga
Browse files
Change WINSOCK defines.
parent
984a6612
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ac/socket.h
View file @
3449d4b8
...
...
@@ -25,8 +25,6 @@
#ifdef HAVE_WINSOCK2
#include
<winsock2.h>
#define EMSGSIZE WSAEMSGSIZE
#define EHOSTUNREACH WSAEHOSTUNREACH
#elif HAVE_WINSOCK
#include
<winsock.h>
#endif
...
...
include/portable.h.nt
View file @
3449d4b8
...
...
@@ -45,6 +45,9 @@ typedef char * caddr_t;
/* we have winsock2 */
#define HAVE_WINSOCK2 1
/* we have winsock */
#define HAVE_WINSOCK 1
/* we have <io.h> */
#define HAVE_IO_H 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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