aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
AgeCommit message (Collapse)Author
2007-01-25removed not used define.Gunter Knauf
2007-01-23enabled build with libssh2; fixed copyright for new year..Gunter Knauf
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
as appropriate for platforms that don't have autotools support
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵Yang Tse
support
2006-10-06updated for latest OpenSSL release.Gunter Knauf
2006-08-09added build info output.Gunter Knauf
2006-08-09fixed some web links.Gunter Knauf
2006-07-31Provide definitions needed for macros sread() and swrite() in config file.Yang Tse
2006-04-20removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf
2006-03-27minor Makefile fix - let's go 2006;Gunter Knauf
avoid kiling hugehelp.c when not built from CVS.
2005-09-06minor Makefile fixes.Gunter Knauf
2005-08-22enabled statically linked builds.Gunter Knauf
2005-08-18minor Makefile fixes.Gunter Knauf
2005-08-10some minor Makefile fixes for SSL.Gunter Knauf
2005-04-20changes for building with IPV6 and LDAP.Gunter Knauf
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
2004-12-11Dan Fandrich:Daniel Stenberg
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
2004-11-12Netware target (hosted on Linux gcc) doesn't supportGisle Vanem
or need __declspec.
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
2004-09-19removed getdate.c hack.Gunter Knauf
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf
2004-07-07fixed ares linking.Gunter Knauf
2004-07-05added comment.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-03reverted, older gcc breaks compilation since it doesnt know the switch.Gunter Knauf
2004-07-03killed warning with gcc 3.3.1 and later when using -O2.Gunter Knauf
2004-07-03modified to use new Makefile.inc to build up object list;Gunter Knauf
added generation of config.h and a prebuild target to create all neded files.
2004-06-11removed unused include path.Gunter Knauf
2004-06-11fixed xdc generation, added lib target, load curl.nlm into ring3 by default.Gunter Knauf
2004-06-11some more makefile changes.Gunter Knauf
2004-06-11some more makefile changes.Gunter Knauf
2004-06-10minor output fix.Gunter Knauf
2004-06-10added generation of missing files.Gunter Knauf
2004-06-10make include path overridable.Gunter Knauf
2004-06-04Günter Knauf's netware build fixesDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg