treebird/src/cgi.h
nekobit 1bcd944584 Add bugs
FossilOrigin-Name: aad31b66d4026159283cb42fe630a61d892565c3a0d95a90de7bca7aaf6be9a8
2022-11-14 14:18:35 +00:00

19 lines
297 B
C

/*
* Treebird - Lightweight frontend for Pleroma
*
* Licensed under the BSD 2-Clause License
*/
/* #ifndef IMPORT_CGI_H */
/* #define IMPORT_CGI_H */
#ifndef NO_FCGI
#include <fcgi_stdio.h>
#endif // NO_FCGI
#ifndef SINGLE_THREADED
#include <fcgiapp.h>
#endif // SINGLE_THREADED
// #endif