mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
tests/server: drop memdebug.h
It's no longer used in any build configuration.
Follow-up to fffec3d7e9 #17629
Closes #17700
This commit is contained in:
parent
bbadbd7795
commit
e29f11f2d6
9 changed files with 0 additions and 27 deletions
|
|
@ -48,9 +48,6 @@
|
|||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "getpart.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
static int dnsd_wrotepidfile = 0;
|
||||
static int dnsd_wroteportfile = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -27,9 +27,6 @@
|
|||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "curl_memory.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
#define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
|
||||
|
||||
#define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
|
||||
|
|
|
|||
|
|
@ -55,9 +55,6 @@
|
|||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "getpart.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
#define MQTT_MSG_CONNECT 0x10
|
||||
#define MQTT_MSG_CONNACK 0x20
|
||||
#define MQTT_MSG_PUBLISH 0x30
|
||||
|
|
|
|||
|
|
@ -44,9 +44,6 @@
|
|||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
static int test_resolve(int argc, char *argv[])
|
||||
{
|
||||
int arg = 1;
|
||||
|
|
|
|||
|
|
@ -51,9 +51,6 @@
|
|||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "getpart.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
#undef REQBUFSIZ
|
||||
#define REQBUFSIZ 150000
|
||||
|
||||
|
|
|
|||
|
|
@ -103,9 +103,6 @@
|
|||
|
||||
#include <curlx.h> /* from the private lib dir */
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
/* buffer is this excessively large only to be able to support things like
|
||||
test 1003 which tests exceedingly large server response lines */
|
||||
#define BUFFER_SIZE 17010
|
||||
|
|
|
|||
|
|
@ -75,9 +75,6 @@
|
|||
|
||||
#include <curlx.h> /* from the private lib dir */
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
static const char *backendaddr = "127.0.0.1";
|
||||
static unsigned short backendport = 0; /* default is use client's */
|
||||
|
||||
|
|
|
|||
|
|
@ -52,9 +52,6 @@
|
|||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "getpart.h"
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
static bool use_gopher = FALSE;
|
||||
static bool is_proxy = FALSE;
|
||||
|
||||
|
|
|
|||
|
|
@ -121,9 +121,6 @@ struct tftphdr {
|
|||
#define TFTP_ENOUSER 7
|
||||
/****************************************************************************/
|
||||
|
||||
/* include memdebug.h last */
|
||||
#include <memdebug.h>
|
||||
|
||||
/*****************************************************************************
|
||||
* STRUCT DECLARATIONS AND DEFINES *
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue