=head1 NAME Apache::Options - OPT_* defines from httpd_core.h =head1 Synopsis use Apache::Options; =head1 Description The C module will export the following bitmask constants: OPT_NONE OPT_INDEXES OPT_INCLUDES OPT_SYMLINKS OPT_EXECCGI OPT_UNSET OPT_INCNOEXEC OPT_SYM_OWNER OPT_MULTI OPT_ALL These constants can be used to check the return value from Crequest-Eallow_options()> method. This module is simply a stub which imports from C, just as if you had said C. =head1 Maintainers Maintainer is the person(s) you should contact with updates, corrections and patches. =over =item * The L =back =head1 Authors =over =item * Doug MacEachern =back Only the major authors are listed above. For contributors see the Changes file. =head1 See Also L, L =cut