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.
22
2000/
08
/
28
05
:
31
:
05
per Exp $
+
* $Id: config.h,v 1.
23
2000/
09
/
21
03
:
57
:
41
per 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:68:
/* Define this to keep support for old (pre-2.0) RXML. */ #define OLD_RXML_COMPAT #if __VERSION__ > 7.0 #define Stat _static_modules.files.Stat #else #define Stat array(int) #endif
-
+
#define add_efun add_constant
/*---------------- End of configurable options. */ #endif /* if _ROXEN_CONFIG_H_ */