[project @ 2005-01-29 16:17:23 by bursa]

Make DA max size 128M.

svn path=/import/netsurf/; revision=1475
This commit is contained in:
James Bursa 2005-01-29 16:17:23 +00:00
parent 3612f22ea5
commit f84d33c036
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
#include "netsurf/utils/utils.h"
const char *__dynamic_da_name = "NetSurf"; /**< For UnixLib. */
int __dynamic_da_max_size = 128 * 1024 * 1024; /**< For UnixLib. */
int __feature_imagefs_is_file = 1; /**< For UnixLib. */
/* default filename handling */
int __riscosify_control = __RISCOSIFY_NO_SUFFIX |