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.
Previous: DYNAMIC_MODULE_LIMIT
Next: FNM_CASE_BLIND
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)