Apache 1.3 API Documentation

Routine ap_exists_config_define

Definition:

int ap_exists_config_define(char *name);
     

Usage example:

defined = ap_exists_config_define(arg);
if ((!not && defined) || (not && !defined)) {
    /* condition has been met */
     

No documentation available.


Previous: ap_escape_shell_cmd Next: ap_exists_scoreboard_image

Table of Contents (Routines, Structures, Data Cells, Constants)