From: Michael Jerris Date: Fri, 13 Feb 2009 20:29:33 +0000 (+0000) Subject: fix fs_cli windows build X-Git-Tag: v1.0.3~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0479faee1eaff9c108c8c924301d6126e1a7d92;p=thirdparty%2Ffreeswitch.git fix fs_cli windows build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11994 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 1e61e1bbfd..55b43fa820 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -476,8 +476,9 @@ int main(int argc, char *argv[]) } signal(SIGINT, handle_SIGINT); +#ifdef SIGQUIT signal(SIGQUIT, handle_SIGQUIT); - +#endif esl_global_set_default_logger(6); /* default debug level to 6 (info) */ for(;;) {