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

18 Commits

Author SHA1 Message Date
ad10862b8d build acountry too 2007-12-11 19:34:31 +00:00
6d913add78 grrr, the previous commit was meant to properly make sure that we don't
link any executables when doing debug builds since they kind of assume
symbols provided by libcurl, but it also wrongly included acountry.c
2007-12-10 22:20:26 +00:00
03431e22b2 when building 2007-12-10 22:19:06 +00:00
80dbaf63be build ahost and adig by default but don't install them 2007-12-10 21:42:04 +00:00
d0afd9586d pkgconfig fix by Andreas Schuldei 2007-11-27 22:38:11 +00:00
e64b103303 Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI
and API changes in the progress callback (and possibly more coming up from
Steinar)
2007-09-28 20:28:06 +00:00
bebef9e940 added initial pkg-config file (attempt) 2007-07-26 21:56:47 +00:00
93bb7ef1ea 1.4.0 preps 2007-06-08 08:46:28 +00:00
bc76d02bc3 Install ares_dns.h too 2006-11-22 22:51:01 +00:00
ca324db453 include config-win32.h in release archives 2006-06-26 08:56:04 +00:00
2fc66d7b01 Copied the NO_UNDEFINED magic from libcurl to make this build fine again with
libtool cross-compiled on linux with mingw32
2006-05-24 23:02:51 +00:00
617c3100f5 removed files no longer existing 2005-11-12 00:01:50 +00:00
86f22ffb66 well hit me, that wasn't possible, use 1:0:0 anyway... 2005-08-21 21:27:19 +00:00
d8263771f5 modified the version-info, we only added functions 2005-08-21 21:25:42 +00:00
59f2a579bc increase version info 2005-08-21 21:25:07 +00:00
c02df16ef5 credits 2005-04-11 14:07:02 +00:00
902015cfd9 maketgz now creates a ares_version.h.dist file with the given version data
properly set, and the Makefile.am is now fixed to use that when building
a new package with make dist.
2004-10-24 13:02:09 +00:00
d5f3636a52 - Fixed a few variable return types for some system calls. Made configure
check for ssize_t to make it possible to use that when receiving the send()
  error code. This is necessary to prevent compiler warnings on some systems.

- Made configure create config.h, and all source files now include setup.h that
  might include the proper config.h (or a handicrafted alternative).

- Switched to 'ares_socket_t' type for sockets in ares, since Windows don't
  use 'int' for that.

- automake-ified and libool-ified c-ares. Now it builds libcares as a shared
  lib on most platforms if wanted. (This bloated the size of the release
  archive with another 200K!)

- Makefile.am now uses Makefile.inc for the c sources, h headers and man
  pages, to make it easier for other makefiles to use the exact same set of
  files.

- Adjusted 'maketgz' to use the new automake magic when building distribution
  archives.
2004-07-22 22:18:45 +00:00