X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdefault.cfg;h=ad146b4b2a7f74fbe47761cb1a2d2463eec33aff;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=3ee543a1c64cf54e591020f2cea5e4c5d04677df;hpb=92c8ab884ba94ddb8bc5e600249b05ca22bc7d3e;p=libucw.git diff --git a/lib/default.cfg b/lib/default.cfg index 3ee543a1..ad146b4b 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -16,6 +16,11 @@ Set("CONFIG_LARGE_FILES"); # Use shared libraries UnSet("CONFIG_SHARED"); +# If your system doesn't contain GNU libc 2.3 or newer, it's recommended to let Sherlock +# use its own regex library (a copy of the glibc one), because the default regex library +# is likely to be crappy. +Set("CONFIG_OWN_REGEX"); + # If your system can't reset getopt with 'optind = 0', you need to compile our internal copy # of GNU libc's getopt. This should not be necessary on GNU libc. UnSet("CONFIG_OWN_GETOPT");