|
|
|
|
|
|
|
#ifndef _ROXEN_CONFIG_H_ |
#define _ROXEN_CONFIG_H_ |
|
#if efun(thread_create) |
|
#ifndef DISABLE_THREADS |
#ifdef ENABLE_THREADS |
# define THREADS |
#endif /* ENABLE_THREADS */ |
#endif /* !DISABLE_THREADS */ |
#endif /* efun(thread_create) */ |
|
|
|
|
#define SUPPORT_PING_METHOD |
|
|
|
|
|
#ifndef NO_MODULE_LEVEL_SECURITY |
# define MODULE_LEVEL_SECURITY |
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#undef NO_DNS |
|
|
|
|
|
|
#undef NO_REVERSE_LOOKUP |
|
|
|
|
|
#define SET_EFFECTIVE |
|
#define URL_MODULES |
|
|
|
#define RXML_NAMESPACE "rxml" |
|
|
|
#define OLD_RXML_COMPAT |
|
|
#endif /* if _ROXEN_CONFIG_H_ */ |
|
|