aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
AgeCommit message (Collapse)Author
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
2008-06-08enable additional CFLAGS from commandline.Gunter Knauf
2008-03-31moved CURL_CA_BUNDLE define to generated config.h.Gunter Knauf
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
$capath is known to configure, so it can be defined in config.h instead.
2008-02-27another small change to the makefiles to simplify rules.Gunter Knauf
2008-02-26some more minor makefile changes; removed useless dist target.Gunter Knauf
2008-02-26fixed install target to create a ca-bundle.crt since we have no longer one ↵Gunter Knauf
in the project.
2008-02-18added check symbol for linking with POSIX prelude.Gunter Knauf
2008-02-16seems that curently we dont need the imports from (l)ldapx.imp.Gunter Knauf
2008-02-16re-ordered the module dependency list;Gunter Knauf
removed unsused ldap module dependency since the module didnt autounload from protected address space.
2008-02-04fixed entry symbols when linked with posix prelude.Gunter Knauf
2008-02-04added makefile flag to link with NLM POSIX semantics.Gunter Knauf
2008-01-24updated makefiles to use global copyright define.Gunter Knauf
2008-01-24minor makefile tweaks.Gunter Knauf
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-12disable LDAP since we can no longer compile due to header incompatiblities.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-11updated makefile to compile nwos.c.Gunter Knauf
2007-07-09added better CodeWarrior detection (forgot to add with previos version).Gunter Knauf
2007-07-08added better CodeWarrior detection;Gunter Knauf
moved autounload flag so that its used for both lib architectures.
2007-07-07removed some obsolete include paths and defines.Gunter Knauf
2007-07-03fixed rule to build libcares when needed.Gunter Knauf
2007-07-02some more makefile tweaks and hacks to deal with both lib architectures.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-04-21fixed ARFLAGS for CodeWarrior build.Gunter Knauf
2007-04-16added ranlib when library is created with ar.Gunter 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-03-20Remove unneeded 'HAVE_*' defines.Gisle Vanem
2007-01-28enabled build with hardcoded ca-bundle path;Gunter Knauf
added distclean target.
2007-01-28force to create ca-bunde.h even if it exists already.Gunter Knauf
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