1c29c5 | 1996-11-20 | David Kågedal | | |
b87896 | 1999-11-06 | Per Hedbor | | * $Id: config.h,v 1.17 1999/11/06 08:20:06 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
|
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_
#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 | |
#endif /* if _ROXEN_CONFIG_H_ */
|