Author: trawick
Reviewed by: colm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@312906
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.1.9
+ *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
+ in 1.3. [Jeff Trawick]
+
*) Support dbd connection tied to conn_rec in mod_dbd [Nick Kew]
*) Fix use of pools in mod_dbd [Brian J France, Nick Kew]
#endif
#endif
+ printf(" -D DYNAMIC_MODULE_LIMIT=%ld\n",(long)DYNAMIC_MODULE_LIMIT);
+
#if APR_CHARSET_EBCDIC
printf(" -D APR_CHARSET_EBCDIC\n");
#endif