/[Apache-SVN]/httpd/mod_python/trunk/src/include/mod_python.h.in
ViewVC logotype

Diff of /httpd/mod_python/trunk/src/include/mod_python.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/mod_python/trunk/src/include/mod_python.h.in	2006/03/11 03:42:09	384999
+++ httpd/mod_python/trunk/src/include/mod_python.h.in	2006/03/11 03:46:52	385000
@@ -107,12 +107,16 @@ extern module AP_MODULE_DECLARE_DATA pyt
 #define SILENT 1
 #define NOTSILENT 0
 
-/* hopefully this will go away */
 /* MAX_LOCKS can now be set as a configure option
  * ./configure --with-max-locks=INTEGER
  */
 #define MAX_LOCKS @MAX_LOCKS@ 
 
+/* MUTEX_DIR can be set as a configure option
+ * ./configure --with-mutex-dir=/path/to/dir
+ */
+#define MUTEX_DIR @MUTEX_DIR@ 
+
 /* python 2.3 no longer defines LONG_LONG, it defines PY_LONG_LONG */
 #ifndef LONG_LONG
 #define LONG_LONG PY_LONG_LONG

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26