|
@@ -10474,6 +10474,15 @@ forward_body_data(struct mg_connection *conn, FILE *fp, SOCKET sock, SSL *ssl)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+
|
|
|
|
+#if defined(USE_TIMERS)
|
|
|
|
+
|
|
|
|
+#define TIMER_API static
|
|
|
|
+#include "timer.inl"
|
|
|
|
+
|
|
|
|
+#endif /* USE_TIMERS */
|
|
|
|
+
|
|
|
|
+
|
|
#if !defined(NO_CGI)
|
|
#if !defined(NO_CGI)
|
|
/* This structure helps to create an environment for the spawned CGI
|
|
/* This structure helps to create an environment for the spawned CGI
|
|
* program.
|
|
* program.
|
|
@@ -10771,14 +10780,6 @@ prepare_cgi_environment(struct mg_connection *conn,
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-#if defined(USE_TIMERS)
|
|
|
|
-
|
|
|
|
-#define TIMER_API static
|
|
|
|
-#include "timer.inl"
|
|
|
|
-
|
|
|
|
-#endif /* USE_TIMERS */
|
|
|
|
-
|
|
|
|
-
|
|
|
|
static int
|
|
static int
|
|
abort_process(void *data)
|
|
abort_process(void *data)
|
|
{
|
|
{
|