/* * include+cache.c * Copyright © 2007 Adrian Perez * * Distributed under terms of the MIT license. */ #include "ngx_http_fancyindex_module.h" #include static int s_inliner_init_done = 0; int nfi_inliner_init(void) { if (s_inliner_init_done) return 1; }