Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -6,6 +6,13 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Yang Tse (7 Aug 2008)
|
||||
- Added curlbuild.h and curlrules.h header files to libcurl's public headers.
|
||||
File curlbuild.h is a generated file on configure-capable systems. This is
|
||||
a first step towards configure-based info in public headers. Currently only
|
||||
used to provide support for a curl_off_t data type which is not gated to
|
||||
off_t. Further details are documented inside these mentioned header files.
|
||||
|
||||
Yang Tse (5 Aug 2008)
|
||||
- Changes done to buildconf script. Validate that autom4te and autoconf, as
|
||||
well as aclocal and automake, versions match. Improve removal of previous
|
||||
|
||||
Reference in New Issue
Block a user