Callback to implement test for start_cond_section. */
| 2897 | |
| 2898 | /* Callback to implement <IfModule> test for start_cond_section. */ |
| 2899 | static int test_ifmod_section(cmd_parms *cmd, const char *arg) |
| 2900 | { |
| 2901 | return find_module(cmd->server, arg) != NULL; |
| 2902 | } |
| 2903 | |
| 2904 | AP_DECLARE(int) ap_exists_config_define(const char *name) |
| 2905 | { |
nothing calls this directly
no test coverage detected