Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
be defined as many include files as possible (Solaris req)
|
|
|
|
|
|
specify exactly what global parts to init. Thanks to Sterling Hughes really
for arguing wisely.
|
|
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in
string.h, then you'll face a bunch of warnings on all instances
where strtok_r() is used.
There's not much we can do about it. Adding a prototype here screws
everything up on other platforms! :-(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoconf/automake files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
release archive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it will make it better when the application uses several libs that use
openssl and it also enables us to do the win32 winsock initing in the future
if we want to
|
|
|
|
but it shows good manner to always cleanup
|
|
|
|
in 'make distcheck' will work
|
|
|
|
curl_global_* functions
|