e9d95f1a | 05-Jul-2004 |
Gunter Knauf |
added a simple README.netware. |
67e40a2b | 05-Jul-2004 |
Gunter Knauf |
added section for compiling NetWare target. |
25f5f14d | 04-Jul-2004 |
Daniel Stenberg |
G�nter Knauf made c-ares build and run on Novell Netware. |
dfda9cc0 | 04-Jul-2004 |
Daniel Stenberg |
explicit typecasts to prevent warnings |
e39b29fc | 04-Jul-2004 |
Daniel Stenberg |
typecast the conversion to uInt when assigning z->avail_in to prevent warnings from picky compilers |
4c17ba4f | 04-Jul-2004 |
Daniel Stenberg |
make sure the 3rd argument passed to bind() is a socklen_t |
4511f7ac | 04-Jul-2004 |
Daniel Stenberg |
SSL_get_verify_result() returns a long, so we receive the result in a long and not an int. |
b9f76f11 | 04-Jul-2004 |
Daniel Stenberg |
typecast long => int conversion |
17841a20 | 04-Jul-2004 |
Daniel Stenberg |
explicit typecasts when converting from long to int to avoid warnings |
d90d40b5 | 04-Jul-2004 |
Gunter Knauf |
added NetWare section for paths. |
d2e6a058 | 04-Jul-2004 |
Daniel Stenberg |
made 'connectindex' a long variable to prevent compiler warnings when implicitly converting it to int |
b2c9277e | 04-Jul-2004 |
Gunter Knauf |
update to build both test apps. |
31c332af | 04-Jul-2004 |
Daniel Stenberg |
typecast the conversion from long to int to prevent picky compiler warnings |
90af60a6 | 04-Jul-2004 |
Gunter Knauf |
removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they are in ./src/setup.h ? |
80c75662 | 04-Jul-2004 |
Gunter Knauf |
removed now obsolete ifdef. |
efb1fdbe | 04-Jul-2004 |
Gunter Knauf |
removed abort() - sync'd with getdate.y 1.26 |
bada8cc2 | 04-Jul-2004 |
Daniel Stenberg |
include the Makefile.inc file to get all sources and headers |
c3a07617 | 03-Jul-2004 |
Gunter Knauf |
minor fix for compiling on Linux. |
2cda3070 | 03-Jul-2004 |
Gunter Knauf |
added few ifdefs to make it usable for NetWare. |
728bed8c | 03-Jul-2004 |
Gunter Knauf |
added NetWare makefile. |
6e72ea74 | 03-Jul-2004 |
Gunter Knauf |
reverted, older gcc breaks compilation since it doesnt know the switch. |
a4aac27f | 03-Jul-2004 |
Gunter Knauf |
killed warning with gcc 3.3.1 and later when using -O2. |
5b8816dc | 03-Jul-2004 |
Gunter Knauf |
modified to use new Makefile.inc to build up object list; added generation of config.h and a prebuild target to create all neded files. |
fc0df972 | 03-Jul-2004 |
Gunter Knauf |
modified to use new Makefile.inc to build up object list; added generation of config.h and a prebuild target to create all neded files. |
592658e8 | 03-Jul-2004 |
Gunter Knauf |
added Makefile.inc which can be included from other makefiles to reduce maintaining. |