summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-ba
blob: 4f8ac0c46a574e8cf2a8c7d67f652462976a4cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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. */