From c281f5c3bac7dcd38009018f5401c0c43285e140 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 13 Apr 2000 22:25:04 +0000 Subject: 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h --- Src/zsh.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index 5d1a8b1c8..306cc82e5 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -661,8 +661,9 @@ struct eccstr { /* Defintions for job table and job control */ /********************************************/ -/* size of job table */ -#define MAXJOB 50 +#ifdef NEED_LINUX_TASKS_H +#include +#endif /* entry in the job table */ -- cgit 1.4.1