summaryrefslogtreecommitdiff
path: root/src/Makefile.netware
Commit message (Collapse)AuthorAgeFilesLines
* Set -fpcc-struct-return only for gcc compiler.curl-7_21_4Guenter Knauf2011-02-171-1/+4
|
* Added -m32 to CFLAGS to compile with x86_64 gcc.Guenter Knauf2011-02-131-0/+1
|
* Updated OpenSSL version, added links to docu.Guenter Knauf2011-02-131-1/+1
|
* Added support for axTLS to NetWare build.Guenter Knauf2010-12-221-0/+19
|
* Updated OpenSSL version.Guenter Knauf2010-12-051-1/+1
|
* build: provide SIZEOF_SIZE_T netware definitionYang Tse2010-12-021-0/+2
|
* Added build bits for librtmp to NetWare makefiles.Guenter Knauf2010-10-121-0/+14
|
* Some NetWare makefile tweaks.Guenter Knauf2010-10-031-37/+43
| | | | | | | | Renamed SDK_* to NDK_*; made NDK_* defines overwriteable from environment; removed now obsolete YACC macro; moved some curl_config.h defines to IPv6 section since they are only needed when IPv6 is enabled - this makes libcurl compile with older NDKs too which were not IPv6-aware.
* Syncroniszed vclean target; fixed some comments.Guenter Knauf2010-08-151-3/+3
|
* Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.Guenter Knauf2010-08-021-1/+4
|
* Updated library versions.Guenter Knauf2010-07-221-2/+2
|
* encourage users to take latest lib dependencies.Guenter Knauf2010-04-241-2/+2
|
* fixed a path typo in src/Makefile.netware.Guenter Knauf2010-04-121-2/+2
|
* make folks use latest available dependent libraries.Guenter Knauf2010-03-311-9/+13
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* fix sizeof shortYang Tse2010-02-261-1/+1
|
* 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 ↵Gunter Knauf2009-09-071-1/+1
| | | | have a sh-like shell also on Windows (MSYS, Cygwin).
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-3/+3
| | | | libcurl is used with other projects which also have a config.h.
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-4/+0
|
* moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially ↵Gunter Knauf2009-04-151-2/+1
| | | | already)
* 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 ↵Gunter Knauf2008-12-301-3/+3
| | | | with other Makefile.netware.
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵Gunter Knauf2008-12-301-1/+1
| | | | just found that ares already uses this define.
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵Gunter Knauf2008-12-301-0/+1
| | | | be IPv6-aware.
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+2
| | | | non-blocking mode, and decouple function detection from function capability.
* 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
| | | | inet_pton function is available.
* 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
| | | | | | | | | when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'.
* 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
| | | | to have a curl_off_t data type no longer gated to off_t.
* 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
| | | | | now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
| | | | to the data type pointed by its respective argument and not the pointer type.
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+15
| | | | | | 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.
* 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
|