summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index e581650..79a1fc6 100644
--- a/src/config.c
+++ b/src/config.c
@@ -379,8 +379,12 @@ static int core_config_template(struct re_printf *pf, const struct config *cfg)
"\n# Core\n"
"poll_method\t\t%s\t\t# poll, select"
#ifdef HAVE_EPOLL
- ", epoll ..\n"
+ ", epoll .."
#endif
+#ifdef HAVE_KQUEUE
+ ", kqueue .."
+#endif
+ "\n"
"\n# SIP\n"
"sip_trans_bsize\t\t128\n"
"#sip_listen\t\t0.0.0.0:5060\n"