Roxen.git
/
server
/
etc
/
include
/
config.h
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/include/config.h:1:
/* -*- Pike -*-
-
* $Id: config.h,v 1.
26
2001/
01
/
14
10
:
24
:
37
nilsson
Exp $
+
* $Id: config.h,v 1.
27
2001/
04
/
27
16
:
23
:
28
mast
Exp $
* * User configurable things not accessible from the normal * administration interface. Not much, but there are some things.. */ #ifndef _ROXEN_CONFIG_H_ #define _ROXEN_CONFIG_H_ #if efun(thread_create) // If it works, good for you. If it doesn't, too bad.
Roxen.git/server/etc/include/config.h:63:
#define URL_MODULES /* The namespace prefix for RXML. */ #define RXML_NAMESPACE "rxml" /* Define this to keep support for old (pre-2.0) RXML. */ #define OLD_RXML_COMPAT
+
// Define to get verbose backtraces in the debug log for each RXML
+
// error. As opposed to the normal reports of RXML errors, they will
+
// include the Pike backtraces too.
+
//#define VERBOSE_RXML_ERRORS
+
// Define back to which Roxen version you would like to keep // compatibility. #define ROXEN_COMPAT 1.3 /*---------------- End of configurable options. */ #endif /* if _ROXEN_CONFIG_H_ */