Yang Tse
|
13616f8f96
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
|
18 years ago |
Yang Tse
|
fe22872d14
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
|
18 years ago |
Daniel Stenberg
|
e85e30546c
Roland Blom filed bug report #1481217
|
18 years ago |
Gisle Vanem
|
3cbb1b2b64
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
|
18 years ago |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 years ago |
Daniel Stenberg
|
5f0366c2cb
only define _REENTRANT if not already defined, and only in setup.h
|
19 years ago |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 years ago |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 years ago |