commit ed765c47539326c8963fc5b77f9b910600764489
parent c2b4cb4a968b8d2dc291cda5ae48f872f63e1256
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 13 Oct 2021 21:21:14 +0300
test_toolarge: removed debugging leftovers
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
@@ -32,7 +32,7 @@
* @author Karlson2k (Evgeny Grin)
* @author Christian Grothoff
*/
-#include "MHD_config.h"
+#include "mhd_options.h"
#include "platform.h"
#include <curl/curl.h>
#include <microhttpd.h>
@@ -193,8 +193,6 @@ _mhdErrorExit_func (const char *errDesc, const char *funcName, int lineNum)
#define BUFFER_SIZE 1024
-#define MHD_ASAN_ACTIVE 1
-
/* The size of the test element that must pass the test */
#ifndef MHD_ASAN_POISON_ACTIVE
#define TEST_OK_SIZE (BUFFER_SIZE - 384)