summaryrefslogtreecommitdiff
path: root/Makefile.netware
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Makefile.netware: SIZEOF_SHORT definitionYang Tse1-0/+1
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse1-0/+1
2011-03-22System's errno.h inclusion cleanup follow-up.Yang Tse1-0/+1
System's errno.h is conditionally included from setup_once.h
2011-02-18Removed commented CLFAGS no longer needed.Guenter Knauf1-1/+0
2011-02-18Fixed CFLAGS for NetWare.Guenter Knauf1-2/+7
Added -m32 to enable compilation with x86_64 compilers; added conditional to set -fpcc-struct-return only for gcc compiler.
2010-12-02build: provide SIZEOF_SIZE_T netware definitionYang Tse1-0/+2
2010-08-08Added copyright string to ares_version.h and make use of it in other files.Guenter Knauf1-1/+1
2010-08-08Block created ares_build.h for NetWare to avoid usage from other platforms.Guenter Knauf1-2/+5
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-02-26Added SIZEOF_INT definitionYang Tse1-0/+1
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when ↵Gunter Knauf1-3/+3
libcurl is used with other projects which also have a config.h.
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-4/+0
2009-04-30Use 'unsigned int' instead of size_t attempting to avoid header inclusionYang Tse1-1/+1
2009-04-30NetWare LibC's getpeername() third argument data type is size_tYang Tse1-1/+1
2009-04-29ares_build.h NetWare follow-upYang Tse1-0/+2
2009-04-29ares_build.h NetWare attemptYang Tse1-1/+19
2009-04-15moved HAVE_LIMITS_H to common definesYang Tse1-2/+1
2009-04-14HAVE_LIMITS_H definition for NetWare CLIBYang Tse1-0/+1
2008-12-30added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd ↵Gunter Knauf1-0/+3
with other Makefile.netware.
2008-11-28Netware has gethostname()Dan Fandrich1-0/+1
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-1/+2
non-blocking mode, and decouple function detection from function capability.
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-1/+0
inet_pton function is available.
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse1-1/+0
2008-09-17NetWare builds include "nameser.h" from the c-ares subdirYang Tse1-8/+1
2008-09-16NetWare seems to have writev()Yang Tse1-0/+1
2008-09-15NetWare CLIB target has stricmp() and strnicmp()Yang Tse1-2/+2
2008-08-10Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.Yang Tse1-1/+0
This should have been done with the initial 64-bit curl_off_t patch.
2008-07-21Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse1-1/+1
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse1-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.
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse1-6/+6
to the data type pointed by its respective argument and not the pointer type.
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse1-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.
2008-07-09since Jun 30 2008 MAXHOSTNAMELEN define is no longer usedYang Tse1-1/+0
2008-06-11enable additional CFLAGS from commandline.Gunter Knauf1-1/+1
2008-02-27a couple of small fixes to the makefile:Gunter Knauf1-13/+7
fixed comments; fixed INSTDIR define, simplified rules; changed to use get_ver.awk in current dir rather than the curl one.
2008-02-16fixed linker def file for tools when compiled with gcc/nlmconv.Gunter Knauf1-1/+2
2008-01-17updated copyright for new year.Gunter Knauf1-1/+1
2007-12-11Added build of acountry.nlm.Gisle Vanem1-1/+1
2007-11-18removed now obsolete defines;Gunter Knauf1-2/+0
updated external library versions to latest.
2007-07-20added curl include for debug builds.Gunter Knauf1-0/+3
2007-07-08added better CodeWarrior detection.Gunter Knauf1-1/+4
2007-07-07removed some obsolete include paths and defines.Gunter Knauf1-4/+4
2007-07-03few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf1-3/+4
2007-07-03changed to build for CLIB / LIBC.Gunter Knauf1-35/+69
2007-07-02sync'd with lib makefile changes: use var for awk; fixed RECV* / SEND* ↵Gunter Knauf1-19/+26
defines; debug var can be overwritten; added better compiler path handling.
2007-04-21fixed ARFLAGS for CodeWarrior build.Gunter Knauf1-2/+2
2007-04-16added ranlib when library is created with ar.Gunter Knauf1-0/+5
2007-04-16ares_getopt() command-line parser function does not belong to actual c-ares ↵Gunter Knauf1-6/+7
library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
2007-03-27added variadic macro stuff.Gunter Knauf1-0/+8
2007-03-26added CVS Id tag.Gunter Knauf1-0/+1
2007-03-26fixed build to use compiler-default lib extension.Gunter Knauf1-4/+6