npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / thdsws / main.c
blobfee6e13a6e2aac38fdbde4e1cf2019d98874c62a
1 #ifndef THDSWS_MAIN_C
2 #define THDSWS_MAIN_C
3 /*
4 * code protected with a GNU affero GPLv3 license
5 * copyright (C) 2020 Sylvain BERTRAND
6 */
7 #include <stdlib.h>
8 #include <stdarg.h>
9 #include <signal.h>
10 #include <pthread.h>
11 #include <errno.h>
12 #include <stdatomic.h>
13 #include <unistd.h>
14 #include <time.h>
15 #include "npv/c_fixing.h"
16 #include "npv/global.h"
17 #include "npv/public.h"
18 #include "npv/thdsws/public.h"
19 /*----------------------------------------------------------------------------*/
20 #include "npv/namespace/ffmpeg.h"
21 #include "npv/thdsws/namespace/public.h"
22 #include "npv/thdsws/namespace/main.c"
23 /*----------------------------------------------------------------------------*/
24 #include "npv/thdsws/local/code.frag.c"
25 #include "npv/thdsws/public/code.frag.c"
26 /*----------------------------------------------------------------------------*/
27 #define CLEANUP
28 #include "npv/namespace/ffmpeg.h"
29 #include "npv/thdsws/namespace/public.h"
30 #include "npv/thdsws/namespace/main.c"
31 #undef CLEANUP
32 /*----------------------------------------------------------------------------*/
33 #endif