Prettied up module configs.
[mod_auth_kerb.git] / apache2 / module.c
1 module AP_MODULE_DECLARE_DATA kerb_auth_module =
2 {
3         STANDARD20_MODULE_STUFF,
4         kerb_dir_config,                /* create per-dir    conf structures  */
5         NULL,                           /* merge  per-dir    conf structures  */
6         NULL,                           /* create per-server conf structures  */
7         NULL,                           /* merge  per-server conf structures  */
8         kerb_auth_cmds,                 /* table of configuration directives  */
9         kerb_register_hooks             /* register hooks                     */
10 };