1c29c5 | 1996-11-20 | David Kågedal | | |
141a0a | 1998-03-02 | Henrik Grubbström (Grubba) | | * $Id: config.h,v 1.12 1998/03/02 18:29:13 grubba Exp $
*
|
1c29c5 | 1996-11-20 | David Kågedal | | * User configurable things not accessible from the normal
|
b1fca0 | 1996-11-12 | Per Hedbor | | * configuration interface. Not much, but there are some things..
*/
|
d007ec | 1997-09-22 | Henrik Grubbström (Grubba) | |
|
b1fca0 | 1996-11-12 | Per Hedbor | | #ifndef _ROXEN_CONFIG_H_
#define _ROXEN_CONFIG_H_
|
f772f5 | 1997-01-27 | Per Hedbor | |
|
14179b | 1997-01-29 | Per Hedbor | | #if efun(thread_create)
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | |
|
895d40 | 1998-01-30 | Henrik Grubbström (Grubba) | | #ifndef DISABLE_THREADS
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | | #ifdef ENABLE_THREADS
|
dd824e | 1997-09-01 | Per Hedbor | | # define THREADS
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | | #endif /* ENABLE_THREADS */
|
895d40 | 1998-01-30 | Henrik Grubbström (Grubba) | | #endif /* !DISABLE_THREADS */
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | | #endif /* efun(thread_create) */
|
f772f5 | 1997-01-27 | Per Hedbor | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#define SUPPORT_PING_METHOD
#define SUPPORT_HTACCESS
|
3c2f22 | 1996-11-19 | David Kågedal | | * bin/pike -DMODULE_DEBUG -m etc/master.pike roxenloader
|
b1fca0 | 1996-11-12 | Per Hedbor | | *
* Some other debug thingies:
* HTACCESS_DEBUG
* SSL_DEBUG
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | | * NEIGH_DEBUG
|
b1fca0 | 1996-11-12 | Per Hedbor | | */
|
22aeb6 | 1998-01-17 | Henrik Grubbström (Grubba) | |
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#ifndef DEBUG_LEVEL
#define DEBUG_LEVEL DEBUG
#endif
#if DEBUG_LEVEL > 19
#ifndef SOCKET_DEBUG
#define SOCKET_DEBUG
#endif
#endif
|
df8d71 | 1998-02-27 | Per Hedbor | | #ifndef NO_MODULE_LEVEL_SECURITY
# define MODULE_LEVEL_SECURITY
#endif
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
cb2f96 | 1997-10-11 | Henrik Grubbström (Grubba) | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
#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
|