Hi.
This is just a typo.
Sincerely,
Joachim
--- http_config.h 2007-03-21 21:34:06.000000000 +0100
+++ http_config.h.fix 2007-03-21 21:32:54.000000000 +0100
@@ -115,7 +115,7 @@
/** method of declaring a directive with no arguments */
# define AP_INIT_NO_ARGS(directive, func, mconfig, where, help) \
- { directive, { .no_args=func }, mconfig, where, RAW_ARGS, help }
+ { directive, { .no_args=func }, mconfig, where, AP_NO_ARGS, help }
/** method of declaring a directive with raw argument parsing */
# define AP_INIT_RAW_ARGS(directive, func, mconfig, where, help) \
{ directive, { .raw_args=func }, mconfig, where, RAW_ARGS, help }