treebird/src/cgi.h
nekobit ded0b83151 3rd clause
FossilOrigin-Name: 8766275cac121ced2142c9dee80f2c21a0337e9eb65501961807aba8fca0f252
2022-11-14 15:36:33 +00:00

19 lines
297 B
C

/*
* Treebird - Lightweight frontend for Pleroma
*
* Licensed under the BSD 3-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