aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fd/files/patch-fd.h
blob: ebd224de1bb55ba1f0128d839908f23d281cbbe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- fd.h.orig   2008-04-19 00:00:00.000000000 +0900
+++ fd.h    2008-07-10 20:00:12.000000000 +0900
@@ -183,11 +183,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