diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:30:24 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:30:24 +0000 |
commit | 18b3833f90d8c8f8781d45cfcdc14c99a040fa13 (patch) | |
tree | 2b5a2cf39a4c53b69e7613ce3144322ed7777e8b /CHANGES | |
parent | f671d0513ccc9cdcd7516c732c719b2f31a9578e (diff) |
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Guenter Knauf (14 Jul 2009) +- renamed generated config.h to curl_config.h to avoid any future clashes + with config.h from other projects. + Daniel Stenberg (9 Jul 2009) - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for setting a file descriptor non-blocking. Used by the functionality Eric |