diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-11-13 14:34:33 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-11-13 14:34:33 +0000 |
commit | a6a63a147e4e28a1ac700938c6e7694c6de97e5d (patch) | |
tree | 57e657de4f3d4e73cad31e6fad4dabfb2112d790 /acconfig.h | |
parent | 990f7b91df5152bb7b873b7b998615744cd5d8e4 (diff) | |
download | zsh-a6a63a147e4e28a1ac700938c6e7694c6de97e5d.tar.gz zsh-a6a63a147e4e28a1ac700938c6e7694c6de97e5d.tar.xz zsh-a6a63a147e4e28a1ac700938c6e7694c6de97e5d.zip |
19242: Make job table dynamically reallocatable.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 6de2e387c..7d6f9187c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -142,10 +142,6 @@ /* 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 |