From f3b12c378594686fa2bf24a6f8baff150cd6f2f0 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Thu, 2 Jul 2015 01:25:53 +0200 Subject: config: mention kqueue on platforms supporting it While at it, also make spacing of this configuration item more consistent. --- src/config.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3