Loading lib/config-symbian.h +6 −0 Original line number Diff line number Diff line Loading @@ -790,3 +790,9 @@ /* the signed version of size_t */ /* #undef ssize_t */ /* Enabling curl debug mode when building in Symbian debug mode would work */ /* except that debug mode introduces new exports that must be frozen. */ #ifdef _DEBUG /* #define CURLDEBUG */ #endif lib/memdebug.c +1 −1 Original line number Diff line number Diff line #ifdef CURLDEBUG /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading @@ -24,6 +23,7 @@ #include "setup.h" #ifdef CURLDEBUG #include <curl/curl.h> #ifdef HAVE_SYS_SOCKET_H Loading Loading
lib/config-symbian.h +6 −0 Original line number Diff line number Diff line Loading @@ -790,3 +790,9 @@ /* the signed version of size_t */ /* #undef ssize_t */ /* Enabling curl debug mode when building in Symbian debug mode would work */ /* except that debug mode introduces new exports that must be frozen. */ #ifdef _DEBUG /* #define CURLDEBUG */ #endif
lib/memdebug.c +1 −1 Original line number Diff line number Diff line #ifdef CURLDEBUG /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | Loading @@ -24,6 +23,7 @@ #include "setup.h" #ifdef CURLDEBUG #include <curl/curl.h> #ifdef HAVE_SYS_SOCKET_H Loading