summaryrefslogtreecommitdiff
path: root/src/Makefile.netware
Commit message (Expand)AuthorAgeFilesLines
* NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse2008-10-301-0/+2
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-1/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-1/+0
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-161-0/+1
* enabled largefile feature for LIBC builds.Gunter Knauf2008-09-041-0/+2
* OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse2008-08-171-0/+2
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-161-1/+0
* Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse2008-08-131-0/+21
* sync src makefile with lib makefile.Gunter Knauf2008-08-121-1/+1
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-1/+0
* Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse2008-07-211-1/+1
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+15
* enable additional CFLAGS from commandline.Gunter Knauf2008-06-081-1/+1
* removed double dependency.Gunter Knauf2008-04-021-1/+1
* another small change to the makefiles to simplify rules.Gunter Knauf2008-02-271-5/+3
* added curl.html to install package.Gunter Knauf2008-02-261-0/+1
* some more minor makefile changes; removed useless dist target.Gunter Knauf2008-02-261-7/+4
* added check symbol for linking with POSIX prelude.Gunter Knauf2008-02-181-0/+1
* seems that curently we dont need the imports from (l)ldapx.imp.Gunter Knauf2008-02-161-2/+2
* re-ordered the module dependency list;Gunter Knauf2008-02-161-4/+4
* fixed entry symbols when linked with posix prelude.Gunter Knauf2008-02-041-0/+5
* added makefile flag to link with NLM POSIX semantics.Gunter Knauf2008-02-041-1/+15
* updated makefiles to use global copyright define.Gunter Knauf2008-01-241-1/+1
* minor makefile tweaks.Gunter Knauf2008-01-241-3/+3
* updated copyright for new year.Gunter Knauf2008-01-171-1/+1
* removed now obsolete defines;Gunter Knauf2007-11-181-2/+2
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* compile with ldaps by default since it seems to work fine so far.Gunter Knauf2007-08-201-0/+3
* added define for ldap_ssl.h.Gunter Knauf2007-08-201-0/+2
* only include LDAP headers if we build with LDAP support.Gunter Knauf2007-08-141-2/+3
* changed autoload dependent LDAP NLM.Gunter Knauf2007-08-141-2/+2
* trial to enable LDAP support again with patched Novell headers.Gunter Knauf2007-08-141-6/+18
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-2/+0
* changed to use libssh2 0.16;Gunter Knauf2007-08-041-10/+10
* added better CodeWarrior detection;Gunter Knauf2007-07-081-1/+6
* removed some obsolete include paths and defines.Gunter Knauf2007-07-071-4/+4
* fixed rule to build libcares when needed.Gunter Knauf2007-07-031-2/+5
* added libcares to static build if ares enabled.Gunter Knauf2007-07-031-0/+3
* some more makefile tweaks and hacks to deal with both lib architectures.Gunter Knauf2007-07-021-11/+14
* ignore make error when trying to copy curl.pdf which isnt in CVS.Gunter Knauf2007-07-011-1/+1
* changed RECV_* / SEND_* defines to correctly reflect NetWare APIs;Gunter Knauf2007-07-011-17/+27
* disabled 64bit type for CLIB build which removes compiler runtime dependency.Gunter Knauf2007-07-011-10/+10
* added lib architecture to NLM description.Gunter Knauf2007-07-011-1/+1
* added HAVE_SYS_IOCTL_H define; added gcc runtime.Gunter Knauf2007-06-301-0/+1
* fixed path to Metrowerks tools and runtime since they changed between compile...Gunter Knauf2007-06-301-3/+8
* enabled building for NetWare CLIB architecture.Gunter Knauf2007-06-301-17/+32
* made debug flag settable from outside; add allways debug stuff when DB != NDEBUGGunter Knauf2007-06-221-4/+5