Add CONFIG_ELOOP_KQUEUE to defconfig
Signed-off-by: Roy Marples <roy@marples.name>
This commit is contained in:
parent
99a94f5588
commit
634e2e29d6
2 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,9 @@ CONFIG_IPV6=y
|
||||||
# Should we use epoll instead of select? Select is used by default.
|
# Should we use epoll instead of select? Select is used by default.
|
||||||
#CONFIG_ELOOP_EPOLL=y
|
#CONFIG_ELOOP_EPOLL=y
|
||||||
|
|
||||||
|
# Should we use kqueue instead of select? Select is used by default.
|
||||||
|
#CONFIG_ELOOP_KQUEUE=y
|
||||||
|
|
||||||
# Select TLS implementation
|
# Select TLS implementation
|
||||||
# openssl = OpenSSL (default)
|
# openssl = OpenSSL (default)
|
||||||
# gnutls = GnuTLS
|
# gnutls = GnuTLS
|
||||||
|
|
|
@ -270,6 +270,9 @@ CONFIG_BACKEND=file
|
||||||
# Should we use epoll instead of select? Select is used by default.
|
# Should we use epoll instead of select? Select is used by default.
|
||||||
#CONFIG_ELOOP_EPOLL=y
|
#CONFIG_ELOOP_EPOLL=y
|
||||||
|
|
||||||
|
# Should we use kqueue instead of select? Select is used by default.
|
||||||
|
#CONFIG_ELOOP_KQUEUE=y
|
||||||
|
|
||||||
# Select layer 2 packet implementation
|
# Select layer 2 packet implementation
|
||||||
# linux = Linux packet socket (default)
|
# linux = Linux packet socket (default)
|
||||||
# pcap = libpcap/libdnet/WinPcap
|
# pcap = libpcap/libdnet/WinPcap
|
||||||
|
|
Loading…
Reference in a new issue