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.
23
2000
/
09
/
21
03
:
57
:
41
per
Exp $
+
* $Id: config.h,v 1.
24
2001
/
10
/
12
14
:
47
:
39
anders
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:37:
// #define DISABLE_SUPPORTS /* Define this if you don't want Roxen to use DNS. Note: This * doesn't make the server itself faster. It only reduces the netload * some. This option turns off ALL ip -> hostname and hostname -> ip * conversion. Thus you can't use if if you want to run a proxy. */
-
#undef NO_DNS
+
//
#undef NO_DNS
/* This option turns of all ip->hostname lookups. However the * hostname->ip lookups are still functional. This _is_ usable * if you run a proxy.. :-) */
-
#undef NO_REVERSE_LOOKUP
+
-
+
// #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 /* The namespace prefix for RXML. */ #define RXML_NAMESPACE "rxml"