aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_toolarge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_toolarge.c')
-rw-r--r--src/testcurl/test_toolarge.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index b4b58e57..e2aaabc4 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -32,7 +32,7 @@
32 * @author Karlson2k (Evgeny Grin) 32 * @author Karlson2k (Evgeny Grin)
33 * @author Christian Grothoff 33 * @author Christian Grothoff
34 */ 34 */
35#include "MHD_config.h" 35#include "mhd_options.h"
36#include "platform.h" 36#include "platform.h"
37#include <curl/curl.h> 37#include <curl/curl.h>
38#include <microhttpd.h> 38#include <microhttpd.h>
@@ -193,8 +193,6 @@ _mhdErrorExit_func (const char *errDesc, const char *funcName, int lineNum)
193 193
194#define BUFFER_SIZE 1024 194#define BUFFER_SIZE 1024
195 195
196#define MHD_ASAN_ACTIVE 1
197
198/* The size of the test element that must pass the test */ 196/* The size of the test element that must pass the test */
199#ifndef MHD_ASAN_POISON_ACTIVE 197#ifndef MHD_ASAN_POISON_ACTIVE
200#define TEST_OK_SIZE (BUFFER_SIZE - 384) 198#define TEST_OK_SIZE (BUFFER_SIZE - 384)