Double MAXLAUNCHTABLE and MAXFUNCLINES.

This commit is contained in:
Akinori MUSHA 2004-05-27 04:03:18 +00:00
parent a6fe35d61e
commit 8db03a4582
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110108
2 changed files with 15 additions and 5 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= fd
PORTVERSION= 2.05d
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.unixusers.net/src/fdclone/

View file

@ -1,7 +1,17 @@
--- fd.h.orig Wed Jul 10 00:00:00 2002
+++ fd.h Sun Aug 11 22:25:15 2002
@@ -132,3 +132,3 @@
#define MAXLAUNCHTABLE 32
--- fd.h.orig Wed May 12 00:00:00 2004
+++ fd.h Wed May 26 19:07:10 2004
@@ -171,11 +171,11 @@
****************************************************************/
#define MAXBINDTABLE 256
#define MAXMACROTABLE 64
-#define MAXLAUNCHTABLE 32
-#define MAXARCHIVETABLE 16
+#define MAXLAUNCHTABLE 64
+#define MAXARCHIVETABLE 32
#define MAXALIASTABLE 256
#define MAXFUNCTABLE 32
-#define MAXFUNCLINES 16
+#define MAXFUNCLINES 32
#if MSDOS
#define MAXCOMMSTR (128 - 2)
#endif