From aaf77c9c1ebc46547f2300ede1e5c99aab56e080 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 3 Mar 2005 03:46:41 +0000 Subject: Support > 300 threads on x86-32 and other 32-bit systems git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5123 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/utils.h') diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h index 6e3a7d5db..25f7e06f4 100755 --- a/include/asterisk/utils.h +++ b/include/asterisk/utils.h @@ -160,6 +160,8 @@ struct ast_realloca { #endif #define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__ +#define AST_STACK_SIZE 128 * 1024 + #ifdef __linux__ #define ast_pthread_create pthread_create #define ast_strcasestr strcasestr -- cgit v1.2.3