diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-04-13 22:25:04 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-04-13 22:25:04 +0000 |
commit | c281f5c3bac7dcd38009018f5401c0c43285e140 (patch) | |
tree | bf5a49c70649460e37fc19feecbf67a17eafdbb0 /acconfig.h | |
parent | 6372332a92705260211c29701653e75443a54d20 (diff) | |
download | zsh-c281f5c3bac7dcd38009018f5401c0c43285e140.tar.gz zsh-c281f5c3bac7dcd38009018f5401c0c43285e140.tar.xz zsh-c281f5c3bac7dcd38009018f5401c0c43285e140.zip |
10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 92ae69422..2f553d1b3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -139,6 +139,10 @@ /* Define to be a string corresponding the vendor of the machine */ #undef VENDOR +/* Define to limit job table size */ +#undef MAXJOB +#undef NEED_LINUX_TASKS_H + /* Define if your system defines `struct winsize' in sys/ptem.h. */ #undef WINSIZE_IN_PTEM |