Roxen.git
/
server
/
etc
/
include
/
config.h
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/include/config.h:26:
* 22 Module: Proxy PROXY_DEBUG * 23 Module: Gopher proxy GOPHER_DEBUG * 40 _More_ cache debug - * >40 Probably even more debug * * Each higher level also include the debug of the lower levels. * Use the defines in the rightmost column if you want to enable * specific debug features. * * You can also start roxen with any debug enabled like this:
-
* bin/
ulpc
-DMODULE_DEBUG -m etc/master.
lpc
roxen
+
* bin/
pike
-DMODULE_DEBUG -m etc/master.
pike
roxenloader
* * Some other debug thingies: * HTACCESS_DEBUG * SSL_DEBUG */ /* #undef DEBUG_LEVEL */ #ifndef DEBUG_LEVEL #define DEBUG_LEVEL DEBUG #endif