Alexander Lamaison
92a9f95279
win32/libssh2_config.h: Remove hardcoded #define LIBSSH2_HAVE_ZLIB.
...
Rationale: Everything else in this file states a fact about the win32
platform that is unconditional for that platform. There is nothing
unconditional about the presence of zlib. It is neither included with
Windows nor with the platform SDK. Therefore, this is not an appropriate
place to assert its presence. Especially as, once asserted, it cannot be
overridden using a compiler flag.
In contrast, if it is omitted, then it can easily be reasserted by adding
a compiler flag defining LIBSSH2_HAVE_ZLIB.
2012-05-15 17:32:06 +01:00
Guenter Knauf
2c1c751ad1
moved MSVC strdup define to libssh2_config.h which we include already.
2010-06-10 02:31:48 +02:00
Guenter Knauf
2996e02482
moved CRT_SECURE_NO_DEPRECATE define up so its defined before the winsock headers are included.
2010-06-03 03:12:20 +02:00
Guenter Knauf
86c935317c
cleaned up MSVC ifdefs which where spreaded over 3 places.
2010-06-01 19:32:11 +02:00
Daniel Stenberg
e5a36fb1cf
WINSOCK_VERSION is no longer used (Richard W.M. Jones fixed)
2008-11-10 21:26:14 +00:00
Daniel Stenberg
8c43bc52b1
Carlo Bramini fixed the build for msys+mingw. Bug #1943976 .
2008-09-30 21:54:20 +00:00
Daniel Stenberg
b4b8c51b32
Neil Gierman provided improved Visual Studio 2008 code in bug #1946268
2008-09-29 18:59:40 +00:00
Daniel Stenberg
818e9edfb1
- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT).
2008-09-29 14:16:19 +00:00
Guenter Knauf
4ace76b30d
added some defines for MSVC and other non-gcc compilers.
2007-07-20 09:52:02 +00:00
James Housley
b12a16f89c
Add a define for vsnprintf, similar to snprintf that is already there.
...
Bug: 1702156
2007-06-10 11:16:36 +00:00
Guenter Knauf
40970adb53
changed to configure defines to control inclusion of headers from libssh2_config.h.
2007-04-26 22:59:29 +00:00
Guenter Knauf
3026c46109
removed ENOTCONN define, added HAVE_IOCTLSOCKET define;
...
added the new defines for inclusion of headers.
2007-04-12 21:37:09 +00:00
Daniel Stenberg
e7181a8c36
Netware and Windows fixes by Guenter Knauf
2007-02-07 21:21:06 +00:00
Edin Kadribasic
2c5a8480b0
Silence warnings when win32 is already defined.
...
Enable zlib and newer diffie-hellman-group-exchange-sha1 syntax.
2005-01-22 02:29:37 +00:00
Wez Furlong
dc4bb1af96
Add support for win32.
...
Edit win32/config.mk to set the paths to your openssl and zlib headers and
libraries.
Then, from the root of the tree:
nmake -f NMakefile
voila.
2005-01-03 22:46:15 +00:00