mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 19:03:28 +02:00
DOC: install: recommend pcre2
Makefile comments are also updated to recommend the PCRE2 related options. PCRE1 is EOL by now: https://www.mail-archive.com/haproxy@formilux.org/msg41326.html
This commit is contained in:
committed by
Willy Tarreau
parent
66b20aada4
commit
2192dfa6b6
8
Makefile
8
Makefile
@@ -17,14 +17,14 @@
|
||||
# USE_KQUEUE : enable kqueue() on BSD. Automatic.
|
||||
# USE_EVPORTS : enable event ports on SunOS systems. Automatic.
|
||||
# USE_NETFILTER : enable netfilter on Linux. Automatic.
|
||||
# USE_PCRE : enable use of libpcre for regex. Recommended.
|
||||
# USE_PCRE : enable use of libpcre for regex.
|
||||
# USE_PCRE_JIT : enable JIT for faster regex on libpcre >= 8.32
|
||||
# USE_PCRE2 : enable use of libpcre2 for regex.
|
||||
# USE_PCRE2 : enable use of libpcre2 for regex. Recommended.
|
||||
# USE_PCRE2_JIT : enable JIT for faster regex on libpcre2
|
||||
# USE_POLL : enable poll(). Automatic.
|
||||
# USE_THREAD : enable threads support.
|
||||
# USE_STATIC_PCRE : enable static libpcre. Recommended.
|
||||
# USE_STATIC_PCRE2 : enable static libpcre2.
|
||||
# USE_STATIC_PCRE : enable static libpcre.
|
||||
# USE_STATIC_PCRE2 : enable static libpcre2. Recommended.
|
||||
# USE_TPROXY : enable transparent proxy. Automatic.
|
||||
# USE_LINUX_TPROXY : enable full transparent proxy. Automatic.
|
||||
# USE_LINUX_SPLICE : enable kernel 2.6 splicing. Automatic.
|
||||
|
||||
Reference in New Issue
Block a user