1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 12:09:49 +00:00

renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.

This commit is contained in:
Gunter Knauf
2009-07-14 13:38:50 +00:00
parent f474f738a5
commit e391db0ef9
8 changed files with 19 additions and 15 deletions

View File

@ -1,5 +1,9 @@
Changelog for the c-ares project
* 14 Jul 2009 (Guenter Knauf)
- renamed generated config.h to ares_config.h to avoid any future clashes
with config.h from other projects.
* June 8 2009 (Yang Tse)
- Removed buildconf.bat from release and daily snapshot archives. This
file is only for CVS tree checkout builds.