summaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
Commit message (Expand)AuthorAgeFilesLines
...
* Syncroniszed vclean target; fixed some comments.Guenter Knauf2010-08-151-3/+3
* Block created curlbuild.h for NetWare to avoid usage from other platforms.Guenter Knauf2010-08-071-0/+3
* Updated library versions.Guenter Knauf2010-07-221-2/+2
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-241-2/+2
* make folks use latest available dependent libraries.Guenter Knauf2010-03-311-10/+14
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-0/+2
* changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can ha...Gunter Knauf2009-09-071-1/+1
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-3/+3
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-4/+0
* Use 'unsigned int' instead of size_t attempting to avoid header inclusionYang Tse2009-04-301-1/+1
* NetWare LibC's getpeername() third argument data type is size_tYang Tse2009-04-301-1/+1
* curl_socklen_t NetWare follow-upYang Tse2009-04-291-0/+5
* moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially alr...Gunter Knauf2009-04-151-2/+1
* HAVE_LIMITS_H definition for NetWare CLIBYang Tse2009-04-141-0/+1
* some minor Makefile tweaks for latest libssh2.Gunter Knauf2009-04-091-1/+1
* some minor Makefile tweaks.Gunter Knauf2009-03-291-3/+3
* added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...Gunter Knauf2008-12-301-3/+3
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-301-1/+1
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...Gunter Knauf2008-12-301-0/+1
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+2
* changed to latest libidn version.Gunter Knauf2008-11-131-1/+1
* changed defines to make autobuild logs display libidn usage.Gunter Knauf2008-11-131-1/+2
* updated OpenSSL version.Gunter Knauf2008-11-111-1/+1
* added libidn build.Gunter Knauf2008-11-111-0/+12
* 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
* leftoverYang Tse2008-08-251-1/+1
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-251-2/+2
* OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectoryYang Tse2008-08-171-1/+2
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-161-1/+0
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-4/+4
* Sync config.h generation from lib/Makefile.netware and src/Makefile.netwareYang Tse2008-08-131-0/+4
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-131-0/+2
* DOS/Windows 'shells' eat echoed percent sign characters unless escaped.Yang Tse2008-08-121-2/+4
* Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse2008-08-111-0/+4
* Fix NetWare missing curl_off_t typedef!!Yang Tse2008-08-111-0/+1
* fixed creation of curlbuild.h.Gunter Knauf2008-08-101-7/+5
* Fix NetWare curlbuild.hYang Tse2008-08-101-2/+26
* Remove rule no longer needed since tests/testcurl.pl revision 1.63Yang Tse2008-08-081-4/+1
* use CP macro rather than cp command.Gunter Knauf2008-08-071-1/+1
* added rule to create include/curl/curlbuild.h from include/curl/curlbuild.h.d...Gunter Knauf2008-08-071-1/+4
* 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