|
@@ -33,13 +33,14 @@
|
|
#undef MEMORY_DEBUGGING
|
|
#undef MEMORY_DEBUGGING
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#include <stdlib.h>
|
|
|
|
+#include <time.h>
|
|
|
|
+
|
|
#define USE_TIMERS
|
|
#define USE_TIMERS
|
|
-#define CIVETWEB_API static
|
|
|
|
|
|
+//#define CIVETWEB_API static
|
|
#include "../include/civetweb.h"
|
|
#include "../include/civetweb.h"
|
|
#include "../src/civetweb.c"
|
|
#include "../src/civetweb.c"
|
|
|
|
|
|
-#include <stdlib.h>
|
|
|
|
-
|
|
|
|
#include "private.h"
|
|
#include "private.h"
|
|
|
|
|
|
/* This unit test file uses the excellent Check unit testing library.
|
|
/* This unit test file uses the excellent Check unit testing library.
|