1c29c5 | 1996-11-20 | David Kågedal | | |
59d6b1 | 2002-03-22 | Jonas Wallden | | * $Id: config.h,v 1.31 2002/03/22 09:53:00 jonasw 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) | |
|
e4a443 | 2002-03-22 | Jonas Wallden | |
|
59d6b1 | 2002-03-22 | Jonas Wallden | | #ifndef _ROXEN_CONFIG_H_
#define _ROXEN_CONFIG_H_
|
e4a443 | 2002-03-22 | Jonas Wallden | |
|
59d6b1 | 2002-03-22 | Jonas Wallden | | #define UNSAFE_MYSQL
|
e4a443 | 2002-03-22 | Jonas Wallden | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
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 | |
|
832c45 | 2001-10-12 | Anders Johansson | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
832c45 | 2001-10-12 | Anders Johansson | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#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_ */
|
48a381 | 2001-08-21 | Jonas Wallden | |
#ifndef INITIAL_CACHEABLE
# define INITIAL_CACHEABLE 300
#endif
|