• Home
  • Raw
  • Download

Lines Matching refs:pcre2grep

164 # Handle --disable-pcre2grep-jit (enabled by default)
165 AC_ARG_ENABLE(pcre2grep-jit,
166 AS_HELP_STRING([--disable-pcre2grep-jit],
167 [disable JIT support in pcre2grep]),
170 # Handle --disable-pcre2grep-callout (enabled by default)
171 AC_ARG_ENABLE(pcre2grep-callout,
172 AS_HELP_STRING([--disable-pcre2grep-callout],
173 [disable callout script support in pcre2grep]),
240 # Handle --enable-pcre2grep-libz
241 AC_ARG_ENABLE(pcre2grep-libz,
242 AS_HELP_STRING([--enable-pcre2grep-libz],
243 [link pcre2grep with libz to handle .gz files]),
246 # Handle --enable-pcre2grep-libbz2
247 AC_ARG_ENABLE(pcre2grep-libbz2,
248 AS_HELP_STRING([--enable-pcre2grep-libbz2],
249 [link pcre2grep with libbz2 to handle .bz2 files]),
252 # Handle --with-pcre2grep-bufsize=N
253 AC_ARG_WITH(pcre2grep-bufsize,
254 AS_HELP_STRING([--with-pcre2grep-bufsize=N],
255 [pcre2grep initial buffer size (default=20480, minimum=8192)]),
258 # Handle --with-pcre2grep-max-bufsize=N
259 AC_ARG_WITH(pcre2grep-max-bufsize,
260 AS_HELP_STRING([--with-pcre2grep-max-bufsize=N],
261 [pcre2grep maximum buffer size (default=1048576, minimum=8192)]),
619 Define to any value to enable JIT support in pcre2grep. Note that this will
630 Define to any value to enable callout script support in pcre2grep.])
643 Define to any value to allow pcre2grep to be linked with libz, so that it is
649 Define to any value to allow pcre2grep to be linked with libbz2, so that it
654 AC_MSG_WARN([$with_pcre2grep_bufsize is too small for --with-pcre2grep-bufsize; using 8192])
658 AC_MSG_ERROR([Bad value for --with-pcre2grep-bufsize])
666 AC_MSG_ERROR([Bad value for --with-pcre2grep-max-bufsize])
672 pcre2grep to hold parts of the file it is searching. The buffer will be
674 long lines. The actual amount of memory used by pcre2grep is three times this
679 used by pcre2grep to hold parts of the file it is searching. The actual
680 amount of memory used by pcre2grep is three times this number, because it
845 # Check that, if --enable-pcre2grep-libz or --enable-pcre2grep-libbz2 is
850 echo "** Cannot --enable-pcre2grep-libz because zlib.h was not found"
854 echo "** Cannot --enable-pcre2grep-libz because libz was not found"
863 echo "** Cannot --enable-pcre2grep-libbz2 because bzlib.h was not found"
867 echo "** Cannot --enable-pcre2grep-libbz2 because libbz2 was not found"
1030 Use JIT in pcre2grep ............... : ${enable_pcre2grep_jit}
1031 Enable callouts in pcre2grep ....... : ${enable_pcre2grep_callout}
1032 Initial buffer size for pcre2grep .. : ${with_pcre2grep_bufsize}
1033 Maximum buffer size for pcre2grep .. : ${with_pcre2grep_max_bufsize}
1034 Link pcre2grep with libz ........... : ${enable_pcre2grep_libz}
1035 Link pcre2grep with libbz2 ......... : ${enable_pcre2grep_libbz2}