Skip to content
Snippets Groups Projects
Commit e6d74030 authored by rswindell's avatar rswindell
Browse files

Added definition of IPPORT_HTTP (if undefined).

parent c89ee8a0
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@ static wsa_error;
#define SHUT_RDWR 2 /* for shutdown() */
#endif
#ifndef IPPORT_HTTP
#define IPPORT_HTTP 80
#endif
#ifndef IPPORT_FTP
#define IPPORT_FTP 21
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment