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.
15
1999/
07
/
15
16
:
59
:
28
neotron
Exp $
+
* $Id: config.h,v 1.
16
1999/
08
/
21
01
:
47
:
10
grubba
Exp $
* * User configurable things not accessible from the normal * configuration interface. Not much, but there are some things.. */ #include <extra_config.h> #ifndef _ROXEN_CONFIG_H_ #define _ROXEN_CONFIG_H_
Roxen.git/server/etc/include/config.h:147:
/*---------------- End of configurable options. */ #endif /* if _ROXEN_CONFIG_H_ */ /* Should we be compatible with level b9 and below configuration files? */ #undef COMPAT /* * Should support for URL modules be included? * I am trying to phase them out, but..
+
*
+
* htaccess is an URL module!
*/
-
//
#define URL_MODULES
+
#define URL_MODULES
/* Basically, should it be o.k. to return "string" as a member of * the result mapping? This is only for compability. * Normally: ([ "data":long_string, "type":"text/html" ]), was * ([ "string":long_string, "type":"text/html" ]), please ignore.. * Do not use this, unless you _really_ want to make your * modules unportable :-) */ #undef API_COMPAT