1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 09:29:35 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
f1a99137a2 a couple of small fixes to the makefile:
fixed comments; fixed INSTDIR define, simplified rules;
changed to use get_ver.awk in current dir rather than the curl one.
2008-02-27 01:43:12 +00:00
e6dbd9b729 fixed linker def file for tools when compiled with gcc/nlmconv. 2008-02-16 00:21:58 +00:00
f63b5d8e36 updated copyright for new year. 2008-01-17 01:20:03 +00:00
40fdf490b5 Added build of acountry.nlm. 2007-12-11 17:24:43 +00:00
d1015f560d removed now obsolete defines;
updated external library versions to latest.
2007-11-18 22:48:39 +00:00
d750fa4c2d added curl include for debug builds. 2007-07-20 21:50:53 +00:00
1c91a98fcd added better CodeWarrior detection. 2007-07-08 23:17:56 +00:00
5afa20d5f6 removed some obsolete include paths and defines. 2007-07-07 16:26:02 +00:00
316c126447 few minor changes to make ares compile for NetWare CLIB architecture. 2007-07-03 16:00:36 +00:00
95a1092e59 changed to build for CLIB / LIBC. 2007-07-03 00:42:11 +00:00
c6a9531682 sync'd with lib makefile changes: use var for awk; fixed RECV* / SEND* defines; debug var can be overwritten; added better compiler path handling. 2007-07-02 18:50:18 +00:00
afa85a5529 fixed ARFLAGS for CodeWarrior build. 2007-04-21 15:32:35 +00:00
5e98ddf313 added ranlib when library is created with ar. 2007-04-16 20:54:56 +00:00
72beefe4f4 ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c 2007-04-16 13:17:26 +00:00
c719f57fd2 added variadic macro stuff. 2007-03-27 19:27:43 +00:00
fbc5f78942 added CVS Id tag. 2007-03-26 01:54:06 +00:00
f63729290b fixed build to use compiler-default lib extension. 2007-03-26 01:50:44 +00:00
f8c4607cef enabled build with libssh2; fixed copyright for new year.. 2007-01-23 00:26:45 +00:00
286eafac7b Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
as appropriate for platforms that don't have autotools support
2006-11-24 16:38:58 +00:00
69dcc701cf Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support 2006-10-14 12:01:44 +00:00
6438dff987 Provide definitions needed for macros sread() and swrite() in config file. 2006-07-31 16:58:10 +00:00
772811b915 removed -fpack-struct because gcc4 seems to know its obsolete and warns... 2006-04-20 10:26:51 +00:00
cdd3f45374 minor Makefile fix - let's go 2006;
use correct version var.
2006-04-17 18:04:27 +00:00
5374e1ea76 minor Makefile fix. 2005-08-10 21:45:59 +00:00
26d72f76cf minor Makefile fix. 2005-08-10 20:45:49 +00:00
29203fd66d make ares compile again for NetWare. 2005-08-10 16:55:06 +00:00
ed5ced320b fix for recent changes. 2005-04-23 11:59:06 +00:00
1a230e91e6 changes for building with IPV6. 2005-04-22 13:03:17 +00:00
784cc294b1 Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
49f3631b43 oops, once is enough! ;-) 2005-03-11 08:03:20 +00:00
22309ec988 Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate. 2005-03-11 07:53:42 +00:00
45db41868d Added HAVE_AF_INET6 to Netware's config.h 2005-03-11 07:52:24 +00:00
9bb334e3a3 Added HAVE_STRUCT_IN6_ADDR to Netware's config.h 2005-03-11 05:39:37 +00:00
dec3ecd80d fixed nasty warnings with gcc 3.3. 2004-09-03 18:51:36 +00:00
55ee00cb1e minor cleanup. 2004-07-11 18:14:11 +00:00
b481d6fd2d added ifdef for NetWare to ares.h. 2004-07-11 08:30:23 +00:00
7087002c97 try to relax linux build host detection. 2004-07-05 01:58:33 +00:00
8652fc917e update to build both test apps. 2004-07-04 21:35:26 +00:00
34a868828d minor fix for compiling on Linux. 2004-07-03 22:25:37 +00:00
cf062b5d13 added NetWare makefile. 2004-07-03 21:44:32 +00:00