summaryrefslogtreecommitdiff
path: root/Makefile.netware
AgeCommit message (Expand)AuthorFilesLines
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 li...Gunter Knauf1-3/+3
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 wit...Gunter Knauf1-0/+3
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
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-1/+0
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
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
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse1-6/+6
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse1-0/+15
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
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
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* define...Gunter Knauf1-19/+26
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 l...Gunter Knauf1-6/+7
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
2007-01-23enabled build with libssh2; fixed copyright for new year..Gunter Knauf1-1/+1
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse1-0/+2
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse1-1/+2
2006-07-31Provide definitions needed for macros sread() and swrite() in config file.Yang Tse1-0/+13
2006-04-20removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf1-1/+1