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.
17
1999
/
11
/
06
08
:
20
:
06
per
Exp $
+
* $Id: config.h,v 1.
18
2000
/
02
/
16
16
:
21
:
40
mast
Exp $
* * User configurable things not accessible from the normal * configuration interface. Not much, but there are some things.. */ #ifndef _ROXEN_CONFIG_H_ #define _ROXEN_CONFIG_H_ /* Reply 'PONG\r\n' to the query 'PING\r\n'. * For performance tests...
Roxen.git/server/etc/include/config.h:45:
#undef NO_REVERSE_LOOKUP /* Should we use sete?id instead of set?id?. * There _might_ be security problems with the sete?id functions. */ #define SET_EFFECTIVE #define URL_MODULES
+
/* Define this to keep support for old (pre-2.0) RXML.
+
*/
+
#define OLD_RXML_COMPAT
+
/*---------------- End of configurable options. */ #endif /* if _ROXEN_CONFIG_H_ */