Apache 1.3 API Documentation

Constant FLAG

Definition:

#include "httpd.h"
see cmd_how.
     

Usage example:

static const command_rec module_cmds[] =
{
        .
    {"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, FLAG,
     "directive description"},
        .
    {NULL}
};
     

This value indicates that the directive in whose definition it appears takes a single Boolean keyword argument, one of 'Off' or 'On'. When the directive handler is invoked, the argument will be an int value -- either zero or non-zero, respectively.

See also:
cmd_how, ITERATE, ITERATE2, NO_ARGS, RAW_ARGS, TAKE1, TAKE12, TAKE123, TAKE13, TAKE2, TAKE23, TAKE3

Previous: DYNAMIC_MODULE_LIMIT Next: FNM_CASE_BLIND

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