diff options
Diffstat (limited to 'include/httpd.h')
-rw-r--r-- | include/httpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index 658780c5ef..9ee3aa4018 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -648,6 +648,9 @@ struct ap_method_list_t { #define INCLUDES_MAGIC_TYPE3 "text/x-server-parsed-html3" /** Magic for mod_dir */ #define DIR_MAGIC_TYPE "httpd/unix-directory" +/** Default for r->handler if no content-type set by type_checker */ +#define AP_DEFAULT_HANDLER_NAME "" +#define AP_IS_DEFAULT_HANDLER_NAME(x) (*x == '\0') /** @} */ /* Just in case your linefeed isn't the one the other end is expecting. */ |