1c29c5 | 1996-11-20 | David Kågedal | | |
d4a3f5 | 2014-05-12 | Henrik Grubbström (Grubba) | | * $Id$
|
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_
|
a2462a | 2002-04-05 | Jonas Wallden | |
|
e4a443 | 2002-03-22 | Jonas Wallden | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
e1f814 | 2015-04-28 | Jonas Walldén | |
#define THREADS
|
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 | |
|
6c4060 | 2007-09-06 | Henrik Grubbström (Grubba) | |
|
e52f77 | 2000-03-09 | Martin Stjernholm | |
#define RXML_NAMESPACE "rxml"
|
cd7d5f | 2000-02-16 | Martin Stjernholm | |
#define OLD_RXML_COMPAT
|
eb4aab | 2006-08-21 | Marcus Wellhardh | |
#define OLD_RXML_CONFIG
|
919d80 | 2001-04-27 | Martin Stjernholm | |
|
bb3e1d | 2001-01-04 | Martin Nilsson | |
#define ROXEN_COMPAT 1.3
|
961ea1 | 2000-08-28 | Per Hedbor | |
|
48a381 | 2001-08-21 | Jonas Wallden | |
#ifndef INITIAL_CACHEABLE
# define INITIAL_CACHEABLE 300
#endif
|
a5e3e0 | 2003-02-03 | Henrik Grubbström (Grubba) | |
#ifndef HTTP_BLOCKING_SIZE_THRESHOLD
|
8c8986 | 2003-04-22 | Henrik Grubbström (Grubba) | |
|
a5e3e0 | 2003-02-03 | Henrik Grubbström (Grubba) | |
|
8c8986 | 2003-04-22 | Henrik Grubbström (Grubba) | | #define HTTP_BLOCKING_SIZE_THRESHOLD 1000
|
a5e3e0 | 2003-02-03 | Henrik Grubbström (Grubba) | | #endif /* !HTTP_BLOCKING_SIZE_THRESHOLD */
#endif /* if _ROXEN_CONFIG_H_ */
|