summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/patches/patch-ba')
-rw-r--r--www/lynx/patches/patch-ba13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/lynx/patches/patch-ba b/www/lynx/patches/patch-ba
deleted file mode 100644
index 4f8ac0c46a5..00000000000
--- a/www/lynx/patches/patch-ba
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ba,v 1.3 2006/05/29 16:58:18 drochner Exp $
-
---- userdefs.h.orig 2006-05-29 14:15:01.000000000 +0200
-+++ userdefs.h
-@@ -1379,6 +1379,8 @@
- #define MAXCHARSETS 60 /* max character sets supported */
- #define TRST_MAXROWSPAN 10000 /* max rowspan accepted by TRST code */
- #define TRST_MAXCOLSPAN 1000 /* max colspan and COL/COLGROUP span accepted */
-+#define MAX_TABLE_ROWS 200 /* max rows for tables */
-+#define MAX_TABLE_COLS 200 /* max cols for tables */
- #define SAVE_TIME_NOT_SPACE /* minimize number of some malloc calls */
-
- /* Win32 may support more, but old win16 helper apps may not. */