ticket31241 290 B

123456
  1. o Minor features (configuration validation):
  2. - Configuration validation can now be done by per-module callbacks,
  3. rather than a global validation function. This will let us reduce the
  4. size of config.c and some of its more cumbersome functions. Closes
  5. ticket 31241.