aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
AgeCommit message (Collapse)Author
2008-01-17updated copyright for new year.Gunter Knauf
2007-11-18removed now obsolete defines;Gunter Knauf
updated external library versions to latest.
2007-10-09added two more module dependencies for LDAPS.Gunter Knauf
2007-08-20compile with ldaps by default since it seems to work fine so far.Gunter Knauf
2007-08-20added define for ldap_ssl.h.Gunter Knauf
2007-08-14only include LDAP headers if we build with LDAP support.Gunter Knauf
2007-08-14changed autoload dependent LDAP NLM.Gunter Knauf
2007-08-14trial to enable LDAP support again with patched Novell headers.Gunter Knauf
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
2007-08-04changed to use libssh2 0.16;Gunter Knauf
fixed link order in case libssh2 is build with zlib.
2007-07-08added better CodeWarrior detection;Gunter Knauf
added defines for setlocale().
2007-07-07removed some obsolete include paths and defines.Gunter Knauf
2007-07-03fixed rule to build libcares when needed.Gunter Knauf
2007-07-03added libcares to static build if ares enabled.Gunter Knauf
2007-07-02some more makefile tweaks and hacks to deal with both lib architectures.Gunter Knauf
2007-07-01ignore make error when trying to copy curl.pdf which isnt in CVS.Gunter Knauf
2007-07-01changed RECV_* / SEND_* defines to correctly reflect NetWare APIs;Gunter Knauf
some more minor Makefile tidyups.
2007-07-01disabled 64bit type for CLIB build which removes compiler runtime dependency.Gunter Knauf
2007-07-01added lib architecture to NLM description.Gunter Knauf
2007-06-30added HAVE_SYS_IOCTL_H define; added gcc runtime.Gunter Knauf
2007-06-30fixed path to Metrowerks tools and runtime since they changed between ↵Gunter Knauf
compiler versions.
2007-06-30enabled building for NetWare CLIB architecture.Gunter Knauf
2007-06-22made debug flag settable from outside; add allways debug stuff when DB != NDEBUGGunter Knauf
2007-03-27added variadic macro stuff.Gunter Knauf
2007-03-26changed link lib order to make nlmconv happy.Gunter Knauf
2007-03-26added CVS Id tag.Gunter Knauf
2007-03-26fixed build to use compiler-default lib extension.Gunter Knauf
2007-01-28enabled build with hardcoded ca-bundle path;Gunter Knauf
added distclean target.
2007-01-28use var for awk.Gunter Knauf
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-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-05Better cope with a failed or unavailable ftruncate().Dan Fandrich
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
2004-09-03fixed nasty warnings with gcc 3.3.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