1c29c5 | 1996-11-20 | David Kågedal | | |
919d80 | 2001-04-27 | Martin Stjernholm | | * $Id: config.h,v 1.27 2001/04/27 16:23:28 mast 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) */
|
8fe263 | 2001-01-14 | Martin Nilsson | | #define add_efun add_constant
|
72a450 | 2000-03-10 | Martin Stjernholm | |
|
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
|
919d80 | 2001-04-27 | Martin Stjernholm | |
|
bb3e1d | 2001-01-04 | Martin Nilsson | |
#define ROXEN_COMPAT 1.3
|
961ea1 | 2000-08-28 | Per Hedbor | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#endif /* if _ROXEN_CONFIG_H_ */
|