Daniel Stenberg
74d3b56a0f
check for a few basic header files
21 years ago
Daniel Stenberg
3e2959f67c
this code uses no long long, so we can have warnings about them
21 years ago
Daniel Stenberg
bff8eca5ae
check for standard headers when --enable-debug is used
21 years ago
Daniel Stenberg
dd6dd055b3
I removed the socklen_t requirement from memdebug.h, so we don't need to
...
figure it out here anymore to build debug builds.
21 years ago
Daniel Stenberg
9264a4649d
The --enable-debug option really requires this to be built as part of curl.
...
When using it, we now set the include path to better find the devel curl
headers, and we check for the socklen_t type since the curl memdebug stuff
needs it.
21 years ago
Daniel Stenberg
15d2d14259
don't assume we can use gcc 2.96+ options
21 years ago
Daniel Stenberg
2cb9a82bac
we use the more aggressive compiler warnings
21 years ago
Daniel Stenberg
2bf1e41f46
use configure.ac instead of configure.in
...
support --enable-debug to switch on picky compiler options
21 years ago