summaryrefslogtreecommitdiff
path: root/Makefile.netware
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-17minor Makefile fix - let's go 2006;Gunter Knauf1-3/+3
2005-08-10minor Makefile fix.Gunter Knauf1-1/+1
2005-08-10minor Makefile fix.Gunter Knauf1-1/+1
2005-08-10make ares compile again for NetWare.Gunter Knauf1-0/+2
2005-04-23fix for recent changes.Gunter Knauf1-1/+1
2005-04-22changes for building with IPV6.Gunter Knauf1-2/+9
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg1-1/+1
2005-03-11oops, once is enough! ;-)Daniel Stenberg1-1/+0
2005-03-11Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.Daniel Stenberg1-0/+1
2005-03-11Added HAVE_AF_INET6 to Netware's config.hDan Fandrich1-0/+1
2005-03-11Added HAVE_STRUCT_IN6_ADDR to Netware's config.hDan Fandrich1-0/+1
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf1-1/+1
2004-07-11minor cleanup.Gunter Knauf1-28/+6
2004-07-11added ifdef for NetWare to ares.h.Gunter Knauf1-1/+0
2004-07-05try to relax linux build host detection.Gunter Knauf1-1/+1
2004-07-04update to build both test apps.Gunter Knauf1-36/+43
2004-07-03minor fix for compiling on Linux.Gunter Knauf1-3/+1
2004-07-03added NetWare makefile.Gunter Knauf1-0/+335