1c29c5 | 1996-11-20 | David Kågedal | | |
961ea1 | 2000-08-28 | Per Hedbor | | * $Id: config.h,v 1.22 2000/08/28 05:31:05 per Exp $
|
141a0a | 1998-03-02 | Henrik Grubbström (Grubba) | | *
|
1c29c5 | 1996-11-20 | David Kågedal | | * User configurable things not accessible from the normal
|
a6ef1f | 2000-03-28 | Johan Sundström | | * administration interface. Not much, but there are some things..
|
b1fca0 | 1996-11-12 | Per Hedbor | | */
|
d007ec | 1997-09-22 | Henrik Grubbström (Grubba) | |
|
b1fca0 | 1996-11-12 | Per Hedbor | | #ifndef _ROXEN_CONFIG_H_
#define _ROXEN_CONFIG_H_
|
72a450 | 2000-03-10 | Martin Stjernholm | | #if efun(thread_create)
#ifndef DISABLE_THREADS
#ifdef ENABLE_THREADS
# define THREADS
#endif /* ENABLE_THREADS */
#endif /* !DISABLE_THREADS */
#endif /* efun(thread_create) */
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#define SUPPORT_PING_METHOD
|
df8d71 | 1998-02-27 | Per Hedbor | | #ifndef NO_MODULE_LEVEL_SECURITY
# define MODULE_LEVEL_SECURITY
#endif
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
41b77c | 1999-07-15 | David Hedbor | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#undef NO_DNS
#undef NO_REVERSE_LOOKUP
#define SET_EFFECTIVE
|
b87896 | 1999-11-06 | Per Hedbor | | #define URL_MODULES
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
e52f77 | 2000-03-09 | Martin Stjernholm | |
#define RXML_NAMESPACE "rxml"
|
cd7d5f | 2000-02-16 | Martin Stjernholm | |
#define OLD_RXML_COMPAT
|
961ea1 | 2000-08-28 | Per Hedbor | |
#if __VERSION__ > 7.0
#define Stat _static_modules.files.Stat
#else
#define Stat array(int)
#endif
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#endif /* if _ROXEN_CONFIG_H_ */
|