mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Move the CURLDEBUG check after setup.h so it can be set there if necessary.
This commit is contained in:
parent
2748c64d60
commit
08aab6a620
@ -790,3 +790,9 @@
|
|||||||
|
|
||||||
/* the signed version of size_t */
|
/* the signed version of size_t */
|
||||||
/* #undef ssize_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
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#ifdef CURLDEBUG
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* _ _ ____ _
|
* _ _ ____ _
|
||||||
* Project ___| | | | _ \| |
|
* Project ___| | | | _ \| |
|
||||||
@ -24,6 +23,7 @@
|
|||||||
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
|
||||||
|
#ifdef CURLDEBUG
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_SOCKET_H
|
#ifdef HAVE_SYS_SOCKET_H
|
||||||
|
Loading…
Reference in New Issue
Block a user