mirror of
https://github.com/curl/curl.git
synced 2026-08-01 08:08:04 +03:00
Linus Nielsen Feltzing's telnet-for-win32 fixes
This commit is contained in:
parent
24dc7cffbd
commit
e30dcd0501
5 changed files with 107 additions and 17 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define OS "unknown"
|
||||
#endif
|
||||
|
||||
#ifndef fileno /* sunos 4 have this as a macro! */
|
||||
#if !defined(fileno) && !defined(WIN32) /* sunos 4 have this as a macro! */
|
||||
int fileno( FILE *stream);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#define CURL_NAME "curl"
|
||||
#define CURL_VERSION "7.8.2-pre1"
|
||||
#define CURL_VERSION "7.9-pre6"
|
||||
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue