|
|
|
|
|
|
|
#include <extra_config.h> |
#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 |
#define SUPPORT_HTACCESS |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef DEBUG_LEVEL |
#define DEBUG_LEVEL DEBUG |
#endif |
|
#if DEBUG_LEVEL > 19 |
#ifndef SOCKET_DEBUG |
#define SOCKET_DEBUG |
#endif |
#endif |
|
#ifdef DEBUG |
|
#define FD_DEBUG |
#endif |
|
|
|
|
|
#ifndef NO_MODULE_LEVEL_SECURITY |
# define MODULE_LEVEL_SECURITY |
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#undef USE_RUSAGE |
|
|
|
|
|
|
|
|
#undef NO_DNS |
|
|
|
|
|
|
|
#undef NO_REVERSE_LOOKUP |
|
|
|
|
|
|
#define SET_EFFECTIVE |
|
|
|
|
#endif /* if _ROXEN_CONFIG_H_ */ |
|
|
#undef COMPAT |
|
|
|
|
|
#define URL_MODULES |
|
|
|
|
|
|
|
|
#undef API_COMPAT |
|
|