From f293e9b1ad17cd23be0efd76d822a0c0dd2f9b1d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Feb 2012 19:48:38 +0100 Subject: [PATCH] Config: One more reference to CONFIG_LARGE_FILES --- default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.cfg b/default.cfg index 3ed4af89..47d8941f 100644 --- a/default.cfg +++ b/default.cfg @@ -8,7 +8,7 @@ Set("CONFIG_SHARED"); Set("CONFIG_INSTALL_API"); # Libucw should support files >2GB and threading -Set("CONFIG_LARGE_FILES"); +Set("CONFIG_UCW_LARGE_FILES"); Set("CONFIG_UCW_THREADS" => 1); # Libucw extensions -- 2.39.2