You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2011/01/11 20:05:44 UTC

svn commit: r1057802 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h

Author: trawick
Date: Tue Jan 11 19:05:44 2011
New Revision: 1057802

URL: http://svn.apache.org/viewvc?rev=1057802&view=rev
Log:
enable new module-based logging features with httpd 2.3-dev

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h?rev=1057802&r1=1057801&r2=1057802&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_global.h Tue Jan 11 19:05:44 2011
@@ -22,6 +22,10 @@
 #include "http_core.h"
 #include "http_log.h"
 
+#ifdef APLOG_USE_MODULE
+APLOG_USE_MODULE(fcgid);
+#endif
+
 #ifdef FCGID_APXS_BUILD
 #include "fcgid_config.h"
 #endif