Roxen.git
/
server
/
etc
/
include
/
config.h
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/include/config.h:1:
/* -*- Pike -*-
-
* $Id: config.h,v 1.
19
2000/03/
09
03
:
30
:
00
mast Exp $
+
* $Id: config.h,v 1.
20
2000/03/
10
18
:
07
:
24
mast Exp $
* * User configurable things not accessible from the normal * configuration interface. Not much, but there are some things.. */ #ifndef _ROXEN_CONFIG_H_ #define _ROXEN_CONFIG_H_
-
+
#if efun(thread_create)
+
// If it works, good for you. If it doesn't, too bad.
+
#ifndef DISABLE_THREADS
+
#ifdef ENABLE_THREADS
+
# define THREADS
+
#endif /* ENABLE_THREADS */
+
#endif /* !DISABLE_THREADS */
+
#endif /* efun(thread_create) */
+
/* Reply 'PONG\r\n' to the query 'PING\r\n'. * For performance tests... */ #define SUPPORT_PING_METHOD /* Do we want module level deny/allow security (IP-numbers and usernames). * 1% speed loss, as an average. (That is, if your CPU is used to the max. * it probably isn't..) */ #ifndef NO_MODULE_LEVEL_SECURITY