X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads-conf.c;h=b96f867f5869853e2cdd4cc2cb60b01990e2ee18;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=368201049e951a8a356e9d2b18a07f50bae5a9a1;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/threads-conf.c b/ucw/threads-conf.c index 36820104..b96f867f 100644 --- a/ucw/threads-conf.c +++ b/ucw/threads-conf.c @@ -7,15 +7,15 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/threads.h" -#include "ucw/conf.h" +#include +#include +#include -uns default_thread_stack_size = 65556; +uns ucwlib_thread_stack_size = 65556; static struct cf_section threads_config = { CF_ITEMS { - CF_UNS("DefaultStackSize", &default_thread_stack_size), + CF_UNS("DefaultStackSize", &ucwlib_thread_stack_size), CF_END } };