diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -16,6 +16,10 @@ | |||
| 16 | #define MAX_THREADS 256 | 16 | #define MAX_THREADS 256 |
| 17 | #endif | 17 | #endif |
| 18 | 18 | ||
| 19 | #ifndef MAX_CONVERSATION_LEVELS | ||
| 20 | #define MAX_CONVERSATION_LEVELS 48 | ||
| 21 | #endif | ||
| 22 | |||
| 19 | extern double disk_layout; | 23 | extern double disk_layout; |
| 20 | extern xs_str *srv_basedir; | 24 | extern xs_str *srv_basedir; |
| 21 | extern xs_dict *srv_config; | 25 | extern xs_dict *srv_config; |