| 2907 | } |
| 2908 | |
| 2909 | static int test_ifdefine_section(cmd_parms *cmd, const char *arg) |
| 2910 | { |
| 2911 | return ap_exists_config_define(arg); |
| 2912 | } |
| 2913 | |
| 2914 | static int test_iffile_section(cmd_parms *cmd, const char *arg) |
| 2915 | { |
nothing calls this directly
no test coverage detected