|
|
|
|
|
|
|
|
#ifndef _ROXEN_CONFIG_H_ |
#define _ROXEN_CONFIG_H_ |
|
|
|
|
|
|
|
|
|
|
#if constant(thread_create) |
|
#ifndef DISABLE_THREADS |
#ifdef ENABLE_THREADS |
# define THREADS |
#endif /* ENABLE_THREADS */ |
#endif /* !DISABLE_THREADS */ |
#endif /* constant(thread_create) */ |
#define add_efun add_constant |
|
|
|
|
#define SUPPORT_PING_METHOD |
|
|
|
|
|
#ifndef NO_MODULE_LEVEL_SECURITY |
# define MODULE_LEVEL_SECURITY |
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define SET_EFFECTIVE |
|
#define URL_MODULES |
|
|
|
|
|
|
|
|
|
#define RXML_NAMESPACE "rxml" |
|
|
|
#define OLD_RXML_COMPAT |
|
|
#define OLD_RXML_CONFIG |
|
|
|
|
|
|
|
|
#define ROXEN_COMPAT 1.3 |
|
|
|
#ifndef INITIAL_CACHEABLE |
# define INITIAL_CACHEABLE 300 |
#endif |
|
#ifndef HTTP_BLOCKING_SIZE_THRESHOLD |
|
|
|
#define HTTP_BLOCKING_SIZE_THRESHOLD 1000 |
#endif /* !HTTP_BLOCKING_SIZE_THRESHOLD */ |
|
|
#endif /* if _ROXEN_CONFIG_H_ */ |
|
|