> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 7:43 PM
> +++ STATUS 7 Mar 2003 18:42:44 -0000 1.751.2.157 > @@ -74,6 +74,10 @@ > wrowe: yes - it would be cool to have debug flavors in the same > files as their non-debug versions - but for macros, then what? > Andre - suggest an alternative :-) > + nd: ehm, just to be clear: I was talking about get/set_module_config. > + (hmm, are the macros ever used now?). These should go into > + config.c, imho. It seems, I don't fully understand all the > + #defines and #undefs that happen there. It's to ensure we have the _functions_ ap_[gs]et_module_config all the time. When AP_DEBUG is not defined, these are defined as macros. And, yes, I agree that config.c would be a better place for those functions. However, I didn't want to move anything in this commit, but just wanted to compile them in unconditionally. Sander
